You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/10/26 21:49:50 UTC

svn commit: r328720 - /geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties

Author: sppatel
Date: Wed Oct 26 12:49:47 2005
New Revision: 328720

URL: http://svn.apache.org/viewcvs?rev=328720&view=rev
Log:
specify remote server info

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties?rev=328720&r1=328719&r2=328720&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/etc/project.properties Wed Oct 26 12:49:47 2005
@@ -1,3 +1,16 @@
+maven.username=${user.name}
+maven.repo.central=apache.org
+maven.repo.central.directory=/www/cvs.apache.org/repository
+
+maven.repo.remote=\
+http://cvs.apache.org/repository,\
+http://dist.codehaus.org,\
+http://www.mortbay.org/maven,\
+http://www.ibiblio.org/maven,\
+http://people.apache.org/~jgenender/maven
+
+maven.remote.group=apcvs
+
 eclipse.home=C:/eclipse/
 eclipse.home.plugins=${eclipse.home}/plugins
 maven.eclipse.buildcommands=org.eclipse.pde.ManifestBuilder,org.eclipse.pde.SchemaBuilder