Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
0a880720
Commit
0a880720
authored
Nov 28, 2017
by
Simon Barner
Browse files
Eliminate unused files
- generate-ecore.xml - buckminster.cspex refs 3177
parent
dc414c9b
Changes
54
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.component/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: 5FB7E776DAFE729A8F369CD4A0AD8DFC
-->
<project
name=
"org.fortiss.af3.component"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"component"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.component"
/>
<!-- 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
org.fortiss.af3.cosimulation/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.cosimulation/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: DD61A9C5EB1A4C1C3B46FF8334A313D6
-->
<project
name=
"org.fortiss.af3.cosimulation"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"cosimulation"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.cosimulation"
/>
<!-- 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>
<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
org.fortiss.af3.deployment/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.deployment/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: 087AF04F06CF6818809230457B99FFF1
-->
<project
name=
"org.fortiss.af3.deployment"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"deployment"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.deployment"
/>
<!-- 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
org.fortiss.af3.exploration.smt/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.exploration.smt/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
<<<<<<< .mine
@ConQAT.Rating GREEN Hash: 16A22A3462FD7C07DF1668592A481C79
=======
$Id$
@version $Rev$
@ConQAT.Rating RED Hash: 8CCF32AD71D744B3F121A2C3090BE8CB
>>>>>>> .r22187
-->
<project
name=
"org.fortiss.af3.exploration.smt"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"model"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.exploration.smt"
/>
<!-- 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
org.fortiss.af3.exploration/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.exploration/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
-->
<project
name=
"org.fortiss.af3.exploration"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"constraints.name"
value=
"constraints"
/>
<property
name=
"dimensions.name"
value=
"dimensions"
/>
<property
name=
"exploration.name"
value=
"exploration"
/>
<property
name=
"dsl_v2.name"
value=
"dsl_v2"
/>
<property
name=
"dseproject.name"
value=
"dseproject"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.exploration"
/>
<!-- 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/${exploration.name}.ecore"
genModel=
"model/${exploration.name}.genmodel"
modelProject=
"/${model.project}"
modelProjectFragmentPath=
"generated-src"
reconcileGenModel=
"reload"
>
</emf.Ecore2Java>
<emf.Ecore2Java
model=
"model/${dimensions.name}.ecore"
genModel=
"model/${dimensions.name}.genmodel"
modelProject=
"/${model.project}"
modelProjectFragmentPath=
"generated-src"
reconcileGenModel=
"reload"
>
</emf.Ecore2Java>
<emf.Ecore2Java
model=
"model/${dsl_v2.name}.ecore"
genModel=
"model/${dsl_v2.name}.genmodel"
modelProject=
"/${model.project}"
modelProjectFragmentPath=
"generated-src"
reconcileGenModel=
"reload"
>
</emf.Ecore2Java>
<emf.Ecore2Java
model=
"model/${designspaceexploration.name}.ecore"
genModel=
"model/${designspaceexploration.name}.genmodel"
modelProject=
"/${model.project}"
modelProjectFragmentPath=
"generated-src"
reconcileGenModel=
"reload"
>
</emf.Ecore2Java>
<emf.Ecore2Java
model=
"model/${dseproject.name}.ecore"
genModel=
"model/${dseproject.name}.genmodel"
modelProject=
"/${model.project}"
modelProjectFragmentPath=
"generated-src"
reconcileGenModel=
"reload"
>
</emf.Ecore2Java>
</target>
</project>
\ No newline at end of file
org.fortiss.af3.expression/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
<public
name=
"generate-grammar"
actor=
"jdt.ant"
always=
"true"
>
<actorProperties>
<property
key=
"buildFile"
value=
"grammar/generate-grammar.xml"
/>
<property
key=
"targets"
value=
"generate-grammar"
/>
</actorProperties>
<products>
<path
path=
"generated-src"
/>
</products>
</public>
</actions>
<alterGroups>
<!-- Place your Group alterations here -->
<public
name=
"eclipse.build.source"
>
<attribute
name=
"generate-ecore"
/>
<attribute
name=
"generate-grammar"
/>
</public>
</alterGroups>
</cspecExtension>
org.fortiss.af3.expression/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: AE69A68B14ECD0C7042691CA5D6EE05A
-->
<project
name=
"org.fortiss.af3.expression"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"expression"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.expression"
/>
<!-- 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
org.fortiss.af3.generator.common/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.generator.common/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: EC78045F6DF180ED04B1568B96F5D972
-->
<project
name=
"org.fortiss.af3.generator.common"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"languages"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.generator.common"
/>
<!-- 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
org.fortiss.af3.mira/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.mira/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: 1E33BCE1CF0B2DBC91292829E30EF840
-->
<project
name=
"org.fortiss.af3.mira"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"mira"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.mira"
/>
<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 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>
<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
org.fortiss.af3.mode/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?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>
org.fortiss.af3.mode/trunk/model/generate-ecore.xml
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
@ConQAT.Rating GREEN Hash: FCF30EB665622F20FFCFCB4EA79EDE82
-->
<project
name=
"org.fortiss.af3.mode"
default=
"generate-ecore"
basedir=
".."
>
<property
name=
"model.name"
value=
"mode"
/>
<property
name=
"model.project"
value=
"org.fortiss.af3.mode"
/>
<!-- 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>
<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
org.fortiss.af3.msc/trunk/buckminster.cspex
deleted
100644 → 0
View file @
dc414c9b
<?xml version="1.0" encoding="UTF-8"?>
<cspecExtension
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"