Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 170305 | Differences between
and this patch

Collapse All | Expand All

(-)a/gluegen-2.1.4_rc01/make/build.xml (-6 lines)
Lines 806-817 Link Here
806
      </fileset>
806
      </fileset>
807
    </jar>
807
    </jar>
808
808
809
    <!-- Copy antlr.jar into build directory for convenience so
810
         gluegen.jar can be run via "java -jar". antlr.jar is
811
         referenced via a Class-Path entry in the Manifest of
812
         gluegen.jar. -->
813
    <copy file="${antlr.jar}" todir="${build}" />
814
    
815
    <!-- copy a jnlp with empty codebase into build folder for local testing 
809
    <!-- copy a jnlp with empty codebase into build folder for local testing 
816
         overwrite property in gluegen.proerpties if desired             -->
810
         overwrite property in gluegen.proerpties if desired             -->
817
    <property name="gluegen.jnlp.codebase" value=""/>
811
    <property name="gluegen.jnlp.codebase" value=""/>

Return to bug 170305