Author: aheritier Date: Tue Apr 18 08:10:12 2006 New Revision: 394962 URL: http://svn.apache.org/viewcvs?rev=394962&view=rev Log: Use the new layout for directories in the bootstrap. From now we have subdirectories for plugins and core directly at the same level using the trunks shortcut in SVN.
Modified: maven/maven-1/core/trunk/project.properties Modified: maven/maven-1/core/trunk/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?rev=394962&r1=394961&r2=394962&view=diff ============================================================================== --- maven/maven-1/core/trunk/project.properties (original) +++ maven/maven-1/core/trunk/project.properties Tue Apr 18 08:10:12 2006 @@ -107,7 +107,7 @@ #===== # PDF plugin settings #===== -maven.pdf.companyLogo=/images/apache-maven-project.jpg +maven.pdf.companyLogo=${basedir}/images/apache-maven-project.jpg #===== # PMD / CPD plugin settings @@ -177,7 +177,7 @@ #===== maven.bootstrap.plugins = clean/**,jar/**,java/**,license/**,plugin/**,test/** maven.bootstrap.test.plugins = true -maven.plugins.directory = ${basedir}/../../plugins/trunk +maven.plugins.directory = ${basedir}/../plugins maven.plugins.profile = plugin-profile.xml # Plugins to bundle in maven maven.plugins.includes = */project.xml @@ -185,7 +185,6 @@ maven.get.jars.baseUrl = http://www.ibiblio.org/maven # can't go under target, currently cleans stuff that is needed -#maven.bootstrap.dir = ${basedir}/target/bootstrap maven.bootstrap.dir = ${basedir}/bootstrap # ------------------------------------------------------------------------------