mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 18:44:48 +02:00
Fix path to Register.jar
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1446 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
<target name="-post-jar">
|
<target name="-post-jar">
|
||||||
<jar jarfile="${dist.dir}/Essentials.jar">
|
<jar jarfile="${dist.dir}/Essentials.jar">
|
||||||
<zipfileset src="${dist.jar}" excludes="META-INF/*" />
|
<zipfileset src="${dist.jar}" excludes="META-INF/*" />
|
||||||
<zipfileset src="../lib/Register.jar" excludes="META-INF/*" />
|
<zipfileset src="${dist.dir}/lib/Register.jar" excludes="META-INF/*" />
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Classpath" value="Essentials.jar"/>
|
<attribute name="Classpath" value="Essentials.jar"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Reference in New Issue
Block a user