Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
remove out of date ant jar from eclim lib and eclipse shipped version…
Browse files Browse the repository at this point in the history
… instead
  • Loading branch information
ervandew committed Apr 7, 2012
1 parent 9f419b9 commit bd82749
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions ant/build.gant
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ target(name: 'init'){
include(name: 'startup.jar')
include(name: 'dropins/**/plugins/org.eclipse.*.jar')
include(name: 'plugins/org.eclipse.*.jar')
include(name: 'plugins/org.apache.ant_*/lib/ant.jar')
include(name: 'plugins/com.ibm.*.jar')
}
dirset(dir: '${eclipse}'){
Expand Down
3 changes: 2 additions & 1 deletion org.eclim.cdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclim.plugin.cdt.CdtPlugin
Bundle-ClassPath: .,
eclim.cdt.jar
Require-Bundle: org.eclim,
Require-Bundle: org.apache.ant,
org.eclim,
org.eclim.core,
org.eclipse.cdt.core,
org.eclipse.cdt.managedbuilder.core,
Expand Down
3 changes: 2 additions & 1 deletion org.eclim.vimplugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Bundle-Localization: plugin
Bundle-Activator: org.vimplugin.VimPlugin
Bundle-ClassPath: .,
eclim.vimplugin.jar
Require-Bundle: org.eclim,
Require-Bundle: org.apache.ant,
org.eclim,
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.jface.text,
Expand Down
3 changes: 2 additions & 1 deletion org.eclim.wst/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Bundle-ClassPath: .,
${eclim.lib.jars}
Export-Package: org.eclim.plugin.wst.command.complete,
org.eclim.plugin.wst.command.validate
Require-Bundle: org.eclim,
Require-Bundle: org.apache.ant,
org.eclim,
org.eclim.core,
org.eclipse.core.resources,
org.eclipse.core.runtime,
Expand Down
7 changes: 0 additions & 7 deletions org.eclim/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ Export-Package: org.apache.commons.collections,
org.apache.commons.lang.builder,
org.apache.commons.logging,
org.apache.commons.vfs,
org.apache.tools.ant,
org.apache.tools.ant.taskdefs,
org.apache.tools.ant.taskdefs.condition,
org.apache.tools.ant.types,
org.apache.tools.bzip2,
org.apache.tools.tar,
org.apache.tools.zip,
org.eclim,
org.eclim.annotation,
org.eclim.command,
Expand Down
Binary file removed org.eclim/lib/ant-1.7.1.jar
Binary file not shown.

0 comments on commit bd82749

Please sign in to comment.