Skip to content

Commit

Permalink
MONDRIAN: allow local builds w/o gump access
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 2161]
  • Loading branch information
Andreas Voss committed Jun 17, 2004
1 parent be7ad97 commit 55e6bc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Expand Up @@ -669,6 +669,10 @@ build mondrian.war as in the runtime environment.">
<fileset dir="${xalan.home}/bin" includes="xalan.jar,xml-apis.jar,xercesImpl.jar"/>
<fileset dir="${catalina.home}/common/lib" includes="commons-dbcp.jar,commons-pool.jar,commons-collections.jar"/>
</copy>
<copy todir="${testlib.dir}">
<fileset dir="${junit.home}" includes="junit.jar"/>
</copy>
<!--
<extension id="junit.ext" extensionName="junit"/>
<jarlib-resolve property="junit.library" failOnError="false" checkExtension="false">
<extension refid="junit.ext"/>
Expand Down Expand Up @@ -717,6 +721,7 @@ build mondrian.war as in the runtime environment.">
<location location="${lib.dir}/xercesImpl.jar"/>
<url url="http://gump.covalent.net/jars/latest/xml-xerces2/xercesImpl.jar" destfile="${lib.dir}/xercesImpl.jar"/>
</jarlib-resolve>
-->
</target>

<target name="war" depends="jar,copy-jars" description="
Expand Down

0 comments on commit 55e6bc1

Please sign in to comment.