Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/runtime/javax.annotation.jre/META-INF/MANIFEST.MF2
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml2
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.e4fx.feature/feature.xml14
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml14
4 files changed, 17 insertions, 15 deletions
diff --git a/bundles/runtime/javax.annotation.jre/META-INF/MANIFEST.MF b/bundles/runtime/javax.annotation.jre/META-INF/MANIFEST.MF
index 44e98bf20..c17aa2027 100644
--- a/bundles/runtime/javax.annotation.jre/META-INF/MANIFEST.MF
+++ b/bundles/runtime/javax.annotation.jre/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Jre
+Bundle-Name: Javax Annotation Bundle for JRE
Bundle-SymbolicName: javax.annotation.jre
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index 33d3044b8..85787d6ac 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -67,6 +67,8 @@
<!-- Format Conversion -->
<module>../../bundles/runtime/org.eclipse.fx.formats.svg</module>
+
+ <module>../../bundles/runtime/javax.annotation.jre</module>
<!-- Features -->
<module>../runtime/org.eclipse.fx.core.feature</module>
diff --git a/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/feature.xml
index 4f494d08a..abdcc6c81 100644
--- a/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.e4fx.feature/feature.xml
@@ -212,13 +212,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
unpack="false"/>
<plugin
- id="javax.annotation"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="javax.inject"
download-size="0"
install-size="0"
@@ -555,4 +548,11 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="javax.annotation.jre"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index 26a54485b..33ad4ca2b 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -1339,13 +1339,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
unpack="false"/>
<plugin
- id="javax.annotation"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="javax.el"
download-size="0"
install-size="0"
@@ -2286,4 +2279,11 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="javax.annotation.jre"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top