You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/07/10 13:50:06 UTC

svn commit: r420501 - in /jakarta/commons/proper/attributes/trunk: maven.xml project.properties project.xml site/project.properties site/xdocs/navigation.xml site/xdocs/style/ site/xdocs/style/project.css

Author: dennisl
Date: Mon Jul 10 04:50:05 2006
New Revision: 420501

URL: http://svn.apache.org/viewvc?rev=420501&view=rev
Log:
Remove the dependency on commons-build (see http://wiki.apache.org/jakarta-commons/MavenWebsiteStucture)

Added:
    jakarta/commons/proper/attributes/trunk/site/xdocs/style/
    jakarta/commons/proper/attributes/trunk/site/xdocs/style/project.css   (with props)
Modified:
    jakarta/commons/proper/attributes/trunk/maven.xml
    jakarta/commons/proper/attributes/trunk/project.properties
    jakarta/commons/proper/attributes/trunk/project.xml
    jakarta/commons/proper/attributes/trunk/site/project.properties
    jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml

Modified: jakarta/commons/proper/attributes/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/maven.xml?rev=420501&r1=420500&r2=420501&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/maven.xml (original)
+++ jakarta/commons/proper/attributes/trunk/maven.xml Mon Jul 10 04:50:05 2006
@@ -27,23 +27,6 @@
     
     <property name="javadoc14.jar" value="${maven.repo.local}/javadoc/jars/javadoc-1.4.jar"/>
     
-    <!-- ================================================================== -->
-    <!-- START : C O M M O N S - B U I L D                                  -->
-    <!-- ================================================================== -->
-    <!-- Required: Look and Feel for documentation within distributions     -->
-    <!-- ================================================================== -->
-    <postGoal name="xdoc:copy-resources">  
-        <copy todir="${basedir}/target/docs/style/" failonerror="false">
-            <fileset dir="${basedir}/../../commons-build/xdocs/style">
-                <include name='**/*'/>
-                <exclude name='**/CVS/**'/>
-            </fileset>
-        </copy>
-    </postGoal>
-    <!-- ================================================================== -->
-    <!-- END: C O M M O N S - B U I L D                                     -->
-    <!-- ================================================================== -->
-    
     <goal name="attributes:help"
         description="Print some help.">
         <echo><![CDATA[

Modified: jakarta/commons/proper/attributes/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/project.properties?rev=420501&r1=420500&r2=420501&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.properties (original)
+++ jakarta/commons/proper/attributes/trunk/project.properties Mon Jul 10 04:50:05 2006
@@ -55,7 +55,6 @@
 ######################################################################
 # commons site L&F
 ######################################################################
-maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png
 maven.xdoc.version=${pom.currentVersion}

Modified: jakarta/commons/proper/attributes/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/project.xml?rev=420501&r1=420500&r2=420501&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/project.xml Mon Jul 10 04:50:05 2006
@@ -27,7 +27,7 @@
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://jakarta.apache.org/</url>
-        <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+        <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
     </organization>
     
     <currentVersion>2.2</currentVersion>

Modified: jakarta/commons/proper/attributes/trunk/site/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/project.properties?rev=420501&r1=420500&r2=420501&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/project.properties (original)
+++ jakarta/commons/proper/attributes/trunk/site/project.properties Mon Jul 10 04:50:05 2006
@@ -16,7 +16,6 @@
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
-maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png
 maven.xdoc.version=${pom.currentVersion}

Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml?rev=420501&r1=420500&r2=420501&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml Mon Jul 10 04:50:05 2006
@@ -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 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
 <project name="Commons&#xA0;Attributes">
     <title>Commons&#xA0;Attributes</title>
     <body>
@@ -42,6 +42,6 @@
             <item name="Developers" href="/team-list.html"/>
             <item name="Issue Tracking" href="/issue-tracking.html"/>
         </menu>
-        &common-menus;
+        &commons;
     </body>
 </project>

Added: jakarta/commons/proper/attributes/trunk/site/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/xdocs/style/project.css?rev=420501&view=auto
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/xdocs/style/project.css (added)
+++ jakarta/commons/proper/attributes/trunk/site/xdocs/style/project.css Mon Jul 10 04:50:05 2006
@@ -0,0 +1 @@
+@import url("http://jakarta.apache.org/style/jakarta-maven.css");
\ No newline at end of file

Propchange: jakarta/commons/proper/attributes/trunk/site/xdocs/style/project.css
------------------------------------------------------------------------------
    svn:eol-style = native



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