diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml index 571f735ed8..5f6c5dcfed 100644 --- a/features/org.python.pydev.feature/feature.xml +++ b/features/org.python.pydev.feature/feature.xml @@ -6,7 +6,7 @@ build matches when doing a replace (so, the version of the xml has some extra sp @@ -130,96 +130,96 @@ This Agreement is governed by the laws of the State of New York and the intellec id="org.python.pydev.core" download-size="188" install-size="188" - version="11.0.1.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> + version="11.0.2.qualifier"/> diff --git a/features/org.python.pydev.feature/pom.xml b/features/org.python.pydev.feature/pom.xml index e73aa1f848..249a44a428 100644 --- a/features/org.python.pydev.feature/pom.xml +++ b/features/org.python.pydev.feature/pom.xml @@ -16,7 +16,7 @@ org.python.pydev features - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/features/org.python.pydev.mylyn.feature/pom.xml b/features/org.python.pydev.mylyn.feature/pom.xml index 2284912c3e..99714b21fe 100644 --- a/features/org.python.pydev.mylyn.feature/pom.xml +++ b/features/org.python.pydev.mylyn.feature/pom.xml @@ -16,7 +16,7 @@ org.python.pydev features - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/features/org.python.pydev.p2-repo/pom.xml b/features/org.python.pydev.p2-repo/pom.xml index b88391853d..e61c749ae7 100644 --- a/features/org.python.pydev.p2-repo/pom.xml +++ b/features/org.python.pydev.p2-repo/pom.xml @@ -19,7 +19,7 @@ org.python.pydev features - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml diff --git a/features/pom.xml b/features/pom.xml index 8fc9f2f63d..a91967b4bc 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml features diff --git a/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF b/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF index 2b323ba747..4c8dc927e8 100644 --- a/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF +++ b/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF @@ -2,16 +2,16 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Analysis Plug-in Bundle-SymbolicName: com.python.pydev.analysis; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Activator: com.python.pydev.analysis.AnalysisPlugin Bundle-Vendor: Brainwy Software Ltda Eclipse-BundleShape: dir Require-Bundle: org.eclipse.core.runtime, org.junit;bundle-version="4.0";resolution:=optional, org.eclipse.text, - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", org.eclipse.core.resources, org.eclipse.ltk.core.refactoring, org.eclipse.core.filebuffers, diff --git a/plugins/com.python.pydev.analysis/pom.xml b/plugins/com.python.pydev.analysis/pom.xml index 8e6e909f73..783b0a0ac0 100644 --- a/plugins/com.python.pydev.analysis/pom.xml +++ b/plugins/com.python.pydev.analysis/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF b/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF index e32c2c6637..545464ea47 100644 --- a/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF +++ b/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF @@ -2,21 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Extensions Debug Plug-in Bundle-SymbolicName: com.python.pydev.debug; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Activator: com.python.pydev.debug.DebugPlugin Bundle-Vendor: Brainwy Software Ltda Eclipse-BundleShape: dir Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.debug;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.debug;bundle-version="[11.0.2,11.0.3)", org.eclipse.debug.core, org.eclipse.core.resources, org.eclipse.debug.ui, org.junit;bundle-version="4.0";resolution:=optional, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui.console Bundle-ActivationPolicy: lazy Bundle-ClassPath: debug.jar diff --git a/plugins/com.python.pydev.debug/pom.xml b/plugins/com.python.pydev.debug/pom.xml index 8d541a61cf..68a64c084d 100644 --- a/plugins/com.python.pydev.debug/pom.xml +++ b/plugins/com.python.pydev.debug/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF b/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF index d5c3b41c45..fcce8ce18b 100644 --- a/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF +++ b/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Refactoring Plug-in Bundle-SymbolicName: com.python.pydev.refactoring; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Activator: com.python.pydev.refactoring.RefactoringPlugin Bundle-Vendor: Brainwy Software Ltda Bundle-Localization: plugin @@ -13,18 +13,18 @@ Require-Bundle: org.eclipse.ui, org.eclipse.ui.workbench.texteditor, org.eclipse.core.runtime, org.eclipse.jface.text, - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev;bundle-version="[11.0.2,11.0.3)", org.junit;bundle-version="4.0";resolution:=optional, org.eclipse.search, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", org.eclipse.core.resources, org.eclipse.ltk.core.refactoring, org.eclipse.ltk.ui.refactoring, - org.python.pydev.refactoring;bundle-version="[11.0.1,11.0.2)", - com.python.pydev.analysis;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.refactoring;bundle-version="[11.0.2,11.0.3)", + com.python.pydev.analysis;bundle-version="[11.0.2,11.0.3)", org.eclipse.jdt.core;resolution:=optional, org.eclipse.jdt.ui;resolution:=optional Bundle-ActivationPolicy: lazy diff --git a/plugins/com.python.pydev.refactoring/pom.xml b/plugins/com.python.pydev.refactoring/pom.xml index 82ccbd3572..7a6271dcac 100644 --- a/plugins/com.python.pydev.refactoring/pom.xml +++ b/plugins/com.python.pydev.refactoring/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF b/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF index 935aefbee7..0fd4b33e0e 100644 --- a/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF +++ b/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Runalltests2 Plug-in Bundle-SymbolicName: com.python.pydev.runalltests -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Activator: com.python.pydev.runalltests2.Activator Eclipse-BundleShape: dir Bundle-Vendor: Brainwy Software Ltda diff --git a/plugins/com.python.pydev.runalltests/pom.xml b/plugins/com.python.pydev.runalltests/pom.xml index d72442543a..b817692f2a 100644 --- a/plugins/com.python.pydev.runalltests/pom.xml +++ b/plugins/com.python.pydev.runalltests/pom.xml @@ -5,7 +5,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF b/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF index 3192050992..311304ef83 100644 --- a/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF @@ -2,15 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Ast Plug-in Bundle-SymbolicName: org.python.pydev.ast; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: ast.jar Bundle-Activator: org.python.pydev.ast.AstPlugin Eclipse-BundleShape: dir Require-Bundle: org.eclipse.core.resources, org.eclipse.core.runtime, - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", org.eclipse.text, - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", org.eclipse.core.variables, org.eclipse.debug.core Bundle-ActivationPolicy: lazy diff --git a/plugins/org.python.pydev.ast/pom.xml b/plugins/org.python.pydev.ast/pom.xml index 9aeb8a463d..a870afd4ad 100644 --- a/plugins/org.python.pydev.ast/pom.xml +++ b/plugins/org.python.pydev.ast/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF index 7bc9532bdc..968a4da285 100644 --- a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Core Plug-in Bundle-SymbolicName: org.python.pydev.core;singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: core.jar Bundle-Activator: org.python.pydev.core.CorePlugin Bundle-Vendor: Brainwy Software Ltda @@ -13,7 +13,7 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, org.eclipse.core.filebuffers, org.eclipse.core.variables, org.eclipse.text, - org.python.pydev.shared_core;bundle-version="[11.0.1,11.0.2)";visibility:=reexport, + org.python.pydev.shared_core;bundle-version="[11.0.2,11.0.3)";visibility:=reexport, org.eclipse.ltk.core.refactoring, org.eclipse.core.filesystem Bundle-ActivationPolicy: lazy diff --git a/plugins/org.python.pydev.core/pom.xml b/plugins/org.python.pydev.core/pom.xml index 3a64802e78..21f8610fca 100644 --- a/plugins/org.python.pydev.core/pom.xml +++ b/plugins/org.python.pydev.core/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.core/pysrc/_pydevd_bundle/pydevd_cython.c b/plugins/org.python.pydev.core/pysrc/_pydevd_bundle/pydevd_cython.c index 6ade939787..767d6b1171 100644 --- a/plugins/org.python.pydev.core/pysrc/_pydevd_bundle/pydevd_cython.c +++ b/plugins/org.python.pydev.core/pysrc/_pydevd_bundle/pydevd_cython.c @@ -1458,8 +1458,8 @@ static const char *__pyx_filename; /* #### Code section: filename_table ### */ static const char *__pyx_f[] = { - "_pydevd_bundle/pydevd_cython.pyx", - "_pydevd_bundle/pydevd_cython.pxd", + "_pydevd_bundle\\\\pydevd_cython.pyx", + "_pydevd_bundle\\\\pydevd_cython.pxd", "", "type.pxd", }; diff --git a/plugins/org.python.pydev.core/typeshed b/plugins/org.python.pydev.core/typeshed index 49ba409da8..f7aa7b709a 160000 --- a/plugins/org.python.pydev.core/typeshed +++ b/plugins/org.python.pydev.core/typeshed @@ -1 +1 @@ -Subproject commit 49ba409da8906d7950dfedc7b34c3dea67bb0db9 +Subproject commit f7aa7b709a826ed34f52b1de3f7095f90f349a9c diff --git a/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF b/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF index 4be1a1ebf4..56b7fc33fc 100644 --- a/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF @@ -2,22 +2,22 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Customizations Plug-in Bundle-SymbolicName: org.python.pydev.customizations; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: customizations.jar Bundle-Activator: org.python.pydev.customizations.CustomizationsPlugin Eclipse-BundleShape: dir Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.core.resources, - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.debug;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.debug;bundle-version="[11.0.2,11.0.3)", org.junit;bundle-version="4.0";resolution:=optional, org.eclipse.debug.core, org.eclipse.debug.ui, org.eclipse.core.expressions, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)" + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)" Bundle-ActivationPolicy: lazy Export-Package: org.python.pydev.customizations,org.python.pydev.custo mizations.app_engine.actions,org.python.pydev.customizations.app_engi diff --git a/plugins/org.python.pydev.customizations/pom.xml b/plugins/org.python.pydev.customizations/pom.xml index 963ae9f149..3753bda922 100644 --- a/plugins/org.python.pydev.customizations/pom.xml +++ b/plugins/org.python.pydev.customizations/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF b/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF index 860b98095a..cd366b9408 100644 --- a/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Pydev debug Bundle-SymbolicName: org.python.pydev.debug; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: pydev-debug.jar, libs/winp-1.26.0.7.jar Bundle-Activator: org.python.pydev.debug.core.PydevDebugPlugin @@ -21,14 +21,14 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, org.eclipse.ui.workbench.texteditor, org.eclipse.core.variables, org.eclipse.ui.console, - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", - org.python.pydev;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev;bundle-version="[11.0.2,11.0.3)", org.eclipse.core.expressions, - org.python.pydev.jython;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.shared_interactive_console;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)" + org.python.pydev.jython;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_interactive_console;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)" Bundle-ActivationPolicy: lazy Export-Package: com.python.pydev.interactiveconsole, org.python.pydev.debug.codecoverage, diff --git a/plugins/org.python.pydev.debug/pom.xml b/plugins/org.python.pydev.debug/pom.xml index adf0bb6bde..cff8a2f347 100644 --- a/plugins/org.python.pydev.debug/pom.xml +++ b/plugins/org.python.pydev.debug/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.django/META-INF/MANIFEST.MF b/plugins/org.python.pydev.django/META-INF/MANIFEST.MF index dcc5fc05f0..5793c09cd4 100644 --- a/plugins/org.python.pydev.django/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.django/META-INF/MANIFEST.MF @@ -2,33 +2,33 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Pydev Django Bundle-SymbolicName: org.python.pydev.django;singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Vendor: Brainwy Software Ltda Bundle-Activator: org.python.pydev.django.DjangoPlugin Eclipse-BundleShape: dir Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.jface.text, - org.python.pydev;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", + org.python.pydev;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", org.junit;bundle-version="4.0";resolution:=optional, - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui.editors, org.eclipse.ui.workbench.texteditor, org.eclipse.core.resources, org.eclipse.core.variables, org.eclipse.debug.core, org.eclipse.debug.ui, - org.python.pydev.debug;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.debug;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.jython;bundle-version="[11.0.2,11.0.3)", org.eclipse.search, org.eclipse.ui.ide, - org.python.pydev.customizations;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.customizations;bundle-version="[11.0.2,11.0.3)", org.eclipse.core.expressions, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.shared_interactive_console;bundle-version="[11.0.1,11.0.2)" + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_interactive_console;bundle-version="[11.0.2,11.0.3)" Bundle-ActivationPolicy: lazy Bundle-ClassPath: pydev_django.jar Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/plugins/org.python.pydev.django/pom.xml b/plugins/org.python.pydev.django/pom.xml index 08368ee3ed..98e1bde9a0 100644 --- a/plugins/org.python.pydev.django/pom.xml +++ b/plugins/org.python.pydev.django/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.help/META-INF/MANIFEST.MF b/plugins/org.python.pydev.help/META-INF/MANIFEST.MF index 030433d67f..6dc0ed0d24 100644 --- a/plugins/org.python.pydev.help/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.help/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Pydev Online Help Bundle-SymbolicName: org.python.pydev.help; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Vendor: Brainwy Software Ltda Bundle-ActivationPolicy: lazy Eclipse-BundleShape: dir diff --git a/plugins/org.python.pydev.help/pom.xml b/plugins/org.python.pydev.help/pom.xml index 760817f703..a2c205baab 100644 --- a/plugins/org.python.pydev.help/pom.xml +++ b/plugins/org.python.pydev.help/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF b/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF index d744b9d6ab..4a182d0fc5 100644 --- a/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Jython Plug-in Bundle-SymbolicName: org.python.pydev.jython; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: pydev-jython.jar, jython.jar Bundle-Activator: org.python.pydev.jython.JythonPlugin @@ -10,12 +10,12 @@ Bundle-Vendor: Brainwy Software Ltda Eclipse-BundleShape: dir Eclipse-BuddyPolicy: global Require-Bundle: org.eclipse.core.runtime, - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui, org.eclipse.ui.console, org.eclipse.jface.text, org.junit;bundle-version="4.0";resolution:=optional, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)" + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)" Bundle-ActivationPolicy: lazy Export-Package: org.python.core, org.python.pydev.jython, diff --git a/plugins/org.python.pydev.jython/pom.xml b/plugins/org.python.pydev.jython/pom.xml index f3f562d562..2a89b91df5 100644 --- a/plugins/org.python.pydev.jython/pom.xml +++ b/plugins/org.python.pydev.jython/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.mylyn/pom.xml b/plugins/org.python.pydev.mylyn/pom.xml index d830449873..df6d6cacd0 100644 --- a/plugins/org.python.pydev.mylyn/pom.xml +++ b/plugins/org.python.pydev.mylyn/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF b/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF index ded964cad4..bb585a7a6d 100644 --- a/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Parser Plug-in Bundle-SymbolicName: org.python.pydev.parser; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: parser.jar Bundle-Activator: org.python.pydev.parser.ParserPlugin Eclipse-BundleShape: dir @@ -10,7 +10,7 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.text, - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)" + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)" Bundle-ActivationPolicy: lazy Export-Package: org.python.pydev.parser, org.python.pydev.parser.fastparser, diff --git a/plugins/org.python.pydev.parser/pom.xml b/plugins/org.python.pydev.parser/pom.xml index 766e8a5059..aabc260aaa 100644 --- a/plugins/org.python.pydev.parser/pom.xml +++ b/plugins/org.python.pydev.parser/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF b/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF index cc494a3be4..839730509d 100644 --- a/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF @@ -2,15 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %peptic.pluginName Bundle-SymbolicName: org.python.pydev.refactoring;singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-Activator: org.python.pydev.refactoring.PepticPlugin Bundle-Vendor: %peptic.providerName Bundle-Localization: plugin Eclipse-BundleShape: dir Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", org.eclipse.ltk.core.refactoring, org.eclipse.ltk.ui.refactoring, org.eclipse.core.resources, @@ -18,10 +18,10 @@ Require-Bundle: org.eclipse.ui, org.eclipse.ui.ide, org.eclipse.ui.workbench.texteditor, org.eclipse.ui.editors, - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev;bundle-version="[11.0.2,11.0.3)", org.eclipse.compare, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", org.junit;bundle-version="4.0.0";resolution:=optional Bundle-ActivationPolicy: lazy Bundle-ClassPath: refactoring.jar diff --git a/plugins/org.python.pydev.refactoring/pom.xml b/plugins/org.python.pydev.refactoring/pom.xml index 62add5c7f2..0b0b165695 100644 --- a/plugins/org.python.pydev.refactoring/pom.xml +++ b/plugins/org.python.pydev.refactoring/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF index 1340548c7d..48410ceb4a 100644 --- a/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Shared Core Plug-in Bundle-SymbolicName: org.python.pydev.shared_core;singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: shared_core.jar, libs/snakeyaml-engine-2.1-20200105.160423-4.jar, libs/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar, diff --git a/plugins/org.python.pydev.shared_core/pom.xml b/plugins/org.python.pydev.shared_core/pom.xml index 7aa18d2c01..57385831c8 100644 --- a/plugins/org.python.pydev.shared_core/pom.xml +++ b/plugins/org.python.pydev.shared_core/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF index 5348a10b81..1001a3cc1f 100644 --- a/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Interactive Console Plug-in Bundle-SymbolicName: org.python.pydev.shared_interactive_console;singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: interactive_console.jar, commons-logging-1.1.1.jar, ws-commons-util-1.0.2.jar, @@ -18,9 +18,9 @@ Require-Bundle: org.eclipse.ui, org.eclipse.debug.core, org.eclipse.debug.ui, org.eclipse.ui.workbench.texteditor, - org.python.pydev.shared_core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.shared_core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui.ide Bundle-ActivationPolicy: lazy Export-Package: org.apache.commons.logging,org.apache.commons.logging. diff --git a/plugins/org.python.pydev.shared_interactive_console/pom.xml b/plugins/org.python.pydev.shared_interactive_console/pom.xml index 774ca2479b..17a700c0c2 100644 --- a/plugins/org.python.pydev.shared_interactive_console/pom.xml +++ b/plugins/org.python.pydev.shared_interactive_console/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF index 614c735564..07dbbe9a1e 100644 --- a/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Shared Ui Plug-in Bundle-SymbolicName: org.python.pydev.shared_ui;singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: shared_ui.jar Bundle-Activator: org.python.pydev.shared_ui.SharedUiPlugin Eclipse-BundleShape: dir -Require-Bundle: org.python.pydev.shared_core;bundle-version="[11.0.1,11.0.2)", +Require-Bundle: org.python.pydev.shared_core;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.ui.workbench.texteditor, diff --git a/plugins/org.python.pydev.shared_ui/pom.xml b/plugins/org.python.pydev.shared_ui/pom.xml index 3e516ca638..4719ddb680 100644 --- a/plugins/org.python.pydev.shared_ui/pom.xml +++ b/plugins/org.python.pydev.shared_ui/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev/META-INF/MANIFEST.MF b/plugins/org.python.pydev/META-INF/MANIFEST.MF index 070a5fcb93..68bf708765 100644 --- a/plugins/org.python.pydev/META-INF/MANIFEST.MF +++ b/plugins/org.python.pydev/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: PyDev - Python Development Environment Bundle-SymbolicName: org.python.pydev; singleton:=true -Bundle-Version: 11.0.1.qualifier +Bundle-Version: 11.0.2.qualifier Bundle-ClassPath: pydev.jar, libs/WinRegistry-4.5.jar Bundle-Activator: org.python.pydev.plugin.PydevPlugin @@ -15,9 +15,9 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, org.eclipse.core.variables, org.eclipse.core.filesystem, org.eclipse.core.expressions, - org.python.pydev.ast;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.parser;bundle-version="[11.0.1,11.0.2)", - org.python.pydev.core;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", org.eclipse.jface.text, org.eclipse.ui.editors, org.eclipse.ui.views, @@ -26,17 +26,17 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, org.eclipse.search, org.eclipse.ui, org.eclipse.ui.ide, - org.python.pydev.shared_ui;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", org.eclipse.debug.ui, org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[11.0.1,11.0.2)", - com.python.pydev.analysis;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.jython;bundle-version="[11.0.2,11.0.3)", + com.python.pydev.analysis;bundle-version="[11.0.2,11.0.3)", org.eclipse.ui.navigator, org.eclipse.ui.navigator.resources, org.eclipse.jdt.core;resolution:=optional, org.eclipse.jdt.ui;resolution:=optional, org.eclipse.compare, - org.python.pydev.shared_interactive_console;bundle-version="[11.0.1,11.0.2)", + org.python.pydev.shared_interactive_console;bundle-version="[11.0.2,11.0.3)", org.eclipse.e4.ui.css.swt.theme;resolution:=optional, org.eclipse.e4.ui.services;resolution:=optional, org.eclipse.ui.forms, diff --git a/plugins/org.python.pydev/pom.xml b/plugins/org.python.pydev/pom.xml index 597df4b949..834f6a029b 100644 --- a/plugins/org.python.pydev/pom.xml +++ b/plugins/org.python.pydev/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/pom.xml b/plugins/pom.xml index 113a3149c5..02f5863c70 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT ../pom.xml plugins diff --git a/pom.xml b/pom.xml index dadeee9c65..fe6a17294d 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ 4.0.0 org.python.pydev parent - 11.0.1-SNAPSHOT + 11.0.2-SNAPSHOT Pydev Build Parent pom diff --git a/rootproject/dev.py b/rootproject/dev.py index 83a7dc0133..848b204901 100644 --- a/rootproject/dev.py +++ b/rootproject/dev.py @@ -16,7 +16,7 @@ from pathlib import Path import sys -_VERSION = '11.0.1' +_VERSION = '11.0.2' _pydev_root = Path(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) diff --git a/update_version.py b/update_version.py index 62ccf7815c..e296f41894 100644 --- a/update_version.py +++ b/update_version.py @@ -171,6 +171,5 @@ def update_version_in_liclipse(version): version = sys.argv[1] update_version(version) update_version_in_liclipse(version) - update_version_in_build_homepage(version) else: print('This script requires the new version (i.e.: 3.6.0)')