Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-08-12 08:26:01 +0000
committerMartin Fluegge2011-08-12 08:26:01 +0000
commiteba4c1814f498107829abba586b7a309cf598ebf (patch)
tree8cbef297bb03eefd36ad3571314c5e1906b60792
parentad519c2eb646abf563d3212c8f5270535522757e (diff)
downloadcdo-eba4c1814f498107829abba586b7a309cf598ebf.tar.gz
cdo-eba4c1814f498107829abba586b7a309cf598ebf.tar.xz
cdo-eba4c1814f498107829abba586b7a309cf598ebf.zip
updated .project files
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.emf/.project16
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.gmf/.project16
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.gmf/.settings/.api_filters11
3 files changed, 43 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.emf/.project b/plugins/org.eclipse.emf.cdo.dawn.emf/.project
index 00276b6d05..6d2c923b88 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.emf/.project
+++ b/plugins/org.eclipse.emf.cdo.dawn.emf/.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.gmf/.project b/plugins/org.eclipse.emf.cdo.dawn.gmf/.project
index 74a74b459d..30cd804180 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.gmf/.project
+++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/.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.gmf/.settings/.api_filters b/plugins/org.eclipse.emf.cdo.dawn.gmf/.settings/.api_filters
new file mode 100644
index 0000000000..7b5a6cc96f
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/.settings/.api_filters
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.emf.cdo.dawn.gmf" version="2">
+ <resource path="src/org/eclipse/emf/cdo/dawn/gmf/resources/DawnPathmapManager.java" type="org.eclipse.emf.cdo.dawn.gmf.resources.DawnPathmapManager">
+ <filter id="576720909">
+ <message_arguments>
+ <message_argument value="PathmapManager"/>
+ <message_argument value="DawnPathmapManager"/>
+ </message_arguments>
+ </filter>
+ </resource>
+</component>

Back to the top