Author: scolebourne
Date: Sun Mar 12 15:47:37 2006
New Revision: 385393

URL: http://svn.apache.org/viewcvs?rev=385393&view=rev
Log:
Remove direct dependency on commons-build

Modified:
    jakarta/commons/proper/primitives/trunk/maven.xml
    jakarta/commons/proper/primitives/trunk/project.properties
    jakarta/commons/proper/primitives/trunk/project.xml
    jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml
    jakarta/commons/proper/primitives/trunk/xdocs/style/project.css

Modified: jakarta/commons/proper/primitives/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/maven.xml?rev=385393&r1=385392&r2=385393&view=diff
==============================================================================
--- jakarta/commons/proper/primitives/trunk/maven.xml (original)
+++ jakarta/commons/proper/primitives/trunk/maven.xml Sun Mar 12 15:47:37 2006
@@ -1,5 +1,5 @@
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2003-2004,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.
@@ -15,27 +15,4 @@
 -->
 <project default="java:jar" xmlns:j="jelly:core">
 
-  <!-- ================================================================== -->
-  <!-- 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                                     -->
-  <!-- ================================================================== -->
-  
-    <postGoal name="xdoc:register-reports"> 
-        <attainGoal name="maven-checkstyle-plugin:deregister"/> 
-        <attainGoal name="maven-linkcheck-plugin:deregister"/> 
-        <attainGoal name="maven-clover-plugin:register"/> 
-    </postGoal> 
-    
 </project>

Modified: jakarta/commons/proper/primitives/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/project.properties?rev=385393&r1=385392&r2=385393&view=diff
==============================================================================
--- jakarta/commons/proper/primitives/trunk/project.properties (original)
+++ jakarta/commons/proper/primitives/trunk/project.properties Sun Mar 12 
15:47:37 2006
@@ -1,4 +1,4 @@
-#   Copyright 2003-2005 The Apache Software Foundation
+#   Copyright 2003-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.
@@ -14,7 +14,6 @@
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
-maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html

Modified: jakarta/commons/proper/primitives/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/project.xml?rev=385393&r1=385392&r2=385393&view=diff
==============================================================================
--- jakarta/commons/proper/primitives/trunk/project.xml (original)
+++ jakarta/commons/proper/primitives/trunk/project.xml Sun Mar 12 15:47:37 2006
@@ -112,10 +112,10 @@
       <url>http://www.junit.org/</url>
       <properties>
         <scope>test</scope>
-          <comment>
+        <comment>
               &lt;strong&gt;Test Only&lt;/strong&gt; - required only for
               running the Primitives unit tests
-          </comment>
+        </comment>
       </properties>
     </dependency>
     <dependency>
@@ -125,10 +125,21 @@
       <url>http://jakarta.apache.org/commons/collections/</url>
       <properties>
         <scope>test</scope>
-          <comment>
+        <comment>
               &lt;strong&gt;Test Only&lt;/strong&gt; - required only for
               running the Primitives unit tests
-          </comment>
+        </comment>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>maven-plugins</groupId>
+      <artifactId>maven-cobertura-plugin</artifactId>
+      <version>1.1.1</version>
+      <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
+      <type>plugin</type>
+      <properties>
+       <scope>test</scope>
+       <comment>Required only for generating test coverage reports.</comment>
       </properties>
     </dependency>
   </dependencies>
@@ -145,16 +156,21 @@
   </build>
 
   <reports>
-       <report>maven-changelog-plugin</report>
-       <report>maven-changes-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-    <report>maven-jdepend-plugin</report>
-    <report>maven-junit-report-plugin</report>
-    <report>maven-jxr-plugin</report>
-    <report>maven-license-plugin</report>
-    <report>maven-tasklist-plugin</report>
+      <!--report>maven-changelog-plugin</report-->
+      <!--report>maven-developer-activity-plugin</report-->
+      <!--report>maven-file-activity-plugin</report-->
+      <report>maven-changes-plugin</report>
+      <report>maven-checkstyle-plugin</report>
+      <report>maven-javadoc-plugin</report>
+      <report>maven-jdepend-plugin</report>
+      <report>maven-junit-report-plugin</report>
+      <report>maven-jxr-plugin</report>
+      <report>maven-license-plugin</report>
+      <report>maven-cobertura-plugin</report>
+      <report>maven-jdiff-plugin</report>
+      <report>maven-pmd-plugin</report>
+      <!--report>maven-linkcheck-plugin</report-->
+      <!--report>maven-tasklist-plugin</report-->
   </reports>
 
 </project>

Modified: jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml?rev=385393&r1=385392&r2=385393&view=diff
==============================================================================
--- jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/primitives/trunk/xdocs/navigation.xml Sun Mar 12 
15:47:37 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 
'../../commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM 
'http://jakarta.apache.org/commons/build/maven-build.dtd'>
 <project name="Primitives">
 
   <title>Primitives</title>
@@ -42,7 +42,7 @@
       <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
     </menu>
 
-    &common-menus;
+    &commons;
 
   </body>
 </project>

Modified: jakarta/commons/proper/primitives/trunk/xdocs/style/project.css
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/xdocs/style/project.css?rev=385393&r1=385392&r2=385393&view=diff
==============================================================================
--- jakarta/commons/proper/primitives/trunk/xdocs/style/project.css (original)
+++ jakarta/commons/proper/primitives/trunk/xdocs/style/project.css Sun Mar 12 
15:47:37 2006
@@ -1,10 +1 @@
-#banner, #banner td { 
- background: #fff;
- color: #000;
-}
-
-#banner td { 
- height: 100%;
- vertical-align: middle;
-}
-
[EMAIL PROTECTED] url("http://jakarta.apache.org/style/jakarta-maven.css";);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to