mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
16 lines
582 B
Diff
16 lines
582 B
Diff
--- a/make/build.xml
|
|
+++ b/make/build.xml
|
|
@@ -806,12 +806,6 @@
|
|
</fileset>
|
|
</jar>
|
|
|
|
- <!-- Copy antlr.jar into build directory for convenience so
|
|
- gluegen.jar can be run via "java -jar". antlr.jar is
|
|
- referenced via a Class-Path entry in the Manifest of
|
|
- gluegen.jar. -->
|
|
- <copy file="${antlr.jar}" todir="${build}" />
|
|
-
|
|
<!-- copy a jnlp with empty codebase into build folder for local testing
|
|
overwrite property in gluegen.proerpties if desired -->
|
|
<property name="gluegen.jnlp.codebase" value=""/>
|