ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.65 by jsr166, Fri Apr 9 20:10:29 2004 UTC vs.
Revision 1.66 by jsr166, Sun Apr 11 01:37:41 2004 UTC

# Line 59 | Line 59
59    <!-- Jar locations -->
60    <property name="product.jar"          location="${build.lib.dir}/jsr166.jar"/>
61    <property name="junit.jar"            location="${lib.dir}/junit.jar"/>
62 +  <property name="concurrent.jar"       location="${lib.dir}/concurrent.jar"/>
63  
64    <!-- Bootclasspath argument -->
65    <property name="bootclasspath.args"   value="-Xbootclasspath/p:${product.jar}"/>
# Line 78 | Line 79
79    <path id="j1.classpath">
80      <pathelement location="${build.j1.dir}"/>
81      <pathelement location="${junit.jar}"/>
82 +    <pathelement location="${concurrent.jar}"/>
83    </path>
84  
85  
# Line 677 | Line 679
679              debug="${build.debug}"
680         debuglevel="${build.debuglevel}"
681        deprecation="${build.deprecation}"
682 <           source="${build.sourcelevel}"
683 <             fork="true">
682 >           source="${build.sourcelevel}" >
683 >
684 >      <include name="**/*.java"/>
685 >      <exclude name="**/dijkstra/**"/>
686  
687        <compilerarg line="${build.args}"/>
688        <classpath refid="j1.classpath"/>
# Line 708 | Line 712
712    <target name="j1" depends="compile-j1"
713            description="Runs a standalone JavaOne program">
714  
715 <    <java classname="jsr166.misc.SortedEnumSet" fork="true">
715 >    <java classname="jsr166.bbuf.BoundedBufferDemo" fork="true">
716        <classpath refid="j1.classpath"/>
717 +      <jvmarg value="-server"/>
718 +      <arg value="http://www.perl.com/"/>
719 +      <arg value="1"/>
720      </java>
721  
722    </target>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines