Skip to content
Snippets Groups Projects
Commit 6c782f1a authored by Simon Barner's avatar Simon Barner
Browse files

Eliminate unused files

 - generate-ecore.xml
 - buckminster.cspex

refs 3177
parent 8262afdb
No related branches found
No related tags found
No related merge requests found
<?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>
<?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
<?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>
<?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
<?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>
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment