Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/features/org.eclipse.jpt.jpa.feature/feature.xml')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.feature/feature.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml b/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml
index 426df130d4..86143156bb 100644
--- a/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.jpa.feature"
label="%featureName"
- version="3.0.1.qualifier"
+ version="3.0.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jpt.jpa.branding"
license-feature="org.eclipse.license"
@@ -69,8 +69,7 @@
version="0.0.0"
unpack="false"/>
- <!-- persistence bundles -->
- <plugin
+ <plugin
id="org.eclipse.persistence.jpa.jpql"
download-size="0"
install-size="0"
@@ -84,7 +83,6 @@
version="1.0.1.qualifier"
unpack="false"/>
- <!-- apache bundles -->
<plugin
id="org.apache.commons.collections"
download-size="0"

Back to the top