dion 02/05/26 22:20:32
Modified: src/java/org/apache/maven ProjectProperties.java
Log:
Fixed checkstyle issues
Revision Changes Path
1.34 +7 -5
jakarta-turbine-maven/src/java/org/apache/maven/ProjectProperties.java
Index: ProjectProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ProjectProperties.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ProjectProperties.java 23 May 2002 01:17:01 -0000 1.33
+++ ProjectProperties.java 27 May 2002 05:20:32 -0000 1.34
@@ -80,7 +80,7 @@
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="[EMAIL PROTECTED]">Vincent Massol</a>
- * @version $Id: ProjectProperties.java,v 1.33 2002/05/23 01:17:01 dion Exp $
+ * @version $Id: ProjectProperties.java,v 1.34 2002/05/27 05:20:32 dion Exp $
*/
public class ProjectProperties
extends ProjectExecutor
@@ -285,10 +285,12 @@
}
/**
- * Create the source directories reference.
+ * Create an Ant <code>{@link Path}</code> in the current project
+ * using the specified <code>reference</code> as the name. The path
+ * is made up of all directories in the <code>directories</code> list.
*
- * @param reference
- * @param directories
+ * @param reference name of the property in the project to set
+ * @param directories a {@link List} of directories
*/
private void createPathReference(String reference, List directories)
{
@@ -307,7 +309,7 @@
getProject().addReference(reference, srcSet);
}
-
+
/**
* Possibly sets <code>jar.resources.present</code> if there are
* resources, and sets the <code>jar.resources.set</code> list.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>