Author: rahul
Date: Tue Jun 20 08:03:24 2006
New Revision: 415690
URL: http://svn.apache.org/viewvc?rev=415690&view=rev
Log:
Remove commons-build dependency on site building. Thanks to Stephen.
Added:
jakarta/commons/proper/scxml/trunk/xdocs/style/
jakarta/commons/proper/scxml/trunk/xdocs/style/project.css (with props)
Modified:
jakarta/commons/proper/scxml/trunk/project.properties
jakarta/commons/proper/scxml/trunk/project.xml
jakarta/commons/proper/scxml/trunk/xdocs/building.xml
jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml
Modified: jakarta/commons/proper/scxml/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/project.properties?rev=415690&r1=415689&r2=415690&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/project.properties (original)
+++ jakarta/commons/proper/scxml/trunk/project.properties Tue Jun 20 08:03:24 2006
@@ -1,4 +1,4 @@
-# Copyright 2005 The Apache Software Foundation
+# Copyright 2005-2006 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-maven.xdoc.jsl=../commons-build/commons-site.jsl
maven.xdoc.date=left
maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
Modified: jakarta/commons/proper/scxml/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/project.xml?rev=415690&r1=415689&r2=415690&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/project.xml (original)
+++ jakarta/commons/proper/scxml/trunk/project.xml Tue Jun 20 08:03:24 2006
@@ -30,9 +30,9 @@
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<organization>
- <name>The Apache Software Foundation</name>
- <url>http://jakarta.apache.org</url>
- <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+ <name>The Apache Software Foundation</name>
+ <url>http://jakarta.apache.org</url>
+ <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
</organization>
<licenses>
<license>
Modified: jakarta/commons/proper/scxml/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/xdocs/building.xml?rev=415690&r1=415689&r2=415690&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/building.xml (original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/building.xml Tue Jun 20 08:03:24 2006
@@ -39,10 +39,7 @@
The result will be in "target/docs/apidocs".
</p>
<p>
- To build the full website, run "maven site". You will need to fetch the
- <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/">commons-build</a>
- directory to build the full website, and place it as a sibling directory of
- SCXML's root directory. The result will be in "target/docs".
+ To build the full website, run "maven site". The result will be in "target/docs".
</p>
<p>
To build the site, you need Maven 1.0.2 and version 1.9.2 of the maven-xdoc-plugin installed.
Modified: jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml?rev=415690&r1=415689&r2=415690&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml Tue Jun 20 08:03:24 2006
@@ -14,7 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM
+ 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
<project name="Commons SCXML">
<title>Commons SCXML</title>
@@ -115,7 +116,7 @@
</menu>
- &common-menus;
+ &commons;
</body>
Added: jakarta/commons/proper/scxml/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/xdocs/style/project.css?rev=415690&view=auto
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/style/project.css (added)
+++ jakarta/commons/proper/scxml/trunk/xdocs/style/project.css Tue Jun 20 08:03:24 2006
@@ -0,0 +1,17 @@
+/*
+ *
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+@import url("http://jakarta.apache.org/style/jakarta-maven.css");
Propchange: jakarta/commons/proper/scxml/trunk/xdocs/style/project.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/scxml/trunk/xdocs/style/project.css
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|