Change version to 5.1 for Luna
diff --git a/features/org.eclipse.dltk.python-feature/feature.xml b/features/org.eclipse.dltk.python-feature/feature.xml index b4bcb6c..2d49a4f 100644 --- a/features/org.eclipse.dltk.python-feature/feature.xml +++ b/features/org.eclipse.dltk.python-feature/feature.xml
@@ -17,7 +17,7 @@ <feature id="org.eclipse.dltk.python" label="%featureName" - version="5.0.0.qualifier" + version="5.1.0.qualifier" provider-name="%providerName" image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.dltk.python-feature/pom.xml b/features/org.eclipse.dltk.python-feature/pom.xml index 5e44b00..6dc8030 100644 --- a/features/org.eclipse.dltk.python-feature/pom.xml +++ b/features/org.eclipse.dltk.python-feature/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.features</groupId> <artifactId>org.eclipse.dltk.python</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/features/org.eclipse.dltk.python.sdk/feature.xml b/features/org.eclipse.dltk.python.sdk/feature.xml index a0da1ea..ca24ecb 100644 --- a/features/org.eclipse.dltk.python.sdk/feature.xml +++ b/features/org.eclipse.dltk.python.sdk/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.dltk.python.sdk" label="%featureName" - version="5.0.0.qualifier" + version="5.1.0.qualifier" provider-name="%providerName" image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.dltk.python.sdk/pom.xml b/features/org.eclipse.dltk.python.sdk/pom.xml index 2dad5f8..de7af10 100644 --- a/features/org.eclipse.dltk.python.sdk/pom.xml +++ b/features/org.eclipse.dltk.python.sdk/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.sdk</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/features/org.eclipse.dltk.python.tests/feature.xml b/features/org.eclipse.dltk.python.tests/feature.xml index 496c279..93b1a99 100644 --- a/features/org.eclipse.dltk.python.tests/feature.xml +++ b/features/org.eclipse.dltk.python.tests/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.dltk.python.tests" label="%featureName" - version="5.0.0.qualifier" + version="5.1.0.qualifier" provider-name="%featureProvider"> <description>
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF index b76183e..7588dd4 100644 --- a/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.activestatedebugger;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.activestatedebugger.PythonActiveStateDebuggerPlugin Bundle-Vendor: %pluginProvider Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml b/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml index cc1d053..33ebdbd 100644 --- a/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml +++ b/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.activestatedebugger</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF index d8ab06a..32ba590 100644 --- a/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.core;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.core.PythonPlugin Bundle-Vendor: %pluginProvider Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.core/pom.xml b/plugins/org.eclipse.dltk.python.core/pom.xml index af19ea5..7d87d8c 100644 --- a/plugins/org.eclipse.dltk.python.core/pom.xml +++ b/plugins/org.eclipse.dltk.python.core/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.core</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF index f598006..e14762f 100644 --- a/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.debug.ui;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.internal.debug.ui.PythonDebugUIPlugin Bundle-Vendor: %pluginProvider Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/pom.xml b/plugins/org.eclipse.dltk.python.debug.ui/pom.xml index cdc7559..55cdbe2 100644 --- a/plugins/org.eclipse.dltk.python.debug.ui/pom.xml +++ b/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.debug.ui</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF index 8240808..96c7728 100644 --- a/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.debug;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.internal.debug.PythonDebugPlugin Bundle-Vendor: %pluginProvider Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.dltk.python.debug/pom.xml b/plugins/org.eclipse.dltk.python.debug/pom.xml index fb771d4..27522a7 100644 --- a/plugins/org.eclipse.dltk.python.debug/pom.xml +++ b/plugins/org.eclipse.dltk.python.debug/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.debug</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF index 236eb6e..1c7dabc 100644 --- a/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.launching;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.launching.PythonLaunchingPlugin Bundle-Vendor: %pluginProvider Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.launching/pom.xml b/plugins/org.eclipse.dltk.python.launching/pom.xml index 333814c..c2185fb 100644 --- a/plugins/org.eclipse.dltk.python.launching/pom.xml +++ b/plugins/org.eclipse.dltk.python.launching/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.launching</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF index bb782d0..6ade0ba 100644 --- a/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.ui;singleton:=true -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.internal.ui.PythonUI Bundle-Vendor: %pluginProvider Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.ui/pom.xml b/plugins/org.eclipse.dltk.python.ui/pom.xml index 7a58533..b2ca96e 100644 --- a/plugins/org.eclipse.dltk.python.ui/pom.xml +++ b/plugins/org.eclipse.dltk.python.ui/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.dltk.python</groupId> <artifactId>org.eclipse.dltk.python.ui</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/tests/org.eclipse.dltk.python.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.python.tests/META-INF/MANIFEST.MF index 30e9f7a..d04e0eb 100644 --- a/tests/org.eclipse.dltk.python.tests/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.dltk.python.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.tests -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.tests.PythonTestsPlugin Bundle-Vendor: %pluginProvider Bundle-Localization: plugin
diff --git a/tests/org.eclipse.dltk.python.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.python.ui.tests/META-INF/MANIFEST.MF index 9615cc3..3f6d229 100644 --- a/tests/org.eclipse.dltk.python.ui.tests/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.dltk.python.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.dltk.python.ui.tests -Bundle-Version: 5.0.0.qualifier +Bundle-Version: 5.1.0.qualifier Bundle-Activator: org.eclipse.dltk.python.ui.tests.PythonUITestsPlugin Bundle-Vendor: %pluginProvider Bundle-Localization: plugin