summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsProtect/build.xml')
-rw-r--r--EssentialsProtect/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsProtect/build.xml b/EssentialsProtect/build.xml
index e5e614e3e..f3ea6c2d0 100644
--- a/EssentialsProtect/build.xml
+++ b/EssentialsProtect/build.xml
@@ -73,7 +73,7 @@
-->
- <target name="-post-jar">
+ <!--target name="-post-jar">
<jar jarfile="${dist.dir}/EssentialsProtect.jar">
<zipfileset src="${dist.jar}" excludes="META-INF/*" />
<zipfileset src="../lib/mysql.jar" excludes="META-INF/*" />
@@ -82,5 +82,5 @@
<attribute name="Classpath" value="Essentials.jar"/>
</manifest>
</jar>
- </target>
+ </target-->
</project>