Update of /cvsroot/izpack/izpack-src/src/lib/com/izforge/izpack/compiler
In directory sheep:/tmp/cvs-serv26100/lib/com/izforge/izpack/compiler
Modified Files:
Property.java
Log Message:
fix javadoc classpath, and javadoc comments
Index: Property.java
===================================================================
RCS file:
/cvsroot/izpack/izpack-src/src/lib/com/izforge/izpack/compiler/Property.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Property.java 13 May 2005 18:31:34 -0000 1.6
+++ Property.java 15 May 2005 14:59:16 -0000 1.7
@@ -143,8 +143,8 @@
}
/**
- * set the property in the project to the value. if the task was give a
file, resource or env
- * attribute here is where it is loaded
+ * Set the property in the project to the value. If the task was give a
file, resource or env
+ * attribute here is where it is loaded.
*/
public void execute() throws CompilerException
{
|
|