Index: build.xml
===================================================================
--- build.xml (revision 805261)
+++ build.xml (working copy)
@@ -4,24 +4,24 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
@@ -113,6 +113,7 @@
+
@@ -122,7 +123,6 @@
-
@@ -133,9 +133,11 @@
+
+
@@ -148,6 +150,7 @@
+
@@ -156,10 +159,11 @@
+
-
+
Index: test/hello/Hello.java
===================================================================
--- test/hello/Hello.java (revision 0)
+++ test/hello/Hello.java (revision 0)
@@ -0,0 +1,5 @@
+public class Hello {
+ public static void main(String[] args) {
+ System.out.println("Hello world!");
+ }
+}
\ No newline at end of file