Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2010-08-24 15:54:03 +0000
committernhauge2010-08-24 15:54:03 +0000
commit1aa9f5d84a93ce7f081396e0402712fe5e525984 (patch)
tree1c05b69198c902ce6bbd6bcdd9923fc248e102a1
parent2f68226be22ed9cede1bb0709ac1020c14cd0015 (diff)
downloadwebtools.dali-1aa9f5d84a93ce7f081396e0402712fe5e525984.tar.gz
webtools.dali-1aa9f5d84a93ce7f081396e0402712fe5e525984.tar.xz
webtools.dali-1aa9f5d84a93ce7f081396e0402712fe5e525984.zip
Additional feature and branding versions updates for 2.3.2.
-rw-r--r--jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml4
-rw-r--r--jpa/features/org.eclipse.jpt.eclipselink_sdk.feature/feature.xml2
-rw-r--r--jpa/plugins/org.eclipse.jpt.branding/META-INF/MANIFEST.MF2
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.branding/META-INF/MANIFEST.MF2
4 files changed, 5 insertions, 5 deletions
diff --git a/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml b/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
index 7471e7d9ac..c1a3feaf36 100644
--- a/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.eclipselink.feature"
label="%featureName"
- version="2.3.1.qualifier"
+ version="2.3.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jpt.eclipselink.branding">
@@ -19,7 +19,7 @@
</license>
<requires>
- <import feature="org.eclipse.jpt.feature" version="2.3.0"/>
+ <import feature="org.eclipse.jpt.feature" version="2.3.2"/>
</requires>
<plugin
diff --git a/jpa/features/org.eclipse.jpt.eclipselink_sdk.feature/feature.xml b/jpa/features/org.eclipse.jpt.eclipselink_sdk.feature/feature.xml
index 54b848b440..7e4ab7cd84 100644
--- a/jpa/features/org.eclipse.jpt.eclipselink_sdk.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.eclipselink_sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.eclipselink_sdk.feature"
label="%featureName"
- version="2.3.1.qualifier"
+ version="2.3.2.qualifier"
provider-name="%providerName">
<description>
diff --git a/jpa/plugins/org.eclipse.jpt.branding/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.branding/META-INF/MANIFEST.MF
index b76c929bcf..9c3b571c26 100644
--- a/jpa/plugins/org.eclipse.jpt.branding/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.branding/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jpt.branding;singleton:=true
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Localization: plugin
Bundle-Vendor: %providerName
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.branding/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.eclipselink.branding/META-INF/MANIFEST.MF
index 89f986ed3c..8ae8addbbb 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.branding/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.branding/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jpt.eclipselink.branding;singleton:=true
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Localization: plugin
Bundle-Vendor: %providerName

Back to the top