summaryrefslogtreecommitdiffstats
path: root/build.inc.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-27 03:47:13 +1100
committerChris Ward <chris@chrisgward.com>2013-12-27 03:47:13 +1100
commit694ce12e1b18e202c0576b06ead9bd10cd24b108 (patch)
tree7c7bdfe145d99dab52dbfd8506eee4fbbd20d5c9 /build.inc.xml
parente04ecd59d173d6804a984df046106fd4f44dc1cb (diff)
downloadEssentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar
Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar.gz
Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar.lz
Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar.xz
Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.zip
Remove Ant, migrate Netbeans code style to pom.xml
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>