Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a93479b8c067b9d315b62f129e527472 > files > 2

xsddoc-1.0-2.mga3.src.rpm

--- build.xml	2005-10-15 22:32:06.000000000 +0200
+++ build.xml-gil	2012-02-07 15:08:49.397254034 +0100
@@ -24,11 +24,11 @@
     load build properties
   -->
   <property file="build.properties"/>
-  <property environment="env"/>
+  <!--property environment="env"/-->
   <!--
     target all
   -->
-  <target name="all" depends="deploy"/>
+  <target name="all" depends="dist"/>
   <!--
     target init
   -->
@@ -52,8 +52,8 @@
   <target name="compile" depends="init">
     <javac srcdir="src" destdir="classes" compiler="modern" deprecation="off" nowarn="on" debug="on" debuglevel="lines" failonerror="false">
       <classpath>
-        <fileset dir="lib/">
-          <include name="**/*.jar"/>
+	<fileset dir="/usr/share/java">
+          <include name="ant.jar"/>
         </fileset>
       </classpath>
     </javac>
@@ -85,9 +85,9 @@
   <!--
     target dist
   -->
-  <target name="deploy" depends="dist">
+  <!--target name="deploy" depends="dist">
   	<copy file="lib/xsddoc.jar" tofile="${env.ANT_HOME}/lib/xsddoc.jar"></copy>
-  </target>
+  </target-->
   <!--
     target dist
   -->
@@ -150,7 +150,11 @@
       <a target="_blank" href="http://www.sourceforge.net">http://www.sourceforge.net</a>.</font>]]></bottom>
       <classpath>
         <fileset dir="lib/">
-          <include name="**/*.jar"/>
+          <include name="xsddoc.jar"/>
+        </fileset>
+	<fileset dir="/usr/share/java">
+          <include name="ant.jar"/>
+          <include name="xalan-j2.jar"/>
         </fileset>
       </classpath>
     </javadoc>