Author: dirkv
Date: Sun Jan 30 14:14:33 2005
New Revision: 149168
URL: http://svn.apache.org/viewcvs?view=rev&rev=149168
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/clazz/trunk/project.properties
jakarta/commons/sandbox/clazz/trunk/project.xml
jakarta/commons/sandbox/clazz/trunk/xdocs/navigation.xml
Modified: jakarta/commons/sandbox/clazz/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/clazz/trunk/project.properties?view=diff&r1=149167&r2=149168
==============================================================================
--- jakarta/commons/sandbox/clazz/trunk/project.properties (original)
+++ jakarta/commons/sandbox/clazz/trunk/project.properties Sun Jan 30 14:14:33
2005
@@ -12,10 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-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
maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
Modified: jakarta/commons/sandbox/clazz/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/clazz/trunk/project.xml?view=diff&r1=149167&r2=149168
==============================================================================
--- jakarta/commons/sandbox/clazz/trunk/project.xml (original)
+++ jakarta/commons/sandbox/clazz/trunk/project.xml Sun Jan 30 14:14:33 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 Clazz</name>
<id>commons-clazz</id>
Modified: jakarta/commons/sandbox/clazz/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/clazz/trunk/xdocs/navigation.xml?view=diff&r1=149167&r2=149168
==============================================================================
--- jakarta/commons/sandbox/clazz/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/clazz/trunk/xdocs/navigation.xml Sun Jan 30
14:14:33 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 Clazz">
<title>Commons Clazz</title>
<body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]