You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/01/25 12:37:45 UTC

svn commit: r126375 - in maven/maven-1/core/trunk: . src/test/touchstone-build src/test/touchstone-build/src/test/org/apache/maven/touchstone

Author: brett
Date: Tue Jan 25 03:37:39 2005
New Revision: 126375

URL: http://svn.apache.org/viewcvs?view=rev&rev=126375
Log:
update dependencies
Modified:
   maven/maven-1/core/trunk/project.properties
   maven/maven-1/core/trunk/src/test/touchstone-build/project.properties
   maven/maven-1/core/trunk/src/test/touchstone-build/project.xml
   maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java

Modified: maven/maven-1/core/trunk/project.properties
Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?view=diff&rev=126375&p1=maven/maven-1/core/trunk/project.properties&r1=126374&p2=maven/maven-1/core/trunk/project.properties&r2=126375
==============================================================================
--- maven/maven-1/core/trunk/project.properties	(original)
+++ maven/maven-1/core/trunk/project.properties	Tue Jan 25 03:37:39 2005
@@ -22,6 +22,9 @@
 maven.build.dir = ${basedir}/target
 maven.gen.docs = ${maven.build.dir}/generated-xdocs
 
+# TODO: remove cvs repository, just there for SNAPSHOTs
+maven.repo.remote = http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
+
 # We are targetting the 1.3 JVM and above
 #maven.compile.target=1.3
 maven.compile.source=1.3

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/project.properties
Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/project.properties?view=diff&rev=126375&p1=maven/maven-1/core/trunk/src/test/touchstone-build/project.properties&r1=126374&p2=maven/maven-1/core/trunk/src/test/touchstone-build/project.properties&r2=126375
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/project.properties	(original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/project.properties	Tue Jan 25 03:37:39 2005
@@ -49,3 +49,7 @@
 maven.jar.maven = ${maven.home}/lib/maven.jar
 
 maven.username=maven
+
+# TODO: remove cvs repository, just there for SNAPSHOTs
+maven.repo.remote = http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
+

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/project.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/project.xml?view=diff&rev=126375&p1=maven/maven-1/core/trunk/src/test/touchstone-build/project.xml&r1=126374&p2=maven/maven-1/core/trunk/src/test/touchstone-build/project.xml&r2=126375
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/project.xml	(original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/project.xml	Tue Jan 25 03:37:39 2005
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>maven</groupId>
       <artifactId>maven-model</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>3.0.0-SNAPSHOT</version>
     </dependency>
     <!-- 
       |

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java
Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java?view=diff&rev=126375&p1=maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java&r1=126374&p2=maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java&r2=126375
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java	(original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/src/test/org/apache/maven/touchstone/TouchstoneTest.java	Tue Jan 25 03:37:39 2005
@@ -1,57 +1,20 @@
 package org.apache.maven.touchstone;
 
 /* ====================================================================
- * The Apache Software License, Version 1.1
+ *   Copyright 2001-2005 The Apache Software Foundation.
  *
- * Copyright (c) 2002 The Apache Software Foundation.  All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- *    if any, must include the following acknowledgment:
- *       "This product includes software developed by the
- *        Apache Software Foundation (http://www.apache.org/)."
- *    Alternately, this acknowledgment may appear in the software itself,
- *    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
- *    derived from this software without prior written permission. For
- *    written permission, please contact apache@apache.org.
- *
- * 5. Products derived from this software may not be called "Apache",
- *    "Apache Maven", 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
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
+ *   Licensed under the Apache License, Version 2.0 (the "License");
+ *   you may not use this file except in compliance with the License.
+ *   You may obtain a copy of the License at
+ *
+ *       http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *   limitations under the License.
  * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation.  For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
  */
 
 import java.io.File;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org