aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-11-26 15:03:38 +0100
committerMichael Bien <[email protected]>2010-11-26 15:03:38 +0100
commit5103767ab0663127e695509b02c257905bf8bc83 (patch)
tree037d8fdbc480226481b6afa50c6d955095be6bf0 /build.xml
parent2fe24f9ab9a82f153513abaeb78e3e3033694bb8 (diff)
get rid of the automatically generated README file.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index dd002601..cc32b824 100644
--- a/build.xml
+++ b/build.xml
@@ -110,6 +110,9 @@
</target>
<target name="-post-jar" depends="jar.natives,tag.build">
+
+ <!-- don't know how to get rid of the NetBeans readme file -->
+ <delete file="${dist.dir}/README.TXT"/>
<property name="jocl.jnlp.codebase" value="http://jogamp.org/deployment/webstart-next/jocl"/>
<property name="gluegen.jnlp.codebase" value="http://jogamp.org/deployment/jocl-webstart-next"/>