diff --git a/batch/plugins/org.jboss.tools.batch.ui/about.ini b/batch/plugins/org.jboss.tools.batch.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/batch/plugins/org.jboss.tools.batch.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/batch/plugins/org.jboss.tools.batch.ui/about.mappings b/batch/plugins/org.jboss.tools.batch.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/batch/plugins/org.jboss.tools.batch.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/batch/plugins/org.jboss.tools.batch.ui/about.properties b/batch/plugins/org.jboss.tools.batch.ui/about.properties new file mode 100644 index 0000000000..6a63c2a827 --- /dev/null +++ b/batch/plugins/org.jboss.tools.batch.ui/about.properties @@ -0,0 +1,2 @@ +blurb=Java EE Batch Configuration Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/batch/plugins/org.jboss.tools.batch.ui/build.properties b/batch/plugins/org.jboss.tools.batch.ui/build.properties index 182b46e141..05926cdd8e 100644 --- a/batch/plugins/org.jboss.tools.batch.ui/build.properties +++ b/batch/plugins/org.jboss.tools.batch.ui/build.properties @@ -3,6 +3,10 @@ bin.includes = plugin.xml,\ images/,\ META-INF/,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png,\ . source.. = src/ jars.compile.order = . diff --git a/batch/plugins/org.jboss.tools.batch.ui/jboss_about.png b/batch/plugins/org.jboss.tools.batch.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/batch/plugins/org.jboss.tools.batch.ui/jboss_about.png differ diff --git a/cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml b/cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml index 1aa82d1f0e..4ff01f27fa 100644 --- a/cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml +++ b/cdi/features/org.jboss.tools.cdi.deltaspike.feature/feature.xml @@ -1,5 +1,6 @@ diff --git a/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml b/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml index 0e30f20eb3..94cccbad3f 100644 --- a/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml +++ b/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml @@ -1,5 +1,6 @@ diff --git a/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.ini b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.mappings b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.properties b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.properties new file mode 100644 index 0000000000..5b3860e5c3 --- /dev/null +++ b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.properties @@ -0,0 +1,2 @@ +blurb=Apache Deltaspike Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/build.properties b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/build.properties index 1df416345a..55f90099bb 100644 --- a/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/build.properties +++ b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/build.properties @@ -4,7 +4,11 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - about.html + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png src.includes = src/,\ plugin.xml,\ plugin.properties,\ diff --git a/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/jboss_about.png b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/jboss_about.png differ diff --git a/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.ini b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.mappings b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.properties b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.properties new file mode 100644 index 0000000000..c135ea94ea --- /dev/null +++ b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.properties @@ -0,0 +1,2 @@ +blurb=Seam 3 Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/build.properties b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/build.properties index cf73d220e8..3ef9e62bad 100644 --- a/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/build.properties +++ b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/build.properties @@ -4,7 +4,11 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - about.html + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png src.includes = plugin.xml,\ plugin.properties,\ about.html,\ diff --git a/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/jboss_about.png b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/cdi/plugins/org.jboss.tools.cdi.seam.config.ui/jboss_about.png differ diff --git a/cdi/tests/org.jboss.tools.cdi.core.test/.gitignore b/cdi/tests/org.jboss.tools.cdi.core.test/.gitignore new file mode 100644 index 0000000000..9e6b38d749 --- /dev/null +++ b/cdi/tests/org.jboss.tools.cdi.core.test/.gitignore @@ -0,0 +1 @@ +javax.interceptor-api-1.2.jar diff --git a/jsf/features/org.jboss.tools.jsf.feature/feature.xml b/jsf/features/org.jboss.tools.jsf.feature/feature.xml index c32149992c..b0bae1247c 100644 --- a/jsf/features/org.jboss.tools.jsf.feature/feature.xml +++ b/jsf/features/org.jboss.tools.jsf.feature/feature.xml @@ -1,5 +1,6 @@ - diff --git a/jsf/features/org.jboss.tools.jsf.feature/pom.xml b/jsf/features/org.jboss.tools.jsf.feature/pom.xml index 3116fe0ae4..ee3da2f9f6 100644 --- a/jsf/features/org.jboss.tools.jsf.feature/pom.xml +++ b/jsf/features/org.jboss.tools.jsf.feature/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf features - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.features org.jboss.tools.jsf.feature diff --git a/jsf/features/org.jboss.tools.jsf.test.feature/feature.xml b/jsf/features/org.jboss.tools.jsf.test.feature/feature.xml index c208deb2d8..f293b2530f 100644 --- a/jsf/features/org.jboss.tools.jsf.test.feature/feature.xml +++ b/jsf/features/org.jboss.tools.jsf.test.feature/feature.xml @@ -1,5 +1,5 @@ - diff --git a/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml b/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml index 1dccc8b5ef..5c015c9474 100644 --- a/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml +++ b/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf features - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.features org.jboss.tools.jsf.test.feature diff --git a/jsf/features/org.jboss.tools.richfaces.feature/feature.xml b/jsf/features/org.jboss.tools.richfaces.feature/feature.xml index 9d4cdf4105..4b435599fa 100644 --- a/jsf/features/org.jboss.tools.richfaces.feature/feature.xml +++ b/jsf/features/org.jboss.tools.richfaces.feature/feature.xml @@ -1,5 +1,5 @@ - diff --git a/jsf/features/org.jboss.tools.richfaces.feature/pom.xml b/jsf/features/org.jboss.tools.richfaces.feature/pom.xml index 90c21332b5..1e7a6160d4 100644 --- a/jsf/features/org.jboss.tools.richfaces.feature/pom.xml +++ b/jsf/features/org.jboss.tools.richfaces.feature/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf features - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.features org.jboss.tools.richfaces.feature diff --git a/jsf/features/pom.xml b/jsf/features/pom.xml index 8d1d49d20e..17a88630a1 100644 --- a/jsf/features/pom.xml +++ b/jsf/features/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools jsf - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf features diff --git a/jsf/plugins/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF index 4179def56e..6b70e5e2b3 100644 --- a/jsf/plugins/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.doc.user;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.help diff --git a/jsf/plugins/org.jboss.tools.jsf.doc.user/pom.xml b/jsf/plugins/org.jboss.tools.jsf.doc.user/pom.xml index 042974c5b8..06702ea045 100644 --- a/jsf/plugins/org.jboss.tools.jsf.doc.user/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.doc.user/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.doc.user diff --git a/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF index a5cb4868f0..4e6c151bb5 100644 --- a/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF @@ -15,5 +15,5 @@ Require-Bundle: org.jboss.tools.jsf.text.ext Export-Package: org.jboss.tools.jsf.text.ext.facelets, org.jboss.tools.jsf.text.ext.facelets.hyperlink -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml b/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml index 1f0348c26f..050fa1d273 100644 --- a/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.text.ext.facelets diff --git a/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF index ea8323af0d..88827f35f8 100644 --- a/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF @@ -19,5 +19,5 @@ Require-Bundle: org.jboss.tools.jsf.text.ext.facelets Export-Package: org.jboss.tools.jsf.text.ext.richfaces, org.jboss.tools.jsf.text.ext.richfaces.hyperlink -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml b/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml index c76c700382..93f412caf6 100644 --- a/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.text.ext.richfaces diff --git a/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF index 5b0a42cace..b5aa69eb19 100644 --- a/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF @@ -17,5 +17,5 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0", org.jboss.tools.common.model.ui;bundle-version="3.3.0" Export-Package: org.jboss.tools.jsf.text.ext, org.jboss.tools.jsf.text.ext.hyperlink -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml b/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml index 9c9934d6ca..6474c9fa65 100644 --- a/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.text.ext diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.ui/META-INF/MANIFEST.MF index fc45e9bf69..74c9dbdeec 100644 --- a/jsf/plugins/org.jboss.tools.jsf.ui/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.ui/META-INF/MANIFEST.MF @@ -60,6 +60,6 @@ Require-Bundle: org.jboss.tools.common.model.ui, org.eclipse.wst.common.project.facet.ui, org.eclipse.jst.common.project.facet.core, org.eclipse.wst.validation;bundle-version="1.2.300" -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/about.ini b/jsf/plugins/org.jboss.tools.jsf.ui/about.ini new file mode 100644 index 0000000000..326f239824 --- /dev/null +++ b/jsf/plugins/org.jboss.tools.jsf.ui/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. +# test +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=jboss_about.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + + + diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/about.mappings b/jsf/plugins/org.jboss.tools.jsf.ui/about.mappings new file mode 100644 index 0000000000..c367bc83b9 --- /dev/null +++ b/jsf/plugins/org.jboss.tools.jsf.ui/about.mappings @@ -0,0 +1,5 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/about.properties b/jsf/plugins/org.jboss.tools.jsf.ui/about.properties new file mode 100644 index 0000000000..9c7b16847d --- /dev/null +++ b/jsf/plugins/org.jboss.tools.jsf.ui/about.properties @@ -0,0 +1,2 @@ +blurb=JBoss Tools JSF\n\nVersion\: {featureVersion}\n\n(c) Copyright (c) Red Hat, Inc., contributors and others 2013. All rights reserved.\nVisit http\://jboss.org/tools + diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/build.properties b/jsf/plugins/org.jboss.tools.jsf.ui/build.properties index 9ccb210032..f5fbb4372a 100644 --- a/jsf/plugins/org.jboss.tools.jsf.ui/build.properties +++ b/jsf/plugins/org.jboss.tools.jsf.ui/build.properties @@ -2,6 +2,10 @@ bin.includes = plugin.xml,\ plugin.properties,\ images/,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + jboss_about.png,\ META-INF/,\ . jars.compile.order = jsfui.jar,\ diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/jboss_about.png b/jsf/plugins/org.jboss.tools.jsf.ui/jboss_about.png new file mode 100644 index 0000000000..01fcd5bf5a Binary files /dev/null and b/jsf/plugins/org.jboss.tools.jsf.ui/jboss_about.png differ diff --git a/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml b/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml index ee746a5aa1..ffb0facb2a 100644 --- a/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.ui/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.ui diff --git a/jsf/plugins/org.jboss.tools.jsf.verification/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.verification/META-INF/MANIFEST.MF index 02183f18c4..c0eb0b5fe4 100644 --- a/jsf/plugins/org.jboss.tools.jsf.verification/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.verification/META-INF/MANIFEST.MF @@ -6,7 +6,7 @@ Bundle-SymbolicName: org.jboss.tools.jsf.verification;singleton:=true Bundle-Localization: plugin Require-Bundle: org.jboss.tools.common.verification, org.jboss.tools.jsf -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Export-Package: org.jboss.tools.jsf.verification.vrules, org.jboss.tools.jsf.verification.vrules.toview Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml b/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml index 6ee7eff6bf..5761ad0b6e 100644 --- a/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.verification/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.verification diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF index 2b6829b706..e23c607a53 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.ajax4jsf;singleton:=true Bundle-Activator: org.jboss.tools.jsf.vpe.ajax4jsf.Activator -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Localization: plugin Require-Bundle: org.jboss.tools.vpe, org.eclipse.ui;bundle-version="3.7.0", diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml index 79cf4b2e71..fac5178cad 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.ajax4jsf diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF index 16b65d78ac..bc9eb60318 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/META-INF/MANIFEST.MF @@ -17,6 +17,6 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", org.eclipse.jface.text;bundle-version="3.7.0" Export-Package: org.jboss.tools.jsf.vpe.facelets, org.jboss.tools.jsf.vpe.facelets.template -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Eclipse-BundleShape: dir diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml index 21ed5cb478..ba4c1385b0 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.facelets/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.facelets diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF index 8809b80b7e..80b47ebde0 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.jboss.tools.jsf.vpe.jbpm;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.jbpm.JBPMTemplatePlugin Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", org.eclipse.core.runtime;bundle-version="3.7.0", diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml index a82b809752..9302fcd124 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.jbpm/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.jbpm diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF index 751b1bc128..dc47b72c69 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.jboss.tools.jsf.vpe.jsf;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.jsf.JsfTemplatePlugin Bundle-Vendor: %providerName Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml index 5bf7d8970b..d968d11d0d 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.jsf diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF index 570189c41e..7e27406b6d 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.jboss.tools.jsf.vpe.jstl;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.jstl.JstlTemplatePlugin Bundle-Vendor: %providerName Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml index b1663cc3f6..c67040f669 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.jstl/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.jstl diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF index 332094b505..c6b6d8a41a 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.myfaces;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.myfaces.MyFacesTemplatesPlugin Bundle-Vendor: %Bundle-Vendor.0 Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml index 5abeb2e20c..2e4a5b19cf 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.myfaces/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.myfaces diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF index e7b756d209..b557a8d09d 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.richfaces;singleton:=true Bundle-Activator: org.jboss.tools.jsf.vpe.richfaces.RichFacesTemplatesActivator -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Localization: plugin Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", org.eclipse.core.runtime;bundle-version="3.7.0", diff --git a/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml b/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml index 53ebc43a4f..682866a2f8 100644 --- a/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf.vpe.richfaces diff --git a/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF b/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF index 20cffefc2b..54db8cd30b 100644 --- a/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF +++ b/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF @@ -69,7 +69,7 @@ Require-Bundle: org.jboss.tools.jst.web;visibility:=reexport, org.jboss.tools.jst.web.ui, org.jboss.tools.common.validation, org.jboss.tools.jst.web.kb -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Import-Package: org.jboss.tools.jst.web.ui.internal.editor.bundle diff --git a/jsf/plugins/org.jboss.tools.jsf/pom.xml b/jsf/plugins/org.jboss.tools.jsf/pom.xml index e6e9b9acc7..c0a1459da1 100644 --- a/jsf/plugins/org.jboss.tools.jsf/pom.xml +++ b/jsf/plugins/org.jboss.tools.jsf/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf plugins - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.plugins org.jboss.tools.jsf diff --git a/jsf/plugins/pom.xml b/jsf/plugins/pom.xml index dc29a34b0d..a3411ee237 100644 --- a/jsf/plugins/pom.xml +++ b/jsf/plugins/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools jsf - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf plugins diff --git a/jsf/pom.xml b/jsf/pom.xml index 3c5d67755d..221c2fc9ed 100644 --- a/jsf/pom.xml +++ b/jsf/pom.xml @@ -8,7 +8,7 @@ org.jboss.tools jsf jsf.all - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT pom plugins diff --git a/jsf/test-framework/org.jboss.tools.jsf.reddeer/META-INF/MANIFEST.MF b/jsf/test-framework/org.jboss.tools.jsf.reddeer/META-INF/MANIFEST.MF index ce86afa349..eb52baf70a 100644 --- a/jsf/test-framework/org.jboss.tools.jsf.reddeer/META-INF/MANIFEST.MF +++ b/jsf/test-framework/org.jboss.tools.jsf.reddeer/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JSF Reddeer Bundle-SymbolicName: org.jboss.tools.jsf.reddeer -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.reddeer.Activator Require-Bundle: org.eclipse.ui, org.junit, diff --git a/jsf/test-framework/org.jboss.tools.jsf.reddeer/pom.xml b/jsf/test-framework/org.jboss.tools.jsf.reddeer/pom.xml index 59e012d64a..2a47dfc8b5 100644 --- a/jsf/test-framework/org.jboss.tools.jsf.reddeer/pom.xml +++ b/jsf/test-framework/org.jboss.tools.jsf.reddeer/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf test-framework - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf org.jboss.tools.jsf.reddeer diff --git a/jsf/test-framework/pom.xml b/jsf/test-framework/pom.xml index cac68b424f..09ee49d165 100644 --- a/jsf/test-framework/pom.xml +++ b/jsf/test-framework/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools jsf - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf test-framework diff --git a/jsf/tests/org.jboss.tools.jsf.base.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.base.test/META-INF/MANIFEST.MF index 7f40ed54dc..eb448bcc35 100644 --- a/jsf/tests/org.jboss.tools.jsf.base.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.base.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JSF Base Test Plugin Bundle-SymbolicName: org.jboss.tools.jsf.base.test -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Vendor: JBoss by RedHat Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Eclipse-BundleShape: dir diff --git a/jsf/tests/org.jboss.tools.jsf.base.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.base.test/pom.xml index 953224db55..ca165c68e6 100644 --- a/jsf/tests/org.jboss.tools.jsf.base.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.base.test/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.base.test diff --git a/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF index cd49c8f510..664850e7e9 100644 --- a/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.test;singleton:=true Eclipse-BundleShape: dir -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-ClassPath: lib/xmlunit1.0.jar, . Bundle-Vendor: %Bundle-Vendor.0 diff --git a/jsf/tests/org.jboss.tools.jsf.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.test/pom.xml index fef3851daf..b4f8574f24 100644 --- a/jsf/tests/org.jboss.tools.jsf.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.test/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.test diff --git a/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF index 86a79ec992..714d321c1b 100644 --- a/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.text.ext.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.text.ext.test -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Require-Bundle: org.junit, org.jboss.tools.jsf.text.ext, org.eclipse.ui.workbench.texteditor, diff --git a/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml index 65c7a6f412..58e35478a3 100644 --- a/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.text.ext.test diff --git a/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF index c6a4b7d487..9c3334f4d8 100644 --- a/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.ui.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Eclipse-BundleShape: dir Bundle-Vendor: %Bundle-Vendor.0 Require-Bundle: org.junit, diff --git a/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml index 2ca4652c6c..920f0c60cd 100644 --- a/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.ui.test/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.ui.test diff --git a/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF index cfff2ca281..d6f3b3ad82 100644 --- a/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.verification.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Vendor: %Bundle-Vendor.0 Export-Package: org.jboss.tools.jsf.verification.test Require-Bundle: diff --git a/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml index d5ecbfeec1..99a454364c 100644 --- a/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.verification.test/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.verification.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF index de76ede7da..c8fe6fc813 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.ajax4jsf.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.ajax4jsf.test.Ajax4JsfTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml index d0a95f39df..6ae113ccf4 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.ajax4jsf.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF index 9c2d98fc88..2079aa9629 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.facelets.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.facelets.test.FaceletsTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml index 9dc15a06da..12ea3f3944 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.facelets.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/META-INF/MANIFEST.MF index eb97c71e73..f4949ad864 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.jbpm.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.jbpm.test.JBPMTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml index 6e0600cb49..02d52e26df 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.jbpm.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF index 0127b6fa30..66c8d87d57 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.jsf.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.jsf.test.JsfTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml index 8ca657ec62..b33f49c952 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.jsf.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/META-INF/MANIFEST.MF index b1903151e2..1771557f9a 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %PluginName Bundle-SymbolicName: org.jboss.tools.jsf.vpe.jstl.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.jstl.test.JstlTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml index aa23bfcb81..7665a90caa 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.jstl.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/META-INF/MANIFEST.MF index f7d779de7f..2e2b842779 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.myfaces.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.myfaces.test.MyFacesTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml index 2fd092a03d..0f38463d8e 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.myfaces.test diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF b/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF index 875af7947c..38c6dcc789 100755 --- a/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF +++ b/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.jboss.tools.jsf.vpe.richfaces.test;singleton:=true -Bundle-Version: 3.8.3.qualifier +Bundle-Version: 3.8.200.qualifier Bundle-Activator: org.jboss.tools.jsf.vpe.richfaces.test.RichFacesTestPlugin Require-Bundle: org.eclipse.ui, org.jboss.tools.vpe, diff --git a/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml b/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml index b692c7dcdd..a19f7d013d 100644 --- a/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml +++ b/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.jsf tests - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf.tests org.jboss.tools.jsf.vpe.richfaces.test diff --git a/jsf/tests/pom.xml b/jsf/tests/pom.xml index 3c1707714e..4322155fa9 100644 --- a/jsf/tests/pom.xml +++ b/jsf/tests/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools jsf - 3.8.3-SNAPSHOT + 3.8.200-SNAPSHOT org.jboss.tools.jsf tests