Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-07-29 08:54:41 +0000
committerEike Stepper2012-07-29 08:54:41 +0000
commit547d5c8a162021addf84c61f817d6d4aa6ede5c5 (patch)
tree5bf78c4b4283b94a5a794a8aa357c21a7099aa51 /plugins/org.eclipse.emf.cdo.tests.objectivity
parentf741a4ab3118ccc90c34b114026079bee41fb2bd (diff)
downloadcdo-547d5c8a162021addf84c61f817d6d4aa6ede5c5.tar.gz
cdo-547d5c8a162021addf84c61f817d6d4aa6ede5c5.tar.xz
cdo-547d5c8a162021addf84c61f817d6d4aa6ede5c5.zip
Remove unneeded schema builders
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.objectivity')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.objectivity/.options1
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.objectivity/.project5
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF4
3 files changed, 2 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.objectivity/.options b/plugins/org.eclipse.emf.cdo.tests.objectivity/.options
index f742d23de5..1100fed26a 100644
--- a/plugins/org.eclipse.emf.cdo.tests.objectivity/.options
+++ b/plugins/org.eclipse.emf.cdo.tests.objectivity/.options
@@ -1,4 +1,3 @@
# Debugging and tracing options
-org.eclipse.emf.cdo.tests/debug = true
org.eclipse.emf.cdo.tests.objectivity/debug = true
diff --git a/plugins/org.eclipse.emf.cdo.tests.objectivity/.project b/plugins/org.eclipse.emf.cdo.tests.objectivity/.project
index 828308b28e..d09365ae3a 100644
--- a/plugins/org.eclipse.emf.cdo.tests.objectivity/.project
+++ b/plugins/org.eclipse.emf.cdo.tests.objectivity/.project
@@ -16,11 +16,6 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
<arguments>
<dictionary>
diff --git a/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF
index f3df92b879..7d93626e6f 100644
--- a/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.objectivity/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.tests.objectivity;singleton:=true
-Bundle-Version: 4.0.100.qualifier
+Bundle-Version: 4.0.200.qualifier
Require-Bundle: org.eclipse.emf.cdo.server.objectivity;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.cdo.tests;bundle-version="[4.0.0,5.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -18,4 +18,4 @@ Import-Package: com.objy.as;version="[4.0.0,5.0.0)",
com.objy.pm.asapp;version="[4.0.0,5.0.0)",
com.objy.pm.asexcep;version="[4.0.0,5.0.0)",
com.objy.pm.tmi;version="[4.0.0,5.0.0)"
-Export-Package: org.eclipse.emf.cdo.tests.objectivity;version="4.0.100";x-internal:=true
+Export-Package: org.eclipse.emf.cdo.tests.objectivity;version="4.0.200";x-internal:=true

Back to the top