# HG changeset patch # User Jaroslav Tulach # Date 1213429865 -7200 # Node ID 0aee50e597da2d35e47cffdf9dda2e00c6613ab6 # Parent afae7be94b2551c40d21617b4a94318b494e3274 Really downloading junit from their site diff -r afae7be94b25 -r 0aee50e597da samples/composition/build.xml --- a/samples/composition/build.xml Sat Jun 14 09:51:05 2008 +0200 +++ b/samples/composition/build.xml Sat Jun 14 09:51:05 2008 +0200 @@ -4,9 +4,7 @@ - - - + @@ -16,7 +14,7 @@ - + @@ -30,10 +28,15 @@ - + + + + + + @@ -46,7 +49,7 @@ - + diff -r afae7be94b25 -r 0aee50e597da samples/composition/src-api1.0/api/Arithmetica.java --- a/samples/composition/src-api1.0/api/Arithmetica.java Sat Jun 14 09:51:05 2008 +0200 +++ b/samples/composition/src-api1.0/api/Arithmetica.java Sat Jun 14 09:51:05 2008 +0200 @@ -5,6 +5,7 @@ * @author Jaroslav Tulach * @version 1.0 */ +// BEGIN: design.composition.arith1.0 public class Arithmetica { public int sumTwo(int one, int second) { return one + second; @@ -27,3 +28,4 @@ return sumAll(array); } } +// END: design.composition.arith1.0 diff -r afae7be94b25 -r 0aee50e597da samples/libs/build.xml --- a/samples/libs/build.xml Sat Jun 14 09:51:05 2008 +0200 +++ b/samples/libs/build.xml Sat Jun 14 09:51:05 2008 +0200 @@ -6,8 +6,8 @@ - - + + @@ -17,16 +17,18 @@ - - + + + + - + - +