summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcr <kcr>2007-06-19 20:11:34 +0000
committerkcr <kcr>2007-06-19 20:11:34 +0000
commitac78c29c7a7134d511d3d823f8a5d0a8f0255761 (patch)
treee6a2077cad61cc95c63f73b009a8ec2ad361f065
parent3945300799f49c7c1f615947050c8265c3bd5b3b (diff)
Fixed a comment
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 9f8fd81..09f9fa1 100644
--- a/build.xml
+++ b/build.xml
@@ -40,8 +40,8 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision: 1.1 $
- * $Date: 2007/06/19 20:00:29 $
+ * $Revision: 1.2 $
+ * $Date: 2007/06/19 20:11:34 $
* $State: Exp $
*/
-->
@@ -60,7 +60,7 @@
<!-- Create the build directory -->
<mkdir dir="${build}/classes"/>
- <!-- Compile the java code from ${src}/classes into ${build}/classes -->
+ <!-- Compile the java code from ${src} into ${build}/classes -->
<javac srcdir="${src}"
destdir="${build}/classes"
source="1.5"