dion 2003/08/24 21:26:54
Modified: src/java/org/apache/maven/project Dependency.java
Log:
Trailing spaces
Revision Changes Path
1.38 +3 -3 maven/src/java/org/apache/maven/project/Dependency.java
Index: Dependency.java
===================================================================
RCS file: /home/cvs/maven/src/java/org/apache/maven/project/Dependency.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Dependency.java 19 Aug 2003 04:29:25 -0000 1.37
+++ Dependency.java 25 Aug 2003 04:26:54 -0000 1.38
@@ -349,7 +349,7 @@
/**
* Usually only jars and ejbs are added to the classpath
- *
+ *
* @return true if the given dependency belongs on the classpath
*/
public boolean isAddedToClasspath()
@@ -357,7 +357,7 @@
String artifactType = type.getType();
return artifactType.equals("jar") || artifactType.equalsIgnoreCase("ejb");
}
-
+
/**
* @return true if the dependency is a maven plugin
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]