jvanzyl 2002/12/30 23:10:01
Modified: src/test/java/org/apache/maven MavenUtilsTest.java
Log:
refactoring
Revision Changes Path
1.8 +3 -3
jakarta-turbine-maven/src/test/java/org/apache/maven/MavenUtilsTest.java
Index: MavenUtilsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/test/java/org/apache/maven/MavenUtilsTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MavenUtilsTest.java 10 Dec 2002 23:26:32 -0000 1.7
+++ MavenUtilsTest.java 31 Dec 2002 07:10:01 -0000 1.8
@@ -26,12 +26,12 @@
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
- * "Apache Maven" must not be used to endorse or promote products
+ * "Apache MavenSession" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
- * "Apache Maven", nor may "Apache" appear in their name, without
+ * "Apache MavenSession", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -188,7 +188,7 @@
public void testMavenPropertiesLoading()
{
- // Mimic Maven properties loading. Properties listed
+ // Mimic MavenSession properties loading. Properties listed
// in dominant order.
Properties systemProperties = new Properties();
Properties userBuildProperties = new Properties();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>