Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2008-05-12 07:08:39 +0000
committerdavid_williams2008-05-12 07:08:39 +0000
commit7949d8a0773f4ee928305a931fe0f02509254c86 (patch)
treec7c0a1f815f4a07eb57e9bacd124ac16a8a5eacb /bundles
parent3427cece1ad2b23fd20bb6fb5ecd80f9bbb65319 (diff)
downloadwebtools.webservices-7949d8a0773f4ee928305a931fe0f02509254c86.tar.gz
webtools.webservices-7949d8a0773f4ee928305a931fe0f02509254c86.tar.xz
webtools.webservices-7949d8a0773f4ee928305a931fe0f02509254c86.zip
adjust ant.core pre-req since they "down sized" their version number from M7 ... tsk, tsk, tsk.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
index 8229e99c9..533e95587 100644
--- a/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.command.env/META-INF/MANIFEST.MF
@@ -22,6 +22,6 @@ Require-Bundle: org.eclipse.wst.command.env.core;bundle-version="[1.0.203,2.0.0)
org.eclipse.core.commands;bundle-version="[3.4.0,4.0.0)",
org.eclipse.wst.common.environment;bundle-version="[1.0.200,2.0.0)",
org.apache.ant;bundle-version="[1.7.0,2.0.0)",
- org.eclipse.ant.core;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.ant.core;bundle-version="[3.1.300,4.0.0)"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top