12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <tproject xmlns="http://www.tizen.org/tproject">
- <platforms>
- <platform>
- <name>mobile-2.3</name>
- </platform>
- </platforms>
- <package>
- <blacklist>
- <path value=".git" type="dir"/>
- <path value=".gitignore" type="file"/>
- <path value="Makefile" type="file"/>
- <path value="docs" type="dir"/>
- <path value="docs/TODO.txt" type="file"/>
- <path value="docs/gmaps.png" type="file"/>
- <path value="docs/logo.png" type="file"/>
- <path value="docs/notes.txt" type="file"/>
- <path value="docs/openlayers-gmaps.png" type="file"/>
- <path value="docs/openlayers.png" type="file"/>
- <path value="docs/screenshot.png" type="file"/>
- <path value="docs/tizenstore.txt" type="file"/>
- <path value="manifest.webapp" type="file"/>
- <path value="mapo-0.0.0.wgt" type="file"/>
- </blacklist>
- <resFallback autoGen="true"/>
- </package>
- </tproject>
|