Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-07-28 17:56:25 +0000
committerEike Stepper2012-07-28 17:56:25 +0000
commit2bd7f20852ee2903db04a35c5df13c1da0a0df28 (patch)
tree7296f1d7d785b10e8e0141143701b006d098a487 /plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn
parent6d9247b4087c4a03bd8d9b505ed54877f4e27158 (diff)
downloadcdo-2bd7f20852ee2903db04a35c5df13c1da0a0df28.tar.gz
cdo-2bd7f20852ee2903db04a35c5df13c1da0a0df28.tar.xz
cdo-2bd7f20852ee2903db04a35c5df13c1da0a0df28.zip
Add version management and fix version problems
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.project16
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.settings/.api_filters10
2 files changed, 21 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.project b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.project
index 614eb38ab7..453cdbd703 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.project
+++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.project
@@ -20,9 +20,25 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
+ <arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng/release.xml</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
</natures>
</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.settings/.api_filters b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.settings/.api_filters
index 86b7ce9246..6e01e15ccc 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.settings/.api_filters
+++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/.settings/.api_filters
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<component id="org.eclipse.emf.cdo.dawn" version="2">
- <resource path="src/org/eclipse/emf/cdo/dawn/resources/DawnPathmapManager.java" type="org.eclipse.emf.cdo.dawn.resources.DawnPathmapManager">
- <filter comment="To be fixed later" id="576720909">
+<component id="org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn" version="2">
+ <resource path="src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/edit/policies/DawnECoreRootCanonicalEditPolicy.java" type="org.eclipse.emf.cdo.dawn.ecoretools.diagram.edit.policies.DawnECoreRootCanonicalEditPolicy">
+ <filter id="576720909">
<message_arguments>
- <message_argument value="PathmapManager"/>
- <message_argument value="DawnPathmapManager"/>
+ <message_argument value="EPackageCanonicalEditPolicy"/>
+ <message_argument value="DawnECoreRootCanonicalEditPolicy"/>
</message_arguments>
</filter>
</resource>

Back to the top