Subversion Repository Public Repository

litesoft

Diff Revisions 172 vs 173 for /trunk/Java/core/Anywhere/build.xml

Diff revisions: vs.
  @@ -15,8 +15,8 @@
15 15
16 16 <target name="jar" depends="compile">
17 17 <jar jarfile="LiteSoftAnywhere.jar">
18 - <fileset dir="build" includes="**/*.class"/>
19 - <fileset dir="src" excludes="**/.svn/**"/>
18 + <fileset dir="build" includes="**/*.class"/>
19 + <fileset dir="src" excludes="**/.svn/**"/>
20 20 </jar>
21 21 </target>
22 22
  @@ -31,6 +31,7 @@
31 31 <javac srcdir="src" destdir="build" debug="on" includeantruntime="false" deprecation="off" optimize="off">
32 32 <compilerarg line="-Xlint:&quot;-unchecked&quot;"/>
33 33 <classpath>
34 + <pathelement location="${LitesoftJavaDir}/libs/LiteSoft_csHomonyms.jar"/>
34 35 <pathelement location="${LitesoftJavaDir}/libs/LiteSoftDeprecated.jar"/>
35 36 <pathelement location="${LitesoftJavaDir}/logger/LiteSoftLogger.jar"/>
36 37 </classpath>