Author: nickboldt
Date: 2010-04-08 15:02:13 -0400 (Thu, 08 Apr 2010)
New Revision: 21372
Modified:
branches/modular_build/portlet/features/org.jboss.tools.portlet.feature/feature.xml
branches/modular_build/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF
branches/modular_build/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
Log:
JBDS-486 bump up manifest versions to match tags file from 3.1.0.GA
Modified:
branches/modular_build/portlet/features/org.jboss.tools.portlet.feature/feature.xml
===================================================================
---
branches/modular_build/portlet/features/org.jboss.tools.portlet.feature/feature.xml 2010-04-08
19:01:58 UTC (rev 21371)
+++
branches/modular_build/portlet/features/org.jboss.tools.portlet.feature/feature.xml 2010-04-08
19:02:13 UTC (rev 21372)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.portlet.feature"
label="%featureName"
- version="1.0.0"
+ version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.portlet.ui">
Modified:
branches/modular_build/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
===================================================================
---
branches/modular_build/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2010-04-08
19:01:58 UTC (rev 21371)
+++
branches/modular_build/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2010-04-08
19:02:13 UTC (rev 21372)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.portlet.test.feature"
label="Portlet Test Suite Feature"
- version="1.0.0">
+ version="1.1.0.qualifier">
<description
url="http://www.example.com/description">
[Enter Feature Description here.]
Modified:
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF
===================================================================
---
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF 2010-04-08
19:01:58 UTC (rev 21371)
+++
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF 2010-04-08
19:02:13 UTC (rev 21372)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.portlet.core;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.jboss.tools.portlet.core.PortletCoreActivator
Bundle-Vendor: %BundleVendor
Require-Bundle: org.eclipse.core.runtime,
Modified:
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF 2010-04-08
19:01:58 UTC (rev 21371)
+++
branches/modular_build/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF 2010-04-08
19:02:13 UTC (rev 21372)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.portlet.ui;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.jboss.tools.portlet.ui.PortletUIActivator
Bundle-Vendor: %BundleVendor
Require-Bundle: org.eclipse.ui,
Modified:
branches/modular_build/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
===================================================================
---
branches/modular_build/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF 2010-04-08
19:01:58 UTC (rev 21371)
+++
branches/modular_build/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF 2010-04-08
19:02:13 UTC (rev 21372)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Portlet Core Test Suite
Bundle-SymbolicName: org.jboss.tools.portlet.core.test
-Bundle-Version: 1.0.0
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.jboss.tools.tests;bundle-version="2.0.0",
org.junit;bundle-version="3.8.2",