You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/12/12 23:15:33 UTC

svn commit: r486366 - in /jakarta/commons/sandbox: compress/trunk/project.properties csv/trunk/project.properties i18n/trunk/project.properties id/trunk/project.properties javaflow/trunk/project.properties proxy/trunk/project.properties

Author: bayard
Date: Tue Dec 12 14:15:32 2006
New Revision: 486366

URL: http://svn.apache.org/viewvc?view=rev&rev=486366
Log:
Setting the maven repo - apologies if this borks anything

Modified:
    jakarta/commons/sandbox/compress/trunk/project.properties
    jakarta/commons/sandbox/csv/trunk/project.properties
    jakarta/commons/sandbox/i18n/trunk/project.properties
    jakarta/commons/sandbox/id/trunk/project.properties
    jakarta/commons/sandbox/javaflow/trunk/project.properties
    jakarta/commons/sandbox/proxy/trunk/project.properties

Modified: jakarta/commons/sandbox/compress/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/compress/trunk/project.properties?view=diff&rev=486366&r1=486365&r2=486366
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/project.properties (original)
+++ jakarta/commons/sandbox/compress/trunk/project.properties Tue Dec 12 14:15:32 2006
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+maven.repo.remote=http://repo1.maven.org/maven
+
 maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png

Modified: jakarta/commons/sandbox/csv/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/project.properties?view=diff&rev=486366&r1=486365&r2=486366
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/project.properties (original)
+++ jakarta/commons/sandbox/csv/trunk/project.properties Tue Dec 12 14:15:32 2006
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+maven.repo.remote=http://repo1.maven.org/maven
+
 maven.compile.source=1.2
 maven.compile.target=1.2
 

Modified: jakarta/commons/sandbox/i18n/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/i18n/trunk/project.properties?view=diff&rev=486366&r1=486365&r2=486366
==============================================================================
--- jakarta/commons/sandbox/i18n/trunk/project.properties (original)
+++ jakarta/commons/sandbox/i18n/trunk/project.properties Tue Dec 12 14:15:32 2006
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+maven.repo.remote=http://repo1.maven.org/maven
+
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 maven.javadoc.author=false
 maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api

Modified: jakarta/commons/sandbox/id/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/id/trunk/project.properties?view=diff&rev=486366&r1=486365&r2=486366
==============================================================================
--- jakarta/commons/sandbox/id/trunk/project.properties (original)
+++ jakarta/commons/sandbox/id/trunk/project.properties Tue Dec 12 14:15:32 2006
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+maven.repo.remote=http://repo1.maven.org/maven
+
 maven.checkstyle.properties = checkstyle.xml
 
 # uncomment the next line to work in offline mode (no jar download & no linkcheck)

Modified: jakarta/commons/sandbox/javaflow/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/project.properties?view=diff&rev=486366&r1=486365&r2=486366
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/project.properties (original)
+++ jakarta/commons/sandbox/javaflow/trunk/project.properties Tue Dec 12 14:15:32 2006
@@ -1,3 +1,5 @@
+maven.repo.remote=http://repo1.maven.org/maven
+
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.username = ${user.name}

Modified: jakarta/commons/sandbox/proxy/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/proxy/trunk/project.properties?view=diff&rev=486366&r1=486365&r2=486366
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/project.properties (original)
+++ jakarta/commons/sandbox/proxy/trunk/project.properties Tue Dec 12 14:15:32 2006
@@ -1,21 +1,25 @@
-#   Copyright 2005 The Apache Software Foundation
-#
-#   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
-#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You 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.
+# 
+#  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.
 
 ######################################################################
 # Properties that override Maven build defaults
 # $Id$
 ######################################################################
+
+maven.repo.remote=http://repo1.maven.org/maven
+
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 ######################################################################



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