forked from hdijkema/pcutmp3-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpcutmp3gui.xml
18 lines (18 loc) · 1.05 KB
/
pcutmp3gui.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="create_run_jar" name="Create Runnable Jar for Project pcutmp3-gui with Jar-in-Jar Loader">
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<target name="create_run_jar">
<jar destfile="C:/Users/hans/workspace/pcutmp3-gui/install/pcutmp3gui.jar">
<manifest>
<attribute name="Main-Class" value="org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader"/>
<attribute name="Rsrc-Main-Class" value="net.oesterholt.pcutmp3gui.PCutMP3Gui"/>
<attribute name="Class-Path" value="."/>
<attribute name="Rsrc-Class-Path" value="./ jfxrt.jar jid3.jar"/>
</manifest>
<zipfileset src="jar-in-jar-loader.zip"/>
<fileset dir="C:/Users/hans/workspace/pcutmp3-gui/bin"/>
<zipfileset dir="C:\Users\hans\workspace\pcutmp3-gui\libraries" includes="jid3.jar"/>
</jar>
</target>
</project>