aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/build.xml b/build.xml
index 1e14155..4face95 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
</taskdef>
<!-- properties -->
- <property name="version" value="0.9.0"/>
+ <property name="version" value="0.9.1"/>
<property name="src" location="src"/>
<property name="test" location="test"/>
<property name="build" location="build"/>
@@ -64,18 +64,9 @@
</fileset>
</chmod>
</target>
-
- <!-- copy resources -->
- <target name="copyres">
- <copy todir="${build}">
- <fileset dir="src">
- <include name="jake2/*.properties"/>
- </fileset>
- </copy>
- </target>
<!-- jar -->
- <target name="jar" depends="compile,copyres">
+ <target name="jar" depends="compile">
<jar destfile="${dist}/lib/jake.jar" basedir="${build}">
<include name="jake2/**"/>
</jar>