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