From bc10805e43d59e048ce279390d8e70f8e2e4e8ec Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Tue, 3 Sep 2024 15:44:56 -0300 Subject: [PATCH] Updated PyDev Version to 12.2.0 --- features/org.python.pydev.feature/feature.xml | 34 +++++++++---------- features/org.python.pydev.feature/pom.xml | 2 +- features/org.python.pydev.p2-repo/pom.xml | 2 +- features/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 8 ++--- plugins/com.python.pydev.analysis/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 +++---- plugins/com.python.pydev.debug/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 16 ++++----- plugins/com.python.pydev.refactoring/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- plugins/com.python.pydev.runalltests/pom.xml | 2 +- .../org.python.pydev.ast/META-INF/MANIFEST.MF | 6 ++-- plugins/org.python.pydev.ast/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- plugins/org.python.pydev.core/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 +++---- .../org.python.pydev.customizations/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 16 ++++----- plugins/org.python.pydev.debug/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 20 +++++------ plugins/org.python.pydev.django/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- plugins/org.python.pydev.help/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 6 ++-- plugins/org.python.pydev.jython/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- plugins/org.python.pydev.parser/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 +++---- plugins/org.python.pydev.refactoring/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- plugins/org.python.pydev.shared_core/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 8 ++--- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- plugins/org.python.pydev.shared_ui/pom.xml | 2 +- plugins/org.python.pydev/META-INF/MANIFEST.MF | 16 ++++----- plugins/org.python.pydev/pom.xml | 2 +- plugins/pom.xml | 2 +- pom.xml | 2 +- rootproject/dev.py | 2 +- update_version.py | 29 +++++++++++++++- 42 files changed, 143 insertions(+), 116 deletions(-) diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml index 3f125ae219..6a81c1b90b 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="12.1.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> + version="12.2.0.qualifier"/> diff --git a/features/org.python.pydev.feature/pom.xml b/features/org.python.pydev.feature/pom.xml index c0a0167d62..306cdbbe09 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 - 12.1.0-SNAPSHOT + 12.2.0-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 d4fe6aab8c..e3683f95e4 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 - 12.1.0-SNAPSHOT + 12.2.0-SNAPSHOT ../pom.xml diff --git a/features/pom.xml b/features/pom.xml index 4e767336ca..a32cbffbd0 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 12.1.0-SNAPSHOT + 12.2.0-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 e573fcefc3..2965cdfffc 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.core;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", 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 fa7a84714b..a8e5b8ee2f 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 - 12.1.0-SNAPSHOT + 12.2.0-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 b071131887..ee7f90fce5 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.core;bundle-version="[12.1.0,12.1.1)", - org.python.pydev;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.debug;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.debug;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)", + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)", 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 2e5882c0f8..28890a79ba 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 - 12.1.0-SNAPSHOT + 12.2.0-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 c5219012dd..e6fd7572e5 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev;bundle-version="[12.2.0,12.2.1)", org.junit;bundle-version="4.0";resolution:=optional, org.eclipse.search, - org.python.pydev.shared_ui;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.core;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", org.eclipse.core.resources, org.eclipse.ltk.core.refactoring, org.eclipse.ltk.ui.refactoring, - org.python.pydev.refactoring;bundle-version="[12.1.0,12.1.1)", - com.python.pydev.analysis;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.refactoring;bundle-version="[12.2.0,12.2.1)", + com.python.pydev.analysis;bundle-version="[12.2.0,12.2.1)", 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 4fce30d7f7..7433a1dcbb 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 - 12.1.0-SNAPSHOT + 12.2.0-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 7090405bbf..5d23c251d0 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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 95a6c8079f..74283b0669 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 - 12.1.0-SNAPSHOT + 12.2.0-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 ec7a4e6168..3c738c7eff 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", org.eclipse.text, - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", 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 7c822ab698..91e8025857 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 - 12.1.0-SNAPSHOT + 12.2.0-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 440ed727d9..9ee33c79e9 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)";visibility:=reexport, + org.python.pydev.shared_core;bundle-version="[12.2.0,12.2.1)";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 ee9135b44b..9fa80e02a4 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 - 12.1.0-SNAPSHOT + 12.2.0-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF b/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF index 39f3d8b7ae..d3e5510bfa 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.ast;bundle-version="[12.1.0,12.1.1)", - org.python.pydev;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.debug;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.debug;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)" + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)" 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 cfb4938ffa..182daa23a6 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 - 12.1.0-SNAPSHOT + 12.2.0-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 8974243b38..14a8405fe4 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.ast;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", - org.python.pydev;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", + org.python.pydev;bundle-version="[12.2.0,12.2.1)", org.eclipse.core.expressions, - org.python.pydev.jython;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.shared_interactive_console;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.shared_ui;bundle-version="[12.1.0,12.1.1)" + org.python.pydev.jython;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.shared_interactive_console;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)" 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 d4775f3767..d037a43aa1 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 - 12.1.0-SNAPSHOT + 12.2.0-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 7236c71214..d2a6b8c5dc 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.core;bundle-version="[12.1.0,12.1.1)", + org.python.pydev;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", org.junit;bundle-version="4.0";resolution:=optional, - org.python.pydev.ast;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)", + org.python.pydev.debug;bundle-version="[12.2.0,12.2.1)", org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.jython;bundle-version="[12.2.0,12.2.1)", org.eclipse.search, org.eclipse.ui.ide, - org.python.pydev.customizations;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.customizations;bundle-version="[12.2.0,12.2.1)", org.eclipse.core.expressions, - org.python.pydev.shared_ui;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.shared_interactive_console;bundle-version="[12.1.0,12.1.1)" + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.shared_interactive_console;bundle-version="[12.2.0,12.2.1)" 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 419df0b8db..9601abe0d9 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 - 12.1.0-SNAPSHOT + 12.2.0-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 37a558e262..76d8c210fc 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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 b2ea1a5627..412030e25c 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 - 12.1.0-SNAPSHOT + 12.2.0-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 33c54a1f0b..2100ea288d 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)" + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)" 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 c6cc754729..929677f149 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 - 12.1.0-SNAPSHOT + 12.2.0-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 640be2c503..99a56d4229 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)" + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)" 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 fb1d69235d..cd8c67e822 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 - 12.1.0-SNAPSHOT + 12.2.0-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 e911f0950a..09953634f6 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)", - org.python.pydev;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev;bundle-version="[12.2.0,12.2.1)", org.eclipse.compare, - org.python.pydev.shared_ui;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)", 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 56fe5c2196..ffb4f16911 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 - 12.1.0-SNAPSHOT + 12.2.0-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 c0473c39e9..a77c1a43e7 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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 f7fc760876..8f0d81c45b 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 - 12.1.0-SNAPSHOT + 12.2.0-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 a256404316..f644fad9f7 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.core;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.shared_ui;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.shared_core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)", 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 bb22e815b8..beb2ea0b82 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 - 12.1.0-SNAPSHOT + 12.2.0-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 b94eb23e5b..e366bc0eeb 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", +Require-Bundle: org.python.pydev.shared_core;bundle-version="[12.2.0,12.2.1)", 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 487f6805ed..4b3809b490 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 - 12.1.0-SNAPSHOT + 12.2.0-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 2ad951f4e5..f705285159 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: 12.1.0.qualifier +Bundle-Version: 12.2.0.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="[12.1.0,12.1.1)", - org.python.pydev.parser;bundle-version="[12.1.0,12.1.1)", - org.python.pydev.core;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.ast;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.parser;bundle-version="[12.2.0,12.2.1)", + org.python.pydev.core;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)", + org.python.pydev.shared_ui;bundle-version="[12.2.0,12.2.1)", org.eclipse.debug.ui, org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[12.1.0,12.1.1)", - com.python.pydev.analysis;bundle-version="[12.1.0,12.1.1)", + org.python.pydev.jython;bundle-version="[12.2.0,12.2.1)", + com.python.pydev.analysis;bundle-version="[12.2.0,12.2.1)", 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="[12.1.0,12.1.1)", + org.python.pydev.shared_interactive_console;bundle-version="[12.2.0,12.2.1)", 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 bf18b3cd37..5db5c69b6f 100644 --- a/plugins/org.python.pydev/pom.xml +++ b/plugins/org.python.pydev/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 12.1.0-SNAPSHOT + 12.2.0-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/pom.xml b/plugins/pom.xml index 2484d5833e..54fe4e4518 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 12.1.0-SNAPSHOT + 12.2.0-SNAPSHOT ../pom.xml plugins diff --git a/pom.xml b/pom.xml index aadbf9957c..349a9a5768 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ 4.0.0 org.python.pydev parent - 12.1.0-SNAPSHOT + 12.2.0-SNAPSHOT Pydev Build Parent pom diff --git a/rootproject/dev.py b/rootproject/dev.py index 0265e0756d..a9f1e51a6b 100644 --- a/rootproject/dev.py +++ b/rootproject/dev.py @@ -17,7 +17,7 @@ import sys import subprocess -_VERSION = '12.1.0' +_VERSION = '12.2.0' _pydev_root = Path(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) diff --git a/update_version.py b/update_version.py index e296f41894..135118580c 100644 --- a/update_version.py +++ b/update_version.py @@ -52,7 +52,7 @@ def find_files(top): dirs.remove(d) for file in files: - if file.lower() in ('feature.xml', 'pom.xml', 'manifest.mf', 'liclipse.product', 'com.brainwy.liclipse.prod.product'): + if file.lower() in ('feature.xml', 'pom.xml', 'manifest.mf', 'liclipse.product', 'com.brainwy.liclipse.prod.product', 'org.python.pydev.pydev_lsp.prod.product'): yield os.path.join(root, file) def update_version(version): @@ -84,10 +84,22 @@ def fix_liclipse_contents_version(contents, version): bugfixversion = int(re.sub(r'^\d+\.\d+\.(\d+)', r'\1', version)) nextversion = re.sub(r'^(\d+\.\d+\.)\d+', r'\1', version) + str(bugfixversion + 1) + contents = re.sub(r'(bundle-version=")\[\d+\.\d+\.\d+,\d+\.\d+\.\d+\)"', r'\1[%s,%s)"' % (version, nextversion), contents) contents = re.sub(r'((com|org)\.python\.pydev(\.\w+)?;)(bundle-version=")\[\d+\.\d+\.\d+,\d+\.\d+\.\d+\)"', r'\1\4[%s,%s)"' % (version, nextversion), contents) contents = re.sub(r'()', r'\g<1>%s\3' % (version,), contents) return contents +def fix_pydev_for_vscode_contents_version(contents, version): + bugfixversion = int(re.sub(r'^\d+\.\d+\.(\d+)', r'\1', version)) + nextversion = re.sub(r'^(\d+\.\d+\.)\d+', r'\1', version) + str(bugfixversion + 1) + + contents = re.sub(r'((com|org)\.python\.pydev(\.\w+)?;)(bundle-version=")\[\d+\.\d+\.\d+,\d+\.\d+\.\d+\)"', r'\1\4[%s,%s)"' % (version, nextversion), contents) + + # (core|ast|shared_core|parser|analysis) + # + contents = re.sub(r'()', r'\g<1>%s\3' % (version,), contents) + return contents + def test_lines(): ''' @@ -162,6 +174,20 @@ def update_version_in_liclipse(version): with open(f, 'w') as stream: stream.write(new_contents) +def update_version_in_pydev_for_vscode(version): + pydev_for_vscode_dir = r'X:\pydevlspws\pydev_lsp' + assert os.path.exists(pydev_for_vscode_dir), f'{pydev_for_vscode_dir} does not exist.' + for f in find_files(pydev_for_vscode_dir): + with open(f, 'r') as stream: + contents = stream.read() + + new_contents = fix_pydev_for_vscode_contents_version(contents, version) + print('PyDev for VSCode File to update', f) + if contents != new_contents: + print('CHANGED', f) + with open(f, 'w') as stream: + stream.write(new_contents) + if __name__ == '__main__': if len(sys.argv) == 2: if sys.argv[1] == '--test': @@ -171,5 +197,6 @@ def update_version_in_liclipse(version): version = sys.argv[1] update_version(version) update_version_in_liclipse(version) + update_version_in_pydev_for_vscode(version) else: print('This script requires the new version (i.e.: 3.6.0)')