Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-06-25 06:56:27 +0000
committerEike Stepper2008-06-25 06:56:27 +0000
commit81b0171d7dba2747812911d9751acfae8392ebde (patch)
treed2df4c0897a0e9bfc37a3643cc6326f34acefef1 /plugins/org.eclipse.emf.cdo.tests.model2
parent8aafb5876e65d3d2db007f5a491c7187d3f4626d (diff)
downloadcdo-81b0171d7dba2747812911d9751acfae8392ebde.tar.gz
cdo-81b0171d7dba2747812911d9751acfae8392ebde.tar.xz
cdo-81b0171d7dba2747812911d9751acfae8392ebde.zip
[238242] Enable API Tooling
https://bugs.eclipse.org/bugs/show_bug.cgi?id=238242
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model2')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/.project6
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/META-INF/MANIFEST.MF12
2 files changed, 12 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/.project b/plugins/org.eclipse.emf.cdo.tests.model2/.project
index 6cae536bf7..e77c4dd03c 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/.project
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/.project
@@ -20,9 +20,15 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.model2/META-INF/MANIFEST.MF
index 441bd42478..3d8395bd2b 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.tests.model2; singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -9,8 +9,8 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
- org.eclipse.emf.cdo;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
- org.eclipse.emf.cdo.tests.model1;bundle-version="[1.0.0,2.0.0)";visibility:=reexport
-Export-Package: org.eclipse.emf.cdo.tests.model2;version="1.0.0",
- org.eclipse.emf.cdo.tests.model2.impl;version="1.0.0",
- org.eclipse.emf.cdo.tests.model2.util;version="1.0.0"
+ org.eclipse.emf.cdo;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.cdo.tests.model1;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
+Export-Package: org.eclipse.emf.cdo.tests.model2;version="2.0.0",
+ org.eclipse.emf.cdo.tests.model2.impl;version="2.0.0",
+ org.eclipse.emf.cdo.tests.model2.util;version="2.0.0"

Back to the top