You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/01/30 23:11:27 UTC

svn commit: r149167 - in jakarta/commons/sandbox/cache/trunk: project.properties project.xml xdocs/navigation.xml

Author: dirkv
Date: Sun Jan 30 14:11:26 2005
New Revision: 149167

URL: http://svn.apache.org/viewcvs?view=rev&rev=149167
Log:
using svn:externals the commons-build directory is included into trunks-sandbox, this removes the dependency on the ../jakarta-commons/ directory path

Modified:
    jakarta/commons/sandbox/cache/trunk/project.properties
    jakarta/commons/sandbox/cache/trunk/project.xml
    jakarta/commons/sandbox/cache/trunk/xdocs/navigation.xml

Modified: jakarta/commons/sandbox/cache/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/cache/trunk/project.properties?view=diff&r1=149166&r2=149167
==============================================================================
--- jakarta/commons/sandbox/cache/trunk/project.properties (original)
+++ jakarta/commons/sandbox/cache/trunk/project.properties Sun Jan 30 14:11:26 2005
@@ -14,9 +14,9 @@
 
 ######################################################################
 # Properties that override Maven build defaults
-# $Id: project.properties,v 1.3 2004/05/30 21:02:41 dirkv Exp $
+# $Id$
 ######################################################################
-
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 
 ######################################################################
@@ -42,11 +42,12 @@
 ######################################################################
 # commons site L&F
 ######################################################################
-maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
+maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+maven.xdoc.includeProjectDocumentation=yes
 
 # once we create a theme url it should go here.
 #maven.xdoc.theme.url=????

Modified: jakarta/commons/sandbox/cache/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/cache/trunk/project.xml?view=diff&r1=149166&r2=149167
==============================================================================
--- jakarta/commons/sandbox/cache/trunk/project.xml (original)
+++ jakarta/commons/sandbox/cache/trunk/project.xml Sun Jan 30 14:11:26 2005
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <project>
-  <extend>../sandbox-build/project.xml</extend>
+  <extend>../commons-build/sandbox-project.xml</extend>
   <name>Commons Cache</name>
   <id>commons-cache</id>
   

Modified: jakarta/commons/sandbox/cache/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/cache/trunk/xdocs/navigation.xml?view=diff&r1=149166&r2=149167
==============================================================================
--- jakarta/commons/sandbox/cache/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/cache/trunk/xdocs/navigation.xml Sun Jan 30 14:11:26 2005
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<!DOCTYPE org.apache.commons.menus SYSTEM '../../../jakarta-commons/commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
 <project name="Commons&#xA0;Cache">
   <title>Commons&#xA0;Cache</title>
   <body>



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