-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildOnLinux.xml
More file actions
22 lines (22 loc) · 1.8 KB
/
Copy pathbuildOnLinux.xml
File metadata and controls
22 lines (22 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="create_run_jar" name="Create Runnable Jar for Project tsarGUI">
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<target name="create_run_jar">
<jar destfile="/home/SIMU_VIBE/UTIL/gui/gui_dev_head.jar" filesetmanifest="mergewithoutmain">
<manifest>
<attribute name="Main-Class" value="com.airbus.vibe.gui.Main"/>
<attribute name="Class-Path" value="."/>
</manifest>
<fileset dir="/home/saflores/workspace/VibeGUI/bin"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.jface_3.8.102.v20130123-162658.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.100.1.v4236b.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.core.commands_3.6.2.v20130123-162658.jar"/>
<zipfileset excludes="META-INF/*.SF" src="/home/saflores/prog/eclipse/plugins/org.eclipse.core.runtime_3.8.0.v20120912-155025.jar"/>
</jar>
</target>
</project>