Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
Diffstat (limited to 'jpa')
-rw-r--r--jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml7
-rw-r--r--jpa/features/org.eclipse.jpt.feature/feature.xml7
-rw-r--r--jpa/plugins/org.eclipse.jpt.branding/component.xml1
3 files changed, 15 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml b/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
index 882a5994cc..a763c62080 100644
--- a/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
@@ -43,6 +43,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.jpt.eclipselink.ui.jaxb"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.jpt.eclipselink.core.ddlgen"
download-size="0"
install-size="0"
diff --git a/jpa/features/org.eclipse.jpt.feature/feature.xml b/jpa/features/org.eclipse.jpt.feature/feature.xml
index b55599c187..3073b1e58c 100644
--- a/jpa/features/org.eclipse.jpt.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.feature/feature.xml
@@ -73,6 +73,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.jpt.ui.jaxb"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.jpt.doc.user"
download-size="0"
install-size="0"
diff --git a/jpa/plugins/org.eclipse.jpt.branding/component.xml b/jpa/plugins/org.eclipse.jpt.branding/component.xml
index ce301ae210..0d935f1cb8 100644
--- a/jpa/plugins/org.eclipse.jpt.branding/component.xml
+++ b/jpa/plugins/org.eclipse.jpt.branding/component.xml
@@ -8,5 +8,6 @@
<plugin id="org.eclipse.jpt.db.ui" fragment="false"/>
<plugin id="org.eclipse.jpt.gen" fragment="false"/>
<plugin id="org.eclipse.jpt.ui" fragment="false"/>
+<plugin id="org.eclipse.jpt.ui.jaxb" fragment="false"/>
<plugin id="org.eclipse.jpt.utility" fragment="false"/>
</component> \ No newline at end of file

Back to the top