Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Belle2017-09-17 15:00:32 +0000
committerJan Belle2017-09-17 15:00:32 +0000
commit216b91e9103d80043239ecda7052fecb0999b085 (patch)
tree0c2d2f573f6c5d498e183bce322fa06713d1718a /plugins/org.eclipse.etrice.generator.c
parent26e553de11a137a1487074bce959a3b4423f2e1c (diff)
downloadorg.eclipse.etrice-216b91e9103d80043239ecda7052fecb0999b085.tar.gz
org.eclipse.etrice-216b91e9103d80043239ecda7052fecb0999b085.tar.xz
org.eclipse.etrice-216b91e9103d80043239ecda7052fecb0999b085.zip
cleaned up buildnewbuild
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.c')
-rw-r--r--plugins/org.eclipse.etrice.generator.c/export_c_generator.launch25
-rw-r--r--plugins/org.eclipse.etrice.generator.c/export_c_generator.xml109
-rw-r--r--plugins/org.eclipse.etrice.generator.c/launch standalone C-generator on modellib.launch7
3 files changed, 0 insertions, 141 deletions
diff --git a/plugins/org.eclipse.etrice.generator.c/export_c_generator.launch b/plugins/org.eclipse.etrice.generator.c/export_c_generator.launch
deleted file mode 100644
index 682c81bc4..000000000
--- a/plugins/org.eclipse.etrice.generator.c/export_c_generator.launch
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
-<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/org.eclipse.etrice.generator.c/export_c_generator.xml"/>
-</listAttribute>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="1"/>
-</listAttribute>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="ANT_HOME" value="C:\Users\hrentz\.p2\pool\plugins\org.apache.ant_1.9.6.v201510161327"/>
-<mapEntry key="ECLIPSE_HOME" value="${target_platform_plugin_location:org.eclipse.xtext}/../.."/>
-<mapEntry key="REPO_LOC" value="${git_work_tree}"/>
-<mapEntry key="ZIP_DESTINATION" value="${workspace_loc}/../../deliveries"/>
-</mapAttribute>
-<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.launching.remote.InternalAntRunner"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.etrice.generator.c"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.etrice.generator.c/export_c_generator.xml}"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.etrice.generator.c}"/>
-<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
-</launchConfiguration>
diff --git a/plugins/org.eclipse.etrice.generator.c/export_c_generator.xml b/plugins/org.eclipse.etrice.generator.c/export_c_generator.xml
deleted file mode 100644
index 8fda95f52..000000000
--- a/plugins/org.eclipse.etrice.generator.c/export_c_generator.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project default="create_run_jar" name="Create Runnable Jar for Project org.eclipse.etrice.generator.c with libraries in sub-folder">
-
- <!--
- don't forget to add
- <zip destfile="${zip_destination}/eTrice-C-generator.zip" basedir="${export_destination}" />
- as last command
-
- <copy failonerror="false" file="
- -->
-
- <property environment="env"/>
- <property name="zip_destination" location="${env.ZIP_DESTINATION}"/>
- <property name="eclipse_home" location="${env.ECLIPSE_HOME}"/>
- <property name="repo_loc" location="${env.REPO_LOC}"/>
-
- <property name="export_destination" location="${zip_destination}/C-generator"/>
-
- <target name="testProps">
- <echo message="zip_destination = ${zip_destination}"/>
- <echo message="export_destination = ${export_destination}"/>
- <echo message="eclipse_home = ${eclipse_home}"/>
- <echo message="repo_loc = ${repo_loc}"/>
- </target>
-
- <!--this file was created by Eclipse Runnable JAR Export Wizard-->
- <!--ANT 1.7 is required -->
- <!--define folder properties-->
- <target name="create_run_jar">
- <jar destfile="${export_destination}/CGenerator.jar">
- <manifest>
- <attribute name="Main-Class" value="org.eclipse.etrice.generator.c.Main"/>
- <attribute name="Class-Path" value=". CGenerator_lib/org.eclipse.xtext_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar CGenerator_lib/org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar CGenerator_lib/org.eclipse.emf.common_2.12.0.v20160420-0247.jar CGenerator_lib/org.antlr.runtime_3.2.0.v201101311130.jar CGenerator_lib/com.google.inject_3.0.0.v201605172100.jar CGenerator_lib/org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar CGenerator_lib/org.apache.commons.cli_1.2.0.v201404270220.jar CGenerator_lib/org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar CGenerator_lib/org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar CGenerator_lib/org.eclipse.xtext.util_2.10.0.v201605250459.jar CGenerator_lib/com.google.guava_15.0.0.v201403281430.jar CGenerator_lib/javax.inject_1.0.0.v20091030.jar CGenerator_lib/org.eclipse.xtext.xbase_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.xtext.common.types_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.xtend.lib_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.xtend.lib.macro_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.xtext.generator_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.xtext.xtext.generator_2.10.0.v201605250459.jar CGenerator_lib/org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar CGenerator_lib/org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar CGenerator_lib/org.eclipse.xtend_2.2.0.v201605260315.jar CGenerator_lib/com.ibm.icu_56.1.0.v201601250100.jar CGenerator_lib/org.eclipse.xpand_2.2.0.v201605260315.jar CGenerator_lib/org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar CGenerator_lib/org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar CGenerator_lib/org.apache.commons.logging_1.1.1.v201101211721.jar CGenerator_lib/org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar CGenerator_lib/org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar CGenerator_lib/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar CGenerator_lib/org.eclipse.osgi_3.11.2.v20161107-1947.jar CGenerator_lib/org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar CGenerator_lib/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar CGenerator_lib/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar CGenerator_lib/org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar CGenerator_lib/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar CGenerator_lib/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar CGenerator_lib/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar CGenerator_lib/org.eclipse.core.resources_3.11.1.v20161107-2032.jar CGenerator_lib/org.apache.log4j_1.2.15.v201012070815.jar CGenerator_lib/org.objectweb.asm_5.0.1.v201404251740.jar CGenerator_lib/org.eclipse.emf_2.6.0.v20160526-0356.jar CGenerator_lib/org.apache.commons.io_2.2.0.v201405211200.jar CGenerator_lib/org.eclipse.ui_3.108.1.v20160929-1045.jar CGenerator_lib/org.eclipse.swt_3.105.2.v20161122-0613.jar CGenerator_lib/org.eclipse.jface_3.12.1.v20160923-1528.jar CGenerator_lib/org.eclipse.core.commands_3.8.0.v20160316-1921.jar CGenerator_lib/org.eclipse.ui.workbench_3.108.2.v20161025-2029.jar CGenerator_lib/org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar CGenerator_lib/org.eclipse.ui.ide_3.12.2.v20161115-1450.jar CGenerator_lib/org.eclipse.ui.views_3.8.101.v20160816-1954.jar"/>
- </manifest>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.genmodel/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.common/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.fsm/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.room/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.genmodel.fsm/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.etphys/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.etmap/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator.fsm/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator.config/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.core.config/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator.doc/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator.gnuplot/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator.java/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.abstractexec.behavior/bin"/>
- <fileset dir="${repo_loc}/plugins/org.eclipse.etrice.generator.c/bin"/>
- </jar>
- <delete dir="${export_destination}/CGenerator_lib"/>
- <mkdir dir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.common_2.12.0.v20160420-0247.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.antlr.runtime_3.2.0.v201101311130.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/com.google.inject_3.0.0.v201605172100.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.apache.commons.cli_1.2.0.v201404270220.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext.util_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/com.google.guava_15.0.0.v201403281430.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/javax.inject_1.0.0.v20091030.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext.xbase_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext.common.types_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtend.lib_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtend.lib.macro_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext.generator_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtext.xtext.generator_2.10.0.v201605250459.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtend_2.2.0.v201605260315.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/com.ibm.icu_56.1.0.v201601250100.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xpand_2.2.0.v201605260315.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.osgi_3.11.2.v20161107-1947.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.core.jobs_3.8.0.v20160509-0411.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.core.resources_3.11.1.v20161107-2032.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.apache.log4j_1.2.15.v201012070815.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.objectweb.asm_5.0.1.v201404251740.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.emf_2.6.0.v20160526-0356.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.apache.commons.io_2.2.0.v201405211200.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.ui_3.108.1.v20160929-1045.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.swt_3.105.2.v20161122-0613.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.jface_3.12.1.v20160923-1528.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.core.commands_3.8.0.v20160316-1921.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.ui.workbench_3.108.2.v20161025-2029.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.ui.ide_3.12.2.v20161115-1450.jar" todir="${export_destination}/CGenerator_lib"/>
- <copy failonerror="false" file="${eclipse_home}/plugins/org.eclipse.ui.views_3.8.101.v20160816-1954.jar" todir="${export_destination}/CGenerator_lib"/>
-
- <zip destfile="${zip_destination}/eTrice-C-generator.zip" basedir="${export_destination}" />
- </target>
-</project>
diff --git a/plugins/org.eclipse.etrice.generator.c/launch standalone C-generator on modellib.launch b/plugins/org.eclipse.etrice.generator.c/launch standalone C-generator on modellib.launch
deleted file mode 100644
index 4e4d32119..000000000
--- a/plugins/org.eclipse.etrice.generator.c/launch standalone C-generator on modellib.launch
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${ee_home:JavaSE-1.7}/bin/java.exe"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-jar ../../../../../deliveries/C-generator/org.eclipse.etrice.generator.c.jar&#13;&#10;${workspace_loc:org.eclipse.etrice.modellib.c}/model/TimingService.room&#13;&#10;${workspace_loc:org.eclipse.etrice.modellib.c}/model/TcpService.room&#13;&#10;-lib"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.etrice.modellib.c}"/>
-</launchConfiguration>

Back to the top