Include backported Juno features in the Indigo update site.
Version for all plugins and features is now switched to 0.1.3.qualifier
diff --git a/development/org.eclipse.libra.releng/pom.xml b/development/org.eclipse.libra.releng/pom.xml
index 7f2951d..136c999 100644
--- a/development/org.eclipse.libra.releng/pom.xml
+++ b/development/org.eclipse.libra.releng/pom.xml
@@ -4,17 +4,19 @@
<groupId>org.eclipse.libra</groupId>
<artifactId>org.eclipse.libra_parent</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Libra Parent POM</name>
<properties>
- <tycho-version>0.12.0</tycho-version>
- <eclipse-site>http://download.eclipse.org/eclipse/updates/3.7milestones/</eclipse-site>
- <emf-site>http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/</emf-site>
- <dtp-site>http://download.eclipse.org/datatools/updates/</dtp-site>
- <wtp-site>http://download.eclipse.org/webtools/repository/indigo/</wtp-site>
- <wtp-tests-site>http://download.eclipse.org/webtools/downloads/drops/R3.3.0/R-3.3.0-20110607160810/repositoryunittests/</wtp-tests-site>
+ <tycho-version>0.13.0</tycho-version>
+ <eclipse-site>http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800</eclipse-site>
+ <emf-site>http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/</emf-site>
+ <dtp-site>http://download.eclipse.org/datatools/downloads/drops/M_updates_1.9.2</dtp-site>
+ <wtp-site>http://download.eclipse.org/webtools/downloads/drops/R3.3.2/R-3.3.2-20120210195245/repository/</wtp-site>
+ <gef-site>http://download.eclipse.org/tools/gef/updates/releases</gef-site>
+ <wtp-tests-site>http://download.eclipse.org/webtools/downloads/drops/R3.3.2/R-3.3.2-20120210195245/repositoryunittests/</wtp-tests-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110907174232/repository/</orbit-site>
<debug-options></debug-options> <!-- empty by default -->
</properties>
@@ -31,6 +33,24 @@
<module>../org.eclipse.libra.repository</module>
<module>../../tests/org.eclipse.libra.facet.test</module>
<module>../../tests/org.eclipse.libra.warproducts.core.test</module>
+
+ <module>../../features/org.eclipse.libra.framework.feature</module>
+ <module>../../features/org.eclipse.libra.framework.feature.source</module>
+ <module>../../plugins/org.eclipse.libra.framework.core</module>
+ <module>../../plugins/org.eclipse.libra.framework.ui</module>
+ <module>../../plugins/org.eclipse.libra.framework.equinox</module>
+ <module>../../plugins/org.eclipse.libra.framework.equinox.ui</module>
+ <module>../../plugins/org.eclipse.libra.framework.felix</module>
+ <module>../../plugins/org.eclipse.libra.framework.felix.ui</module>
+ <module>../../plugins/org.eclipse.libra.framework.jonas</module>
+ <module>../../plugins/org.eclipse.libra.framework.jonas.ui</module>
+ <module>../../plugins/org.eclipse.libra.framework.knopflerfish</module>
+ <module>../../plugins/org.eclipse.libra.framework.knopflerfish.ui</module>
+ <module>../../plugins/org.eclipse.libra.framework.editor.core</module>
+ <module>../../plugins/org.eclipse.libra.framework.editor.ui</module>
+ <module>../../plugins/org.eclipse.libra.framework.editor.integration</module>
+ <module>../../features/org.eclipse.libra.framework.editor.feature</module>
+ <module>../../features/org.eclipse.libra.framework.editor.feature.source</module>
</modules>
<profiles>
@@ -182,10 +202,20 @@
<layout>p2</layout>
</repository>
<repository>
+ <id>gef-sdk</id>
+ <url>${gef-site}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
<id>wtp-sdk-tests</id>
<url>${wtp-tests-site}</url>
<layout>p2</layout>
</repository>
+ <repository>
+ <id>orbit</id>
+ <url>${orbit-site}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
<pluginRepositories>
diff --git a/development/org.eclipse.libra.repository/category.xml b/development/org.eclipse.libra.repository/category.xml
index 817319c..35341d9 100644
--- a/development/org.eclipse.libra.repository/category.xml
+++ b/development/org.eclipse.libra.repository/category.xml
@@ -1,15 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.eclipse.libra.facet.feature_0.1.2.qualifier.jar" id="org.eclipse.libra.facet.feature" version="0.1.2.qualifier">
+ <feature url="features/org.eclipse.libra.facet.feature_0.1.3.qualifier.jar" id="org.eclipse.libra.facet.feature" version="0.1.3.qualifier">
<category name="libra"/>
</feature>
- <feature url="features/org.eclipse.libra.warproducts.feature_0.1.1.qualifier.jar" id="org.eclipse.libra.warproducts.feature" version="0.1.1.qualifier">
+ <feature url="features/org.eclipse.libra.framework.editor.feature_0.1.3.qualifier.jar" id="org.eclipse.libra.framework.editor.feature" version="0.1.3.qualifier">
<category name="libra"/>
</feature>
- <feature url="features/org.eclipse.libra.facet.feature.source_0.1.2.qualifier.jar" id="org.eclipse.libra.facet.feature.source" version="0.1.2.qualifier">
+ <feature url="features/org.eclipse.libra.framework.feature_0.1.3.qualifier.jar" id="org.eclipse.libra.framework.feature" version="0.1.3.qualifier">
+ <category name="libra"/>
+ </feature>
+ <feature url="features/org.eclipse.libra.warproducts.feature_0.1.3.qualifier.jar" id="org.eclipse.libra.warproducts.feature" version="0.1.3.qualifier">
+ <category name="libra"/>
+ </feature>
+ <feature url="features/org.eclipse.libra.facet.feature.source_0.1.3.qualifier.jar" id="org.eclipse.libra.facet.feature.source" version="0.1.3.qualifier">
<category name="libra-sdk"/>
</feature>
- <feature url="features/org.eclipse.libra.warproducts.feature.source_0.1.1.qualifier.jar" id="org.eclipse.libra.warproducts.feature.source" version="0.1.1.qualifier">
+ <feature url="features/org.eclipse.libra.framework.editor.feature.source_0.1.3.qualifier.jar" id="org.eclipse.libra.framework.editor.feature.source" version="0.1.3.qualifier">
+ <category name="libra-sdk"/>
+ </feature>
+ <feature url="features/org.eclipse.libra.framework.feature.source_0.1.3.qualifier.jar" id="org.eclipse.libra.framework.feature.source" version="0.1.3.qualifier">
+ <category name="libra-sdk"/>
+ </feature>
+ <feature url="features/org.eclipse.libra.warproducts.feature.source_0.1.3.qualifier.jar" id="org.eclipse.libra.warproducts.feature.source" version="0.1.3.qualifier">
<category name="libra-sdk"/>
</feature>
<category-def name="libra" label="Enterprise Tools for the OSGi Service Platform"/>
diff --git a/development/org.eclipse.libra.repository/dependencies.target b/development/org.eclipse.libra.repository/dependencies.target
index a74accf..562955d 100644
--- a/development/org.eclipse.libra.repository/dependencies.target
+++ b/development/org.eclipse.libra.repository/dependencies.target
@@ -1,25 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.6"?>
+<?pde version="3.8"?>
-<target name="Libra" sequenceNumber="20">
+<target name="Libra" sequenceNumber="22">
<locations>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="3.7.1.M20110909-1335"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.7"/>
</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.gef.sdk.feature.group" version="3.7.1.v20110830-1143-7G7W2A5WNgEQNgNXBJgcPLWZeMNI"/>
-<repository location="http://download.eclipse.org/tools/gef/updates/releases"/>
-</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.sdk.feature.group" version="2.7.1.v20110913-1526"/>
<repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.7/"/>
</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.datatools.enablement.sdk.feature.feature.group" version="1.9.1.v201108301820-7I9O7GFE9JfxtngmSHs7WLp5L2Fl"/>
<repository location="http://download.eclipse.org/datatools/updates/"/>
</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jpt.jpa_sdk.feature.feature.group" version="3.0.1.v201108080010-79-190_CMEHYILz0WjoUrz03n_mlIHz0SejTiXwX"/>
<unit id="org.eclipse.wst.common.fproj.sdk.feature.group" version="3.3.0.v201102150115-787IFBVApOGQQILMKH_MW8C5CAC"/>
<unit id="org.eclipse.jst.web_sdk.feature.feature.group" version="3.3.1.v201108102009-7B7A299ZJTYeJoRWvfGloX-atm8hOqz-Ydz0afGS"/>
@@ -29,9 +25,18 @@
<unit id="org.eclipse.wst.server_adapters.sdk.feature.feature.group" version="3.2.100.v20110303-773A7826HsEnLADiGLTHplG88h9ICTd"/>
<repository location="http://download.eclipse.org/webtools/repository/indigo"/>
</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.wst.common_tests.feature.feature.group" version="3.3.0.v201102150115-7B7BFR7F7RZHPRHz0S_N0XV"/>
<repository location="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/R-3.3.1-20110915193224/repositoryunittests/"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.gef.sdk.feature.group" version="3.7.2.v20110927-2020-7G7W77A5WNgIRPdWXDIbNTSQPdQL"/>
+<unit id="org.eclipse.zest.sdk.feature.group" version="1.3.0.v20110425-2050-67C18COMPIAKSVKGQaRTQTiSN8WP"/>
+<repository location="http://download.eclipse.org/tools/gef/updates/releases"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="osgi.enterprise" version="4.2.0.v201108120515"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110907174232/repository/"/>
+</location>
</locations>
</target>
diff --git a/development/org.eclipse.libra.repository/pom.xml b/development/org.eclipse.libra.repository/pom.xml
index 04ba92e..3c7b759 100644
--- a/development/org.eclipse.libra.repository/pom.xml
+++ b/development/org.eclipse.libra.repository/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/features/org.eclipse.libra.facet.feature.source/feature.xml b/features/org.eclipse.libra.facet.feature.source/feature.xml
index c7893ac..c4854fd 100644
--- a/features/org.eclipse.libra.facet.feature.source/feature.xml
+++ b/features/org.eclipse.libra.facet.feature.source/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.facet.feature.source"
label="%featureName"
- version="0.1.2.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.facet.feature.source/pom.xml b/features/org.eclipse.libra.facet.feature.source/pom.xml
index 67d6384..6b460c6 100644
--- a/features/org.eclipse.libra.facet.feature.source/pom.xml
+++ b/features/org.eclipse.libra.facet.feature.source/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.facet.feature.source</artifactId>
<packaging>eclipse-feature</packaging>
<name>OSGi Bundle Facet SDK Feature</name>
- <version>0.1.2-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
</project>
\ No newline at end of file
diff --git a/features/org.eclipse.libra.facet.feature/feature.xml b/features/org.eclipse.libra.facet.feature/feature.xml
index 2ac1776..2040677 100644
--- a/features/org.eclipse.libra.facet.feature/feature.xml
+++ b/features/org.eclipse.libra.facet.feature/feature.xml
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.libra.facet.feature"
- label="%featureName"
- version="0.1.2.qualifier"
- provider-name="%providerName">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <plugin
- id="org.eclipse.libra.facet"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.libra.facet.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.libra.facet.feature"
+ label="%featureName"
+ version="0.1.3.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.libra.facet"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.libra.facet.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.libra.facet.feature/pom.xml b/features/org.eclipse.libra.facet.feature/pom.xml
index a7a96ad..f5d045e 100644
--- a/features/org.eclipse.libra.facet.feature/pom.xml
+++ b/features/org.eclipse.libra.facet.feature/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.facet.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>OSGi Bundle Facet Feature</name>
- <version>0.1.2-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
</project>
\ No newline at end of file
diff --git a/features/org.eclipse.libra.framework.editor.feature.source/feature.xml b/features/org.eclipse.libra.framework.editor.feature.source/feature.xml
index fd90489..fcbb2df 100644
--- a/features/org.eclipse.libra.framework.editor.feature.source/feature.xml
+++ b/features/org.eclipse.libra.framework.editor.feature.source/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.framework.editor.feature.source"
label="%featureName"
- version="0.1.0.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.framework.editor.feature.source/pom.xml b/features/org.eclipse.libra.framework.editor.feature.source/pom.xml
index f723078..cf7628c 100644
--- a/features/org.eclipse.libra.framework.editor.feature.source/pom.xml
+++ b/features/org.eclipse.libra.framework.editor.feature.source/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.framework.editor.feature.source</artifactId>
<packaging>eclipse-feature</packaging>
<name>OSGi Framework Editor SDK Feature</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
</project>
\ No newline at end of file
diff --git a/features/org.eclipse.libra.framework.editor.feature/feature.xml b/features/org.eclipse.libra.framework.editor.feature/feature.xml
index f2b1e92..5c52a27 100644
--- a/features/org.eclipse.libra.framework.editor.feature/feature.xml
+++ b/features/org.eclipse.libra.framework.editor.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.framework.editor.feature"
label="%featureName"
- version="0.1.0.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.framework.editor.feature/pom.xml b/features/org.eclipse.libra.framework.editor.feature/pom.xml
index 1818d6f..45f6bfb 100644
--- a/features/org.eclipse.libra.framework.editor.feature/pom.xml
+++ b/features/org.eclipse.libra.framework.editor.feature/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.framework.editor.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>OSGi Framework Editor Feature</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
</project>
\ No newline at end of file
diff --git a/features/org.eclipse.libra.framework.feature.source/feature.xml b/features/org.eclipse.libra.framework.feature.source/feature.xml
index 2bf4200..eb3899c 100644
--- a/features/org.eclipse.libra.framework.feature.source/feature.xml
+++ b/features/org.eclipse.libra.framework.feature.source/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.framework.feature.source"
label="%featureName"
- version="0.1.0.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.framework.feature.source/pom.xml b/features/org.eclipse.libra.framework.feature.source/pom.xml
index fcb805a..84e59eb 100644
--- a/features/org.eclipse.libra.framework.feature.source/pom.xml
+++ b/features/org.eclipse.libra.framework.feature.source/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/features/org.eclipse.libra.framework.feature/feature.xml b/features/org.eclipse.libra.framework.feature/feature.xml
index c521eb0..e9030df 100644
--- a/features/org.eclipse.libra.framework.feature/feature.xml
+++ b/features/org.eclipse.libra.framework.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.framework.feature"
label="%featureName"
- version="0.1.0.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.framework.feature/pom.xml b/features/org.eclipse.libra.framework.feature/pom.xml
index 8017eba..1223d84 100644
--- a/features/org.eclipse.libra.framework.feature/pom.xml
+++ b/features/org.eclipse.libra.framework.feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/features/org.eclipse.libra.warproducts.feature.source/feature.xml b/features/org.eclipse.libra.warproducts.feature.source/feature.xml
index 68b2bd8..c62b853 100644
--- a/features/org.eclipse.libra.warproducts.feature.source/feature.xml
+++ b/features/org.eclipse.libra.warproducts.feature.source/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.warproducts.feature.source"
label="%featureName"
- version="0.1.1.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.warproducts.feature.source/pom.xml b/features/org.eclipse.libra.warproducts.feature.source/pom.xml
index 44b5d0a..9333fdc 100644
--- a/features/org.eclipse.libra.warproducts.feature.source/pom.xml
+++ b/features/org.eclipse.libra.warproducts.feature.source/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.warproducts.feature.source</artifactId>
<packaging>eclipse-feature</packaging>
<name>WAR Products SDK Feature</name>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
</project>
\ No newline at end of file
diff --git a/features/org.eclipse.libra.warproducts.feature/feature.xml b/features/org.eclipse.libra.warproducts.feature/feature.xml
index ca7decb..e19d567 100644
--- a/features/org.eclipse.libra.warproducts.feature/feature.xml
+++ b/features/org.eclipse.libra.warproducts.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.libra.warproducts.feature"
label="%featureName"
- version="0.1.1.qualifier"
+ version="0.1.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.libra.warproducts.feature/pom.xml b/features/org.eclipse.libra.warproducts.feature/pom.xml
index 02ca4ee..ad28c56 100644
--- a/features/org.eclipse.libra.warproducts.feature/pom.xml
+++ b/features/org.eclipse.libra.warproducts.feature/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.warproducts.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>WAR Products Feature</name>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.libra.facet.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.facet.ui/META-INF/MANIFEST.MF
index 952d0d7..c6bec89 100644
--- a/plugins/org.eclipse.libra.facet.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.facet.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.facet.ui;singleton:=true
-Bundle-Version: 0.1.1.qualifier
+Bundle-Version: 0.1.3.qualifier
Require-Bundle: org.eclipse.core.resources;bundle-version="3.5.0",
org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.core.databinding;bundle-version="1.2.0",
diff --git a/plugins/org.eclipse.libra.facet.ui/pom.xml b/plugins/org.eclipse.libra.facet.ui/pom.xml
index bb6d925..c021809 100644
--- a/plugins/org.eclipse.libra.facet.ui/pom.xml
+++ b/plugins/org.eclipse.libra.facet.ui/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.facet.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<name>OSGi Bundle Facet UI Plug-in</name>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/plugins/org.eclipse.libra.facet/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.facet/META-INF/MANIFEST.MF
index f4cef31..c918cc6 100644
--- a/plugins/org.eclipse.libra.facet/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.facet/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.facet;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.facet.internal.LibraFacetPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.resources;bundle-version="3.5.0",
diff --git a/plugins/org.eclipse.libra.facet/pom.xml b/plugins/org.eclipse.libra.facet/pom.xml
index b70c58b..a3b1a03 100644
--- a/plugins/org.eclipse.libra.facet/pom.xml
+++ b/plugins/org.eclipse.libra.facet/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.facet</artifactId>
<packaging>eclipse-plugin</packaging>
<name>OSGi Bundle Facet Core Plug-in</name>
- <version>0.1.2-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/plugins/org.eclipse.libra.framework.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.core/META-INF/MANIFEST.MF
index e420d11..2cf197b 100644
--- a/plugins/org.eclipse.libra.framework.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.core;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.core.FrameworkCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.core/pom.xml b/plugins/org.eclipse.libra.framework.core/pom.xml
index f30ba54..16bb250 100644
--- a/plugins/org.eclipse.libra.framework.core/pom.xml
+++ b/plugins/org.eclipse.libra.framework.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.editor.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.editor.core/META-INF/MANIFEST.MF
index de648e5..cae4aa2 100644
--- a/plugins/org.eclipse.libra.framework.editor.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.editor.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.framework.editor.core
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.libra.framework.editor.core;version="0.1.0",
org.eclipse.libra.framework.editor.core.model;version="0.1.0"
diff --git a/plugins/org.eclipse.libra.framework.editor.core/pom.xml b/plugins/org.eclipse.libra.framework.editor.core/pom.xml
index 7d3ae65..24ca776 100644
--- a/plugins/org.eclipse.libra.framework.editor.core/pom.xml
+++ b/plugins/org.eclipse.libra.framework.editor.core/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.framework.editor.core</artifactId>
<packaging>eclipse-plugin</packaging>
<name>OSGi Framework Editor Core Plug-in</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/plugins/org.eclipse.libra.framework.editor.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.editor.integration/META-INF/MANIFEST.MF
index 3550ce5..08a72a2 100644
--- a/plugins/org.eclipse.libra.framework.editor.integration/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.editor.integration/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.framework.editor.integration;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.debug.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.libra.framework.editor.integration/pom.xml b/plugins/org.eclipse.libra.framework.editor.integration/pom.xml
index 38bc537..0043631 100644
--- a/plugins/org.eclipse.libra.framework.editor.integration/pom.xml
+++ b/plugins/org.eclipse.libra.framework.editor.integration/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.framework.editor.integration</artifactId>
<packaging>eclipse-plugin</packaging>
<name>OSGi Framework Editor Integration Plug-in</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/plugins/org.eclipse.libra.framework.editor.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.editor.ui/META-INF/MANIFEST.MF
index 72c88c6..1e6ad1d 100644
--- a/plugins/org.eclipse.libra.framework.editor.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.editor.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.framework.editor.ui
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.libra.framework.editor.ui.console;version="0.1.0";
uses:="org.eclipse.libra.framework.editor.ui.internal.overview,
diff --git a/plugins/org.eclipse.libra.framework.editor.ui/pom.xml b/plugins/org.eclipse.libra.framework.editor.ui/pom.xml
index 92afb80..d1a5159 100644
--- a/plugins/org.eclipse.libra.framework.editor.ui/pom.xml
+++ b/plugins/org.eclipse.libra.framework.editor.ui/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.framework.editor.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<name>OSGi Framework Editor UI Plug-in</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/plugins/org.eclipse.libra.framework.equinox.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.equinox.ui/META-INF/MANIFEST.MF
index 72ff9a5..a4105dd 100644
--- a/plugins/org.eclipse.libra.framework.equinox.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.equinox.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.equinox.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.equinox.ui.EquinoxUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.equinox.ui/pom.xml b/plugins/org.eclipse.libra.framework.equinox.ui/pom.xml
index 0eba08d..24f835a 100644
--- a/plugins/org.eclipse.libra.framework.equinox.ui/pom.xml
+++ b/plugins/org.eclipse.libra.framework.equinox.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.equinox/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.equinox/META-INF/MANIFEST.MF
index 9372c83..15adf2c 100644
--- a/plugins/org.eclipse.libra.framework.equinox/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.equinox/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.equinox;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.equinox.EquinoxPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.equinox/pom.xml b/plugins/org.eclipse.libra.framework.equinox/pom.xml
index 031ea2a..a911ebb 100644
--- a/plugins/org.eclipse.libra.framework.equinox/pom.xml
+++ b/plugins/org.eclipse.libra.framework.equinox/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.felix.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.felix.ui/META-INF/MANIFEST.MF
index 1709673..3dc7147 100644
--- a/plugins/org.eclipse.libra.framework.felix.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.felix.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.felix.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.felix.ui.FelixUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.felix.ui/pom.xml b/plugins/org.eclipse.libra.framework.felix.ui/pom.xml
index 771c484..265e441 100644
--- a/plugins/org.eclipse.libra.framework.felix.ui/pom.xml
+++ b/plugins/org.eclipse.libra.framework.felix.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.felix/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.felix/META-INF/MANIFEST.MF
index 1c3920b..758c524 100644
--- a/plugins/org.eclipse.libra.framework.felix/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.felix/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.felix;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.felix.FelixPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.felix/pom.xml b/plugins/org.eclipse.libra.framework.felix/pom.xml
index 61dcdde..220ee36 100644
--- a/plugins/org.eclipse.libra.framework.felix/pom.xml
+++ b/plugins/org.eclipse.libra.framework.felix/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.jonas.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.jonas.ui/META-INF/MANIFEST.MF
index dfae400..92fa2d9 100644
--- a/plugins/org.eclipse.libra.framework.jonas.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.jonas.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.jonas.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.jonas.ui.JonasUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.jonas.ui/pom.xml b/plugins/org.eclipse.libra.framework.jonas.ui/pom.xml
index b46b38e..dd18a71 100644
--- a/plugins/org.eclipse.libra.framework.jonas.ui/pom.xml
+++ b/plugins/org.eclipse.libra.framework.jonas.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.jonas/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.jonas/META-INF/MANIFEST.MF
index f88d1a2..3c4f638 100644
--- a/plugins/org.eclipse.libra.framework.jonas/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.jonas/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.jonas;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.jonas.JonasPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.jonas/pom.xml b/plugins/org.eclipse.libra.framework.jonas/pom.xml
index f6f00f2..63008e0 100644
--- a/plugins/org.eclipse.libra.framework.jonas/pom.xml
+++ b/plugins/org.eclipse.libra.framework.jonas/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.knopflerfish.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.knopflerfish.ui/META-INF/MANIFEST.MF
index 31eaade..522d294 100644
--- a/plugins/org.eclipse.libra.framework.knopflerfish.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.knopflerfish.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.knopflerfish.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.knopflerfish.ui.KnopflerfishUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.knopflerfish.ui/pom.xml b/plugins/org.eclipse.libra.framework.knopflerfish.ui/pom.xml
index cf843e3..44d060f 100644
--- a/plugins/org.eclipse.libra.framework.knopflerfish.ui/pom.xml
+++ b/plugins/org.eclipse.libra.framework.knopflerfish.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.knopflerfish/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.knopflerfish/META-INF/MANIFEST.MF
index c306b5b..c144a47 100644
--- a/plugins/org.eclipse.libra.framework.knopflerfish/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.knopflerfish/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.knopflerfish;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.knopflerfish.KnopflerfishPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.knopflerfish/pom.xml b/plugins/org.eclipse.libra.framework.knopflerfish/pom.xml
index 23ab9be..2c20278 100644
--- a/plugins/org.eclipse.libra.framework.knopflerfish/pom.xml
+++ b/plugins/org.eclipse.libra.framework.knopflerfish/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.framework.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.framework.ui/META-INF/MANIFEST.MF
index db100dd..d0fb62b 100644
--- a/plugins/org.eclipse.libra.framework.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.framework.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.libra.framework.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-Activator: org.eclipse.libra.framework.ui.FrameworkUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.libra.framework.ui/pom.xml b/plugins/org.eclipse.libra.framework.ui/pom.xml
index e72a8ea..4286441 100644
--- a/plugins/org.eclipse.libra.framework.ui/pom.xml
+++ b/plugins/org.eclipse.libra.framework.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.warproducts.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.warproducts.core/META-INF/MANIFEST.MF
index a84b07d..95ee7c9 100644
--- a/plugins/org.eclipse.libra.warproducts.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.warproducts.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.warproducts.core
-Bundle-Version: 0.1.1.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Localization: plugin
Export-Package: org.eclipse.libra.warproducts.core;x-friends:="org.eclipse.libra.warproducts.core.test,org.eclipse.libra.warproducts.ui",
diff --git a/plugins/org.eclipse.libra.warproducts.core/pom.xml b/plugins/org.eclipse.libra.warproducts.core/pom.xml
index 8ea9c3a..38a8c8c 100644
--- a/plugins/org.eclipse.libra.warproducts.core/pom.xml
+++ b/plugins/org.eclipse.libra.warproducts.core/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.warproducts.core</artifactId>
<packaging>eclipse-plugin</packaging>
<name>WAR Products Core Plug-in</name>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/plugins/org.eclipse.libra.warproducts.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.warproducts.help/META-INF/MANIFEST.MF
index 4756e25..a82abc4 100644
--- a/plugins/org.eclipse.libra.warproducts.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.warproducts.help/META-INF/MANIFEST.MF
@@ -3,6 +3,6 @@
Bundle-Localization: plugin
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.warproducts.help;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Require-Bundle: org.eclipse.help;bundle-version="3.5.0"
Bundle-Vendor: %Bundle-Vendor
diff --git a/plugins/org.eclipse.libra.warproducts.help/pom.xml b/plugins/org.eclipse.libra.warproducts.help/pom.xml
index daec1ed..c9c86a2 100644
--- a/plugins/org.eclipse.libra.warproducts.help/pom.xml
+++ b/plugins/org.eclipse.libra.warproducts.help/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
diff --git a/plugins/org.eclipse.libra.warproducts.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.libra.warproducts.ui/META-INF/MANIFEST.MF
index e30de55..5a0078f 100644
--- a/plugins/org.eclipse.libra.warproducts.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.libra.warproducts.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.warproducts.ui;singleton:=true
-Bundle-Version: 0.1.1.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
diff --git a/plugins/org.eclipse.libra.warproducts.ui/pom.xml b/plugins/org.eclipse.libra.warproducts.ui/pom.xml
index 864abe7..138ab27 100644
--- a/plugins/org.eclipse.libra.warproducts.ui/pom.xml
+++ b/plugins/org.eclipse.libra.warproducts.ui/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.warproducts.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<name>WAR Products UI Plug-in</name>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/tests/org.eclipse.libra.facet.test/META-INF/MANIFEST.MF b/tests/org.eclipse.libra.facet.test/META-INF/MANIFEST.MF
index 3ae7631..dcf33a4 100644
--- a/tests/org.eclipse.libra.facet.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.libra.facet.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.facet.test
-Bundle-Version: 0.1.1.qualifier
+Bundle-Version: 0.1.3.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.eclipse.debug.core,
diff --git a/tests/org.eclipse.libra.facet.test/pom.xml b/tests/org.eclipse.libra.facet.test/pom.xml
index 4fd54c4..6508dbf 100644
--- a/tests/org.eclipse.libra.facet.test/pom.xml
+++ b/tests/org.eclipse.libra.facet.test/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.facet.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<name>OSGi Bundle Facet Tests Plug-in</name>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<build>
<plugins>
diff --git a/tests/org.eclipse.libra.warproducts.core.test/META-INF/MANIFEST.MF b/tests/org.eclipse.libra.warproducts.core.test/META-INF/MANIFEST.MF
index 08eb303..4ac01bb 100644
--- a/tests/org.eclipse.libra.warproducts.core.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.libra.warproducts.core.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.libra.warproducts.core.test
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Localization: plugin
Require-Bundle: org.junit;bundle-version="3.8.2",
diff --git a/tests/org.eclipse.libra.warproducts.core.test/pom.xml b/tests/org.eclipse.libra.warproducts.core.test/pom.xml
index 6cef06e..4e90b05 100644
--- a/tests/org.eclipse.libra.warproducts.core.test/pom.xml
+++ b/tests/org.eclipse.libra.warproducts.core.test/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>