Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2014-02-14 21:40:21 +0000
committerThomas Schuetz2014-02-14 21:40:53 +0000
commit5a443dedd92ac367d573fbc25a8d48ff612d8cb8 (patch)
tree1fb4f164bcae4b93ade001d8a5dfaa863b7cd42a /plugins
parent1e76423a6be64b0519e6f72dc0baa4d4679b0435 (diff)
downloadorg.eclipse.etrice-5a443dedd92ac367d573fbc25a8d48ff612d8cb8.tar.gz
org.eclipse.etrice-5a443dedd92ac367d573fbc25a8d48ff612d8cb8.tar.xz
org.eclipse.etrice-5a443dedd92ac367d573fbc25a8d48ff612d8cb8.zip
[etunit.converter] created jar release for etunit converter
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.etrice.etunit.converter/buildEtUnitConverter.xml27
-rw-r--r--plugins/org.eclipse.etrice.etunit.converter/release/etunit.converter.jarbin0 -> 3825944 bytes
2 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.etunit.converter/buildEtUnitConverter.xml b/plugins/org.eclipse.etrice.etunit.converter/buildEtUnitConverter.xml
new file mode 100644
index 000000000..08a01f0f5
--- /dev/null
+++ b/plugins/org.eclipse.etrice.etunit.converter/buildEtUnitConverter.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project default="create_run_jar" name="Create Runnable Jar for Project org.eclipse.etrice.etunit.converter">
+ <!--this file was created by Eclipse Runnable JAR Export Wizard-->
+ <!--ANT 1.7 is required -->
+ <target name="create_run_jar">
+ <jar destfile="C:/entw/projekte/eTrice/repositories/org.eclipse.etrice/plugins/org.eclipse.etrice.etunit.converter/release/etunit.converter.jar" filesetmanifest="mergewithoutmain">
+ <manifest>
+ <attribute name="Main-Class" value="org.eclipse.etrice.etunit.converter.EtUnitReportConverter"/>
+ <attribute name="Class-Path" value="."/>
+ </manifest>
+ <fileset dir="C:/entw/projekte/eTrice/repositories/org.eclipse.etrice/plugins/org.eclipse.etrice.etunit.converter/bin"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.core.runtime_3.9.0.v20130326-1255.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.equinox.weaving.hook_1.0.200.I20130319-1000.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.core.jobs_3.5.300.v20130429-1813.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/runtime_registry_compatibility.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.equinox.app_1.3.100.v20130327-1442.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.emf.ecore_2.9.1.v20130827-0309.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.emf.common_2.9.1.v20130827-0309.jar"/>
+ <zipfileset excludes="META-INF/*.SF" src="C:/entw/eclipse/eclipse-modeling-kepler-R-win32/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.9.1.v20130827-0309.jar"/>
+ </jar>
+ </target>
+</project>
diff --git a/plugins/org.eclipse.etrice.etunit.converter/release/etunit.converter.jar b/plugins/org.eclipse.etrice.etunit.converter/release/etunit.converter.jar
new file mode 100644
index 000000000..2c79e24ea
--- /dev/null
+++ b/plugins/org.eclipse.etrice.etunit.converter/release/etunit.converter.jar
Binary files differ

Back to the top