Kaydet (Commit) 5b6ecfb9 authored tarafından Duncan Foster's avatar Duncan Foster

Building against solver rather than local project

üst ba7de17d
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
# #
# $RCSfile: build.xml,v $ # $RCSfile: build.xml,v $
# #
# $Revision: 1.16 $ # $Revision: 1.17 $
# #
# last change: $Author: toconnor $ $Date: 2003-02-21 10:58:39 $ # last change: $Author: dfoster $ $Date: 2003-02-25 16:06:44 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
<!-- ==================== classpath setting ============================ --> <!-- ==================== classpath setting ============================ -->
<path id="idlclasspath"> <path id="idlclasspath">
<!--<pathelement location="${solar.jar}/unoil.jar"/> --> <pathelement location="${solar.jar}/unoil.jar"/>
<pathelement location="${prj}/../unoil/${inpath}/class/unoil.jar"/> <!-- <pathelement location="${prj}/../unoil/${inpath}/class/unoil.jar"/>-->
<pathelement location="${solar.jar}/jurt.jar"/> <pathelement location="${solar.jar}/jurt.jar"/>
<pathelement location="${solar.jar}/jut.jar"/> <pathelement location="${solar.jar}/jut.jar"/>
<pathelement location="${solar.jar}/juh.jar"/> <pathelement location="${solar.jar}/juh.jar"/>
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<target name="localoffice.jar" depends="localoffice.compile"> <target name="localoffice.jar" depends="localoffice.compile">
<unjar <unjar
src="${prj}/../unoil/${inpath}/class/unoil.jar" src="${solar.jar}/unoil.jar"
dest="${jardir}"/> dest="${jardir}"/>
<jar jarfile="${jardir}/localoffice.jar"> <jar jarfile="${jardir}/localoffice.jar">
<fileset dir="${jardir}"> <fileset dir="${jardir}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment