kitlo | e3a1ebe | 2009-02-22 19:58:38 +0000 | [diff] [blame] | 1 | <project name="test" default="main"> |
| 2 | <taskdef name="nlsbuild" classname="org.eclipse.babel.build.ant.BuildTask" /> |
| 3 | |
| 4 | <target name="main"> |
| 5 | <nlsbuild |
| 6 | eclipse="/this/path/doesnt/exist.zip" |
| 7 | translations="/Users/aaron/Desktop/nls/IES_3.3/piiDocTransDir" |
| 8 | workingDirectory="/work/nls/w" |
| 9 | locales="gr1"> |
| 10 | |
| 11 | <coverageReport> |
| 12 | <ignore pattern="^META-INF.*" /> |
| 13 | </coverageReport> |
| 14 | |
| 15 | <excludes> |
| 16 | <exclude filetype=".java" /> |
| 17 | </excludes> |
| 18 | </nlsbuild> |
| 19 | </target> |
| 20 | </project> |