Skip to content

Commit

Permalink
Updated version to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 7, 2023
1 parent a294c3f commit de858f4
Show file tree
Hide file tree
Showing 43 changed files with 118 additions and 118 deletions.
34 changes: 17 additions & 17 deletions features/org.python.pydev.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build matches when doing a replace (so, the version of the xml has some extra sp
<feature
id="org.python.pydev.feature"
label="PyDev for Eclipse"
version="10.2.1.qualifier"
version="11.0.0.qualifier"
provider-name="Fabio Zadrozny"
plugin="org.python.pydev">

Expand Down Expand Up @@ -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="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.parser"
download-size="444"
install-size="444"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.ast"
download-size="20"
install-size="20"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.jython"
download-size="4280"
install-size="4280"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.help"
download-size="300"
install-size="300"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev"
download-size="2440"
install-size="2440"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.debug"
download-size="1350"
install-size="1350"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.refactoring"
download-size="504"
install-size="504"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.customizations"
download-size="300"
install-size="300"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.django"
download-size="300"
install-size="300"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="com.python.pydev.analysis"
download-size="240"
install-size="240"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="com.python.pydev.debug"
download-size="56"
install-size="56"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="com.python.pydev.refactoring"
download-size="160"
install-size="160"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.shared_interactive_console"
download-size="160"
install-size="160"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.shared_ui"
download-size="160"
install-size="160"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

<plugin
id="org.python.pydev.shared_core"
download-size="160"
install-size="160"
version="10.2.1.qualifier"/>
version="11.0.0.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion features/org.python.pydev.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.python.pydev.mylyn.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.python.pydev.p2-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>parent</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>features</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.2.1.qualifier
Bundle-Version: 11.0.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="[10.2.1,10.2.2)",
org.python.pydev.core;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.parser;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.ast;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.core;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.parser;bundle-version="[11.0.0,11.0.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
12 changes: 6 additions & 6 deletions plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.2.1.qualifier
Bundle-Version: 11.0.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="[10.2.1,10.2.2)",
org.python.pydev.core;bundle-version="[10.2.1,10.2.2)",
org.python.pydev;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.debug;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.ast;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.core;bundle-version="[11.0.0,11.0.1)",
org.python.pydev;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.debug;bundle-version="[11.0.0,11.0.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="[10.2.1,10.2.2)",
org.python.pydev.shared_ui;bundle-version="[11.0.0,11.0.1)",
org.eclipse.ui.console
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: debug.jar
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
16 changes: 8 additions & 8 deletions plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.2.1.qualifier
Bundle-Version: 11.0.0.qualifier
Bundle-Activator: com.python.pydev.refactoring.RefactoringPlugin
Bundle-Vendor: Brainwy Software Ltda
Bundle-Localization: plugin
Expand All @@ -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="[10.2.1,10.2.2)",
org.python.pydev;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.ast;bundle-version="[11.0.0,11.0.1)",
org.python.pydev;bundle-version="[11.0.0,11.0.1)",
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.search,
org.python.pydev.shared_ui;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.core;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.parser;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.shared_ui;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.core;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.parser;bundle-version="[11.0.0,11.0.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
org.python.pydev.refactoring;bundle-version="[10.2.1,10.2.2)",
com.python.pydev.analysis;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.refactoring;bundle-version="[11.0.0,11.0.1)",
com.python.pydev.analysis;bundle-version="[11.0.0,11.0.1)",
org.eclipse.jdt.core;resolution:=optional,
org.eclipse.jdt.ui;resolution:=optional
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.refactoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Runalltests2 Plug-in
Bundle-SymbolicName: com.python.pydev.runalltests
Bundle-Version: 10.2.1.qualifier
Bundle-Version: 11.0.0.qualifier
Bundle-Activator: com.python.pydev.runalltests2.Activator
Eclipse-BundleShape: dir
Bundle-Vendor: Brainwy Software Ltda
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.runalltests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
6 changes: 3 additions & 3 deletions plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.2.1.qualifier
Bundle-Version: 11.0.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="[10.2.1,10.2.2)",
org.python.pydev.core;bundle-version="[11.0.0,11.0.1)",
org.eclipse.text,
org.python.pydev.parser;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.parser;bundle-version="[11.0.0,11.0.1)",
org.eclipse.core.variables,
org.eclipse.debug.core
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.ast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.python.pydev.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.2.1.qualifier
Bundle-Version: 11.0.0.qualifier
Bundle-ClassPath: core.jar
Bundle-Activator: org.python.pydev.core.CorePlugin
Bundle-Vendor: Brainwy Software Ltda
Expand All @@ -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="[10.2.1,10.2.2)";visibility:=reexport,
org.python.pydev.shared_core;bundle-version="[11.0.0,11.0.1)";visibility:=reexport,
org.eclipse.ltk.core.refactoring,
org.eclipse.core.filesystem
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
12 changes: 6 additions & 6 deletions plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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: 10.2.1.qualifier
Bundle-Version: 11.0.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="[10.2.1,10.2.2)",
org.python.pydev.ast;bundle-version="[10.2.1,10.2.2)",
org.python.pydev;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.debug;bundle-version="[10.2.1,10.2.2)",
org.python.pydev.core;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.ast;bundle-version="[11.0.0,11.0.1)",
org.python.pydev;bundle-version="[11.0.0,11.0.1)",
org.python.pydev.debug;bundle-version="[11.0.0,11.0.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="[10.2.1,10.2.2)"
org.python.pydev.shared_ui;bundle-version="[11.0.0,11.0.1)"
Bundle-ActivationPolicy: lazy
Export-Package: org.python.pydev.customizations,org.python.pydev.custo
mizations.app_engine.actions,org.python.pydev.customizations.app_engi
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.customizations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>10.2.1-SNAPSHOT</version>
<version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
Loading

0 comments on commit de858f4

Please sign in to comment.