Author: akarasulu Date: Sat Dec 18 18:23:55 2004 New Revision: 122730 URL: http://svn.apache.org/viewcvs?view=rev&rev=122730 Log: Changes ...
o added props for new scp mech to naming, janus and kerberos o ignoring some compilation byproducts in janus Modified: incubator/directory/eve/trunk/ (props changed) incubator/directory/janus/trunk/core/impl/ (props changed) incubator/directory/janus/trunk/jdbc/ (props changed) incubator/directory/janus/trunk/project.properties incubator/directory/janus/trunk/script/ (props changed) incubator/directory/kerberos/trunk/ (props changed) incubator/directory/kerberos/trunk/project.properties incubator/directory/naming/trunk/project.properties Modified: incubator/directory/janus/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/project.properties?view=diff&rev=122730&p1=incubator/directory/janus/trunk/project.properties&r1=122729&p2=incubator/directory/janus/trunk/project.properties&r2=122730 ============================================================================== --- incubator/directory/janus/trunk/project.properties (original) +++ incubator/directory/janus/trunk/project.properties Sat Dec 18 18:23:55 2004 @@ -12,3 +12,9 @@ maven.multiproject.includes = **/project.xml +maven.repo.list=apachecvs +maven.repo.apachecvs=scp://cvs.apache.org +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository +maven.repo.apachecvs.group=apcvs + + Modified: incubator/directory/kerberos/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/project.properties?view=diff&rev=122730&p1=incubator/directory/kerberos/trunk/project.properties&r1=122729&p2=incubator/directory/kerberos/trunk/project.properties&r2=122730 ============================================================================== --- incubator/directory/kerberos/trunk/project.properties (original) +++ incubator/directory/kerberos/trunk/project.properties Sat Dec 18 18:23:55 2004 @@ -9,8 +9,10 @@ # maven.repo.remote=http://cvs.apache.org/repository, http://ibiblio.org/maven -maven.repo.central=minotaur.apache.org -maven.repo.central.directory=/www/cvs.apache.org/repository -maven.remote.group=apcvs - maven.multiproject.includes=**/project.xml +maven.repo.list=apachecvs +maven.repo.apachecvs=scp://cvs.apache.org +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository +maven.repo.apachecvs.group=apcvs + + Modified: incubator/directory/naming/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/project.properties?view=diff&rev=122730&p1=incubator/directory/naming/trunk/project.properties&r1=122729&p2=incubator/directory/naming/trunk/project.properties&r2=122730 ============================================================================== --- incubator/directory/naming/trunk/project.properties (original) +++ incubator/directory/naming/trunk/project.properties Sat Dec 18 18:23:55 2004 @@ -8,3 +8,10 @@ maven.multiproject.type=jar maven.multiproject.includes=*/project.xml maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory + +maven.repo.list=apachecvs +maven.repo.apachecvs=scp://cvs.apache.org +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository +maven.repo.apachecvs.group=apcvs + +
