fixes to build.xml stuff

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@643 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2007-02-04 19:38:04 +00:00
parent 0f8bd7c80a
commit 4a8223a5be
1 changed files with 6 additions and 8 deletions

View File

@ -4,11 +4,11 @@
DOMO JavaScript Tests build file
=======================================================================
-->
<project name="com.ibm.domo.js.test" default="build-everything" basedir=".">
<project name="com.ibm.wala.cast.js.test" default="build-everything" basedir=".">
<!-- Software version details -->
<property name="name" value="domojstests" />
<property name="module_name" value="com.ibm.domo.js.test" />
<property name="Name" value="DOMO JS tests" />
<property name="name" value="walacastjstests" />
<property name="module_name" value="com.ibm.wala.cast.js.test" />
<property name="Name" value="WALA CAst JS tests" />
<property name="version" value="1-alpha" />
<!-- Compilation switches -->
@ -39,17 +39,15 @@
<property name="testdata" value="../testdata/safe" />
<property name="resultdir" value="${build}/output/" />
<property name="publish.javadocs" value="javadocs/com.ibm.domo.js.test" />
<property name="publish.javadocs" value="javadocs/com.ibm.wala.cast.js.test" />
<property name="safescope" value="${sharedlib}/domojscore.jar" />
<property name="saferules" value="${specifications}/rules/rules.xml" />
<property name="saferesultdir" value="${resultdir}" />
<property name="saferesultfilename" value="domojscore.xml"/>
<property name="saferesultfilename" value="walacastjs.xml"/>
<property name="excluded-tests-file" value="excluded-tests.txt" />
<property name="cvsroot" value="/gsa/watgsa/home/d/o/dolby/cvs/JTD"/>
<import file="${sharedlib}/scripts/common-tests-targets.xml"/>
</project>