Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > ff343af7cca43cc023350ec986b94d78 > files > 2

rssowl-1.2.3-5mdv2008.0.src.rpm

--- src/build.xml.orig	2006-04-23 05:30:41.000000000 -0700
+++ src/build.xml	2006-05-06 09:34:24.000000000 -0700
@@ -121,7 +121,12 @@
 		for the special-chars of the translations.
     -->
 	<target name="compile_linux" depends="init">
-		<javac excludes="**/DevShop.java" encoding="utf8" destdir="${classes}/" srcdir="${src}" classpath="${libs}" />
+          <path id="libs.classpath">
+            <fileset dir="${root}/lib" includes="**/*.jar" />
+          </path>
+	  <javac excludes="**/DevShop.java" encoding="utf8" destdir="${classes}/" srcdir="${src}">
+            <classpath refid="libs.classpath" />
+          </javac>
 	</target>
 
 	<!--