Skip to content

Commit

Permalink
Require commons plug-in 3.7.0 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Nov 5, 2024
1 parent 8081739 commit 683a533
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.hybridize.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bundle-ClassPath: .
Automatic-Module-Name: edu.cuny.hunter.hybridize.core
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.ltk.core.refactoring;bundle-version="3.12.200",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.1.0",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.7.0",
org.eclipse.equinox.registry;bundle-version="3.11.100",
org.eclipse.osgi;bundle-version="3.18.0",
org.python.pydev.parser;bundle-version="[9.3.2,10.0.0)",
Expand Down
4 changes: 2 additions & 2 deletions edu.cuny.hunter.hybridize.eval/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime;bundle-version="3.26.0",
org.eclipse.core.resources;bundle-version="3.18.0",
org.python.pydev;bundle-version="[9.3.2,10.0.0)",
edu.cuny.citytech.refactoring.common.eval;bundle-version="3.3.0",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.3.0",
edu.cuny.citytech.refactoring.common.eval;bundle-version="3.7.0",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.7.0",
edu.cuny.hunter.hybridize.core;bundle-version="1.0.0",
org.eclipse.ltk.core.refactoring,
org.python.pydev.ast
Expand Down
4 changes: 2 additions & 2 deletions edu.cuny.hunter.hybridize.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</url>
<requires>
<import plugin="org.eclipse.ltk.core.refactoring" version="3.12.200" match="greaterOrEqual" />
<import plugin="edu.cuny.citytech.refactoring.common.core" version="3.1.0" match="greaterOrEqual" />
<import plugin="edu.cuny.citytech.refactoring.common.core" version="3.7.0" match="greaterOrEqual" />
<import plugin="org.eclipse.equinox.registry" version="3.11.100" match="greaterOrEqual" />
<import plugin="org.eclipse.osgi" version="3.18.0" match="greaterOrEqual" />
<import plugin="com.python.pydev.refactoring" version="9.3.3" match="greaterOrEqual" />
Expand All @@ -75,7 +75,7 @@
<import plugin="org.eclipse.text" version="3.12.200" match="greaterOrEqual" />
<import plugin="org.eclipse.ui" version="3.201.0" match="greaterOrEqual" />
<import plugin="org.eclipse.ltk.ui.refactoring" version="3.12.0" match="greaterOrEqual" />
<import plugin="edu.cuny.citytech.refactoring.common.ui" version="3.1.0" match="greaterOrEqual" />
<import plugin="edu.cuny.citytech.refactoring.common.ui" version="3.7.0" match="greaterOrEqual" />
<import plugin="edu.cuny.hunter.hybridize.core" version="1.0.0" match="greaterOrEqual" />
<import plugin="org.eclipse.jdt.ui" version="3.26.100" match="greaterOrEqual" />
<import plugin="org.eclipse.ui.navigator" version="3.10.200" match="greaterOrEqual" />
Expand Down
4 changes: 2 additions & 2 deletions edu.cuny.hunter.hybridize.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Automatic-Module-Name: edu.cuny.hunter.hybridize.tests
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: edu.cuny.citytech.refactoring.common.tests;bundle-version="3.1.0",
Require-Bundle: edu.cuny.citytech.refactoring.common.tests;bundle-version="3.7.0",
org.eclipse.jdt.ui.tests.refactoring;bundle-version="3.14.300",
org.python.pydev;bundle-version="[9.3.2,10.0.0)",
org.junit;bundle-version="4.13.2",
Expand All @@ -17,7 +17,7 @@ Require-Bundle: edu.cuny.citytech.refactoring.common.tests;bundle-version="3.1.0
org.python.pydev.parser;bundle-version="[9.3.2,10.0.0)",
org.python.pydev.core;bundle-version="[9.3.2,10.0.0)",
edu.cuny.hunter.hybridize.core;bundle-version="1.0.0",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.0.0",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.7.0",
org.python.pydev.ast;bundle-version="[9.3.2,10.0.0)",
org.python.pydev.refactoring;bundle-version="[9.3.2,10.0.0)"
Export-Package: edu.cuny.hunter.hybridize.tests
Expand Down
4 changes: 2 additions & 2 deletions edu.cuny.hunter.hybridize.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui;bundle-version="3.201.0",
org.eclipse.core.runtime;bundle-version="3.24.100",
org.eclipse.ltk.ui.refactoring;bundle-version="3.12.0",
edu.cuny.citytech.refactoring.common.ui;bundle-version="3.1.0",
edu.cuny.citytech.refactoring.common.ui;bundle-version="3.7.0",
org.eclipse.ltk.core.refactoring;bundle-version="3.12.100",
edu.cuny.hunter.hybridize.core;bundle-version="1.0.0",
org.python.pydev.refactoring;bundle-version="[9.3.2,10.0.0)",
Expand All @@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.201.0",
org.python.pydev.parser;bundle-version="[9.3.2,10.0.0)",
org.python.pydev.core;bundle-version="[9.3.2,10.0.0)",
org.eclipse.jdt.ui;bundle-version="3.26.100",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.0.0",
edu.cuny.citytech.refactoring.common.core;bundle-version="3.7.0",
org.eclipse.ui.navigator;bundle-version="3.10.200",
org.python.pydev.shared_ui;bundle-version="[9.3.2,10.0.0)",
org.python.pydev.ast;bundle-version="[9.3.2,10.0.0)",
Expand Down

0 comments on commit 683a533

Please sign in to comment.