summaryrefslogtreecommitdiffstats
path: root/build.inc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.inc.xml')
-rw-r--r--build.inc.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.inc.xml b/build.inc.xml
deleted file mode 100644
index 5541f2ce5..000000000
--- a/build.inc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<target name="-post-jar">
- <jar destfile="${dist.jar}" update="true">
- <manifest>
- <attribute name="Classpath" value="Essentials.jar"/>
- </manifest>
- </jar>
-</target>