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.66 by jsr166, Sun Apr 11 01:37:41 2004 UTC vs.
Revision 1.67 by jsr166, Sun Apr 11 22:00:40 2004 UTC

# Line 712 | Line 712
712    <target name="j1" depends="compile-j1"
713            description="Runs a standalone JavaOne program">
714  
715 <    <java classname="jsr166.bbuf.BoundedBufferDemo" fork="true">
715 >    <java classname="jsr166.random.TestRandom" fork="true">
716        <classpath refid="j1.classpath"/>
717 <      <jvmarg value="-server"/>
718 <      <arg value="http://www.perl.com/"/>
719 <      <arg value="1"/>
717 >      <jvmarg value="-client"/>
718      </java>
719  
720    </target>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines