Tweak the build.sysclasspath option to force the system classpath to always be appended to additional jars added to the classpath by us. These seemed to be set differently depending on the platform or distribution before.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2279 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-12-07 19:19:29 +00:00
parent c9e385f541
commit 16ef500139
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<project name="Sting" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
<description>Compile and distribute the Sting toolkit</description>
<property name="build.sysclasspath" value="first" />
<property name="source.dir" value="java/src" />
<property name="build.dir" value="build" />
<property name="dist.dir" value="dist" />