Skip to content

Commit 20e28c2

Browse files
committed
Explicitly use PyDev 9.3.2.
Until #152 is addressed.
1 parent 80d5093 commit 20e28c2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

edu.cuny.hunter.hybridize.core/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Require-Bundle: org.eclipse.ltk.core.refactoring;bundle-version="3.12.200",
1111
edu.cuny.citytech.refactoring.common.core;bundle-version="3.1.0",
1212
org.eclipse.equinox.registry;bundle-version="3.11.100",
1313
org.eclipse.osgi;bundle-version="3.18.0",
14-
org.python.pydev.parser;bundle-version="9.3.2",
15-
org.python.pydev.core;bundle-version="9.3.2",
16-
org.python.pydev.ast;bundle-version="9.3.2",
17-
com.python.pydev.refactoring,
18-
com.python.pydev.analysis,
14+
org.python.pydev.parser;bundle-version="[9.3.2,10.0.0)",
15+
org.python.pydev.core;bundle-version="[9.3.2,10.0.0)",
16+
org.python.pydev.ast;bundle-version="[9.3.2,10.0.0)",
17+
com.python.pydev.refactoring;bundle-version="[9.3.2,10.0.0)",
18+
com.python.pydev.analysis;bundle-version="[9.3.2,10.0.0)",
1919
org.eclipse.core.resources;bundle-version="3.18.0"
2020
Import-Package: org.eclipse.core.runtime;version="3.7.0",
2121
org.eclipse.jface.text,

edu.cuny.hunter.hybridize.tests/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Automatic-Module-Name: edu.cuny.hunter.hybridize.tests
99
Bundle-RequiredExecutionEnvironment: JavaSE-11
1010
Require-Bundle: edu.cuny.citytech.refactoring.common.tests;bundle-version="3.1.0",
1111
org.eclipse.jdt.ui.tests.refactoring;bundle-version="3.14.300",
12-
org.python.pydev;bundle-version="9.3.2",
12+
org.python.pydev;bundle-version="[9.3.2,10.0.0)",
1313
org.junit;bundle-version="4.13.2",
1414
org.eclipse.ltk.core.refactoring;bundle-version="3.12.200",
1515
org.eclipse.jface.text;bundle-version="3.20.100",
1616
org.eclipse.core.runtime;bundle-version="3.25.0",
17-
org.python.pydev.parser;bundle-version="9.3.2",
18-
org.python.pydev.core;bundle-version="9.3.2",
17+
org.python.pydev.parser;bundle-version="[9.3.2,10.0.0)",
18+
org.python.pydev.core;bundle-version="[9.3.2,10.0.0)",
1919
edu.cuny.hunter.hybridize.core;bundle-version="1.0.0",
2020
edu.cuny.citytech.refactoring.common.core;bundle-version="3.0.0",
21-
org.python.pydev.ast,
22-
org.python.pydev.refactoring
21+
org.python.pydev.ast;bundle-version="[9.3.2,10.0.0)",
22+
org.python.pydev.refactoring;bundle-version="[9.3.2,10.0.0)"
2323
Export-Package: edu.cuny.hunter.hybridize.tests
2424
Import-Package: com.python.pydev.analysis.additionalinfo,
2525
org.eclipse.core.resources,

edu.cuny.hunter.hybridize.ui/META-INF/MANIFEST.MF

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.201.0",
1313
edu.cuny.citytech.refactoring.common.ui;bundle-version="3.1.0",
1414
org.eclipse.ltk.core.refactoring;bundle-version="3.12.100",
1515
edu.cuny.hunter.hybridize.core;bundle-version="1.0.0",
16-
org.python.pydev.refactoring;bundle-version="9.3.2",
17-
org.python.pydev;bundle-version="9.3.2",
16+
org.python.pydev.refactoring;bundle-version="[9.3.2,10.0.0)",
17+
org.python.pydev;bundle-version="[9.3.2,10.0.0)",
1818
org.eclipse.core.resources;bundle-version="3.17.0",
19-
org.python.pydev.parser;bundle-version="9.3.2",
20-
org.python.pydev.core;bundle-version="9.3.2",
19+
org.python.pydev.parser;bundle-version="[9.3.2,10.0.0)",
20+
org.python.pydev.core;bundle-version="[9.3.2,10.0.0)",
2121
org.eclipse.jdt.ui;bundle-version="3.26.100",
2222
edu.cuny.citytech.refactoring.common.core;bundle-version="3.0.0",
2323
org.eclipse.ui.navigator;bundle-version="3.10.200",
24-
org.python.pydev.shared_ui;bundle-version="9.3.2",
25-
org.python.pydev.ast;bundle-version="9.3.2",
24+
org.python.pydev.shared_ui;bundle-version="[9.3.2,10.0.0)",
25+
org.python.pydev.ast;bundle-version="[9.3.2,10.0.0)",
2626
org.eclipse.text;bundle-version="3.12.200"
2727
Bundle-ClassPath: .
2828
Import-Package: org.eclipse.jdt.internal.ui.refactoring.actions,

0 commit comments

Comments
 (0)