From 6c782f1a96d0dd33291f663283f40ed93789a652 Mon Sep 17 00:00:00 2001
From: Simon Barner <barner@fortiss.org>
Date: Tue, 28 Nov 2017 09:17:38 +0000
Subject: [PATCH] Eliminate unused files  - generate-ecore.xml  -
 buckminster.cspex

refs 3177
---
 .../trunk/buckminster.cspex                   | 25 -----------
 .../trunk/model/generate-ecore.xml            | 41 -------------------
 .../trunk/buckminster.cspex                   | 24 -----------
 .../trunk/model/generate-ecore.xml            | 31 --------------
 .../trunk/buckminster.cspex                   | 25 -----------
 .../trunk/model/generate-ecore.xml            | 41 -------------------
 6 files changed, 187 deletions(-)
 delete mode 100644 org.fortiss.tooling.base/trunk/buckminster.cspex
 delete mode 100644 org.fortiss.tooling.base/trunk/model/generate-ecore.xml
 delete mode 100644 org.fortiss.tooling.graphicsGL/trunk/buckminster.cspex
 delete mode 100644 org.fortiss.tooling.graphicsGL/trunk/model/generate-ecore.xml
 delete mode 100644 org.fortiss.tooling.kernel/trunk/buckminster.cspex
 delete mode 100644 org.fortiss.tooling.kernel/trunk/model/generate-ecore.xml

diff --git a/org.fortiss.tooling.base/trunk/buckminster.cspex b/org.fortiss.tooling.base/trunk/buckminster.cspex
deleted file mode 100644
index 6e45c5ba2..000000000
--- a/org.fortiss.tooling.base/trunk/buckminster.cspex
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cspecExtension
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
-	xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
-	<actions>
-		<!-- Place your Actions here -->
-		<public name="generate-ecore" actor="jdt.ant">
-            <actorProperties>
-                <property key="buildFile" value="model/generate-ecore.xml" />
-                <property key="targets" value="generate-ecore"/>
-            </actorProperties>
-            <products>
-                <path path="generated-src" />
-            </products>
-        </public>
-	</actions>
-	<alterActions>
-		<public name="eclipse.build">
-			<prerequisites>
-				<attribute name="generate-ecore"/>
-			</prerequisites>
-		</public>
-	</alterActions>
-</cspecExtension>
diff --git a/org.fortiss.tooling.base/trunk/model/generate-ecore.xml b/org.fortiss.tooling.base/trunk/model/generate-ecore.xml
deleted file mode 100644
index 4e2da4bfc..000000000
--- a/org.fortiss.tooling.base/trunk/model/generate-ecore.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--  
-    @ConQAT.Rating GREEN Hash: 547B92CC3BA83267CAA7EB4AB320F6EB
--->
-<project name="org.fortiss.tooling.base" default="generate-ecore" basedir="..">
-
-	<property name="model.name" value="base" />
-	<property name="model.project" value="org.fortiss.tooling.base" />
-	<property file="bm.properties"/>
-
-    <!-- Classpath Definition -->
-    <buckminster.valuepath id="project.classpath" value="${fs:project.classpath}" />
-    <path id="classpath">
-        <path refid="project.classpath"/>
-       
-        <!-- add src to the classpath as only the bin directory is in the classpath
-             and some resources such as the workflow or properties file might not yet
-             have been copied to the bin directory -->
-        <pathelement location="src"/>
-    </path>
-   
-
-    <!-- Generation Task -->
-    <target name="generate-ecore">
-    	<emf.Ecore2Java
-    		model="model/${model.name}.ecore"
-    		genModel="model/${model.name}.genmodel" 
-    		modelProject="/${model.project}" 
-    		modelProjectFragmentPath="generated-src"
-    		reconcileGenModel="reload">
-    	</emf.Ecore2Java>
-	</target>
-	
-	<target name="clean">
-		<delete includeemptydirs="true">
-			<fileset dir="generated-src" includes="**/*"/>
-		</delete>
-		<eclipse.convertPath filesystempath="${basedir}" property="resource.basedir"/>
-		<eclipse.refreshLocal resource="${resource.basedir}" depth="infinite"/>
-	</target>
-</project> 
\ No newline at end of file
diff --git a/org.fortiss.tooling.graphicsGL/trunk/buckminster.cspex b/org.fortiss.tooling.graphicsGL/trunk/buckminster.cspex
deleted file mode 100644
index 6f45c454a..000000000
--- a/org.fortiss.tooling.graphicsGL/trunk/buckminster.cspex
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cspecExtension
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
-	xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
-	<actions>
-		<!-- Place your Actions here -->
-		<public name="generate-ecore" actor="jdt.ant" always="true">
-            <actorProperties>
-                <property key="buildFile" value="model/generate-ecore.xml" />
-                <property key="targets" value="generate-ecore"/>
-            </actorProperties>
-            <products>
-                <path path="generated-src" />
-            </products>
-        </public>
-	</actions>
-	<alterGroups>
-        <!-- Place your Group alterations here -->
-        <public name="eclipse.build.source">
-            <attribute name="generate-ecore"/>
-        </public>
-    </alterGroups>
-</cspecExtension>
diff --git a/org.fortiss.tooling.graphicsGL/trunk/model/generate-ecore.xml b/org.fortiss.tooling.graphicsGL/trunk/model/generate-ecore.xml
deleted file mode 100644
index 8d1c21915..000000000
--- a/org.fortiss.tooling.graphicsGL/trunk/model/generate-ecore.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--  
-    @ConQAT.Rating GREEN Hash: 76BD00B294A54F9D835840CCD9D40E17
--->
-<project name="org.fortiss.af3.base.project" default="generate-ecore" basedir="..">
-
-	<property name="model.name" value="graphics3D" />
-	<property name="model.project" value="org.fortiss.tooling.graphics3D" />
-	
-    <!-- Classpath Definition -->
-    <buckminster.valuepath id="project.classpath" value="${fs:project.classpath}" />
-    <path id="classpath">
-        <path refid="project.classpath"/>
-       
-        <!-- add src to the classpath as only the bin directory is in the classpath
-             and some resources such as the workflow or properties file might not yet
-             have been copied to the bin directory -->
-        <pathelement location="src"/>
-    </path>
-   
-    <!-- Generation Tasks -->
-    <target name="generate-ecore">
-    	<emf.Ecore2Java
-    		model="model/${model.name}.ecore"
-    		genModel="model/${model.name}.genmodel" 
-    		modelProject="/${model.project}" 
-    		modelProjectFragmentPath="generated-src"
-    		reconcileGenModel="reload">
-    	</emf.Ecore2Java>
-	</target>
-</project> 
\ No newline at end of file
diff --git a/org.fortiss.tooling.kernel/trunk/buckminster.cspex b/org.fortiss.tooling.kernel/trunk/buckminster.cspex
deleted file mode 100644
index 6e45c5ba2..000000000
--- a/org.fortiss.tooling.kernel/trunk/buckminster.cspex
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cspecExtension
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
-	xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
-	<actions>
-		<!-- Place your Actions here -->
-		<public name="generate-ecore" actor="jdt.ant">
-            <actorProperties>
-                <property key="buildFile" value="model/generate-ecore.xml" />
-                <property key="targets" value="generate-ecore"/>
-            </actorProperties>
-            <products>
-                <path path="generated-src" />
-            </products>
-        </public>
-	</actions>
-	<alterActions>
-		<public name="eclipse.build">
-			<prerequisites>
-				<attribute name="generate-ecore"/>
-			</prerequisites>
-		</public>
-	</alterActions>
-</cspecExtension>
diff --git a/org.fortiss.tooling.kernel/trunk/model/generate-ecore.xml b/org.fortiss.tooling.kernel/trunk/model/generate-ecore.xml
deleted file mode 100644
index 1c864ee2d..000000000
--- a/org.fortiss.tooling.kernel/trunk/model/generate-ecore.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--  
-    @ConQAT.Rating GREEN Hash: 7928C78126C557E8FCBAAE2B8DA1A7D4
--->
-<project name="org.fortiss.tooling.kernel" default="generate-ecore" basedir="..">
-
-	<property name="model.name" value="kernel" />
-	<property name="model.project" value="org.fortiss.tooling.kernel" />
-	<property file="bm.properties"/>
-
-    <!-- Classpath Definition -->
-    <buckminster.valuepath id="project.classpath" value="${fs:project.classpath}" />
-    <path id="classpath">
-        <path refid="project.classpath"/>
-       
-        <!-- add src to the classpath as only the bin directory is in the classpath
-             and some resources such as the workflow or properties file might not yet
-             have been copied to the bin directory -->
-        <pathelement location="src"/>
-    </path>
-   
-
-    <!-- Generation Task -->
-    <target name="generate-ecore">
-    	<emf.Ecore2Java
-    		model="model/${model.name}.ecore"
-    		genModel="model/${model.name}.genmodel" 
-    		modelProject="/${model.project}" 
-    		modelProjectFragmentPath="generated-src"
-    		reconcileGenModel="reload">
-    	</emf.Ecore2Java>
-	</target>
-	
-	<target name="clean">
-		<delete includeemptydirs="true">
-			<fileset dir="generated-src" includes="**/*"/>
-		</delete>
-		<eclipse.convertPath filesystempath="${basedir}" property="resource.basedir"/>
-		<eclipse.refreshLocal resource="${resource.basedir}" depth="infinite"/>
-	</target>
-</project> 
\ No newline at end of file
-- 
GitLab