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
734c8898
Commit
734c8898
authored
Feb 03, 2011
by
Florian Hölzl
Browse files
some cleanup and trial
parent
9335d9ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.project/trunk/.project
View file @
734c8898
...
...
@@ -25,19 +25,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.buckminster.jdt.classpathEmitter
</name>
<arguments>
<dictionary>
<key>
full.printstream
</key>
<value>
false
</value>
</dictionary>
<dictionary>
<key>
file
</key>
<value>
model/bm.properties
</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.pde.PluginNature
</nature>
...
...
org.fortiss.af3.project/trunk/buckminster.cspex
View file @
734c8898
...
...
@@ -5,7 +5,7 @@
xmlns=
"http://www.eclipse.org/buckminster/CSpec-1.0"
>
<actions>
<!-- Place your Actions here -->
<public
name=
"generate-ecore"
actor=
"jdt.ant"
always=
"true"
>
<public
name=
"generate-ecore"
actor=
"jdt.ant"
>
<actorProperties>
<property
key=
"buildFile"
value=
"model/generate-ecore.xml"
/>
<property
key=
"targets"
value=
"generate-ecore"
/>
...
...
@@ -15,10 +15,11 @@
</products>
</public>
</actions>
<alterGroups>
<!-- Place your Group alterations here -->
<public
name=
"eclipse.build.source"
>
<attribute
name=
"generate-ecore"
/>
</public>
</alterGroups>
<alterActions>
<public
name=
"eclipse.build"
>
<prerequisites>
<attribute
name=
"generate-ecore"
/>
</prerequisites>
</public>
</alterActions>
</cspecExtension>
org.fortiss.af3.project/trunk/model/generate-ecore.xml
View file @
734c8898
...
...
@@ -18,13 +18,9 @@
<!-- Generation Task -->
<target
name=
"generate-ecore"
>
<echo>
FS
: ${
fs:project.
classpath}
CP
: ${classpath}
</echo>
<echo>
BM: ${bm.classpath}
</echo>
<emf.Ecore2Java
model=
"model/${model.name}.ecore"
genModel=
"model/${model.name}.genmodel"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment