Skip to content

Commit

Permalink
Fix for issue #244: headless Eclipse Ant execution
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Dec 9, 2016
1 parent ed81c0d commit 32a4ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# disable warning for 'groovyAntEclipse.jar' missing from the bundle classpath
compilers.p.build.output.library=2
eclipse.preferences.version=1
2 changes: 0 additions & 2 deletions ide/org.codehaus.groovy.eclipse.ant/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Bundle-SymbolicName: org.codehaus.groovy.eclipse.ant;singleton:=true
Bundle-Name: Groovy Ant support
Bundle-Vendor: Codehaus.org
Bundle-Version: 2.9.2.qualifier
Bundle-ClassPath: .,
groovyAntEclipse.jar
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ant.core,
org.apache.ant;bundle-version="1.7.0",
Expand Down

0 comments on commit 32a4ed9

Please sign in to comment.