[jruby-joni] 01/02: build.xml-jcoding

Hideki Yamane henrich at moszumanska.debian.org
Mon Oct 19 22:12:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch patch-queue/master
in repository jruby-joni.

commit 91cb5b5a4ecaa03f7855e58f47f8275ee5feb8a2
Author: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Date:   Sat Jun 6 13:05:17 2015 +0900

    build.xml-jcoding
    
    ===================================================================
    
    Gbp-Pq: Name build.xml-jcoding.patch
---
 build.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 04a54ef..312aabf 100644
--- a/build.xml
+++ b/build.xml
@@ -14,7 +14,12 @@
 
     <target name="compile">
         <mkdir dir="${bin.dir}" />
-        <javac srcdir="${src.dir}" destdir="${bin.dir}"/>
+        <javac srcdir="${src.dir}" destdir="${bin.dir}">
+            <classpath>
+                <pathelement location="/usr/share/java/jcodings.jar" />
+                <pathelement location="/usr/share/java/asm3.jar" />
+            </classpath>
+        </javac>
     </target>
     
     <target name="build" depends="compile">
@@ -32,6 +37,8 @@
                 <attribute name="Built-By" value="${user.name}" />
                 <attribute name="Built-Date" value="${buildDate}" />
                 <attribute name="Built-Time" value="${buildTime}" />
+                <attribute name="Class-Path" value="/usr/share/java/jcodings.jar
+                                                    /usr/share/java/asm3.jar" />
             </manifest>
         </jar>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list