Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.hibernate.client')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.client/.project7
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.client/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF4
3 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.project b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.project
index ead4d3ad8f..c64417bc04 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.project
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.project
@@ -16,13 +16,18 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
+ <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.emf.cdo.releng.version.VersionNature</nature>
</natures>
</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.settings/org.eclipse.core.resources.prefs b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..b9743bf086
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/.project=UTF-8
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF
index f8162a95cd..da39f548d0 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.examples.hibernate.client
-Bundle-Version: 4.1.0.qualifier
+Bundle-Version: 4.1.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -33,4 +33,4 @@ Import-Package: org.hibernate;version="[4.0.0,5.0.0)",
org.hibernate.type;version="[4.0.0,5.0.0)",
org.hibernate.usertype;version="[4.0.0,5.0.0)",
org.apache.commons.logging;version="[1.0.0,2.0.0)"
-Export-Package: org.eclipse.emf.cdo.examples.hibernate.client;version="4.1.0"
+Export-Package: org.eclipse.emf.cdo.examples.hibernate.client;version="4.1.100"

Back to the top