You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2006/03/15 00:17:07 UTC

svn commit: r385924 - in /jakarta/commons/proper/codec/trunk: maven.xml project.properties project.xml xdocs/navigation.xml xdocs/style/project.css

Author: scolebourne
Date: Tue Mar 14 15:17:02 2006
New Revision: 385924

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

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

Modified: jakarta/commons/proper/codec/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/maven.xml?rev=385924&r1=385923&r2=385924&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/maven.xml (original)
+++ jakarta/commons/proper/codec/trunk/maven.xml Tue Mar 14 15:17:02 2006
@@ -15,23 +15,6 @@
 -->
 <project default="java: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                                     -->
-  <!-- ================================================================== -->
-  
   <preGoal name="dist:build-bin">
     
     <copy todir="${maven.build.dir}/${maven.final.name}/bin/${maven.final.name}">

Modified: jakarta/commons/proper/codec/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/project.properties?rev=385924&r1=385923&r2=385924&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.properties (original)
+++ jakarta/commons/proper/codec/trunk/project.properties Tue Mar 14 15:17:02 2006
@@ -31,7 +31,6 @@
 maven.junit.fork=true
 maven.linkcheck.enable=false
 
-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
@@ -50,7 +49,7 @@
 maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
 
 maven.jdiff.old.tag = CODEC_1_2
-#maven.jdiff.new.tag = HEAD
+#maven.jdiff.new.tag = CURRENT
 #maven.jdiff.new.tag = CODEC_1_3_RC1
 maven.jdiff.new.tag = CODEC_1_3
 

Modified: jakarta/commons/proper/codec/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/project.xml?rev=385924&r1=385923&r2=385924&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.xml (original)
+++ jakarta/commons/proper/codec/trunk/project.xml Tue Mar 14 15:17:02 2006
@@ -29,8 +29,8 @@
    collection of phonetic encoding utilities.
   </description>
     <logo>/images/logo.png</logo>
-    <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
-    <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
+    <url>http://jakarta.apache.org/commons/codec/</url>
+    <package>org.apache.commons.codec</package>
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://jakarta.apache.org</url>
@@ -45,12 +45,12 @@
     </licenses>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
-    <siteAddress>jakarta.apache.org</siteAddress>
-    <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
-    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
+    <siteAddress>people.apache.org</siteAddress>
+    <siteDirectory>/www/jakarta.apache.org/commons/codec/</siteDirectory>
+    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/codec/</distributionDirectory>
     <repository>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
-        <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</connection>
+        <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</url>
     </repository>
     <mailingLists>
         <mailingList>
@@ -184,25 +184,30 @@
         </contributor>
     </contributors>
     <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <url>http://www.junit.org</url>
-            <properties>
-              <scope>test</scope>
-            </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>
-              <comment>Site generation</comment>
-            </properties>
-        </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.1</version>
+        <properties>
+         <scope>test</scope>
+         <comment>
+          Required only for testing.
+         </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>
     <issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
     <build>
@@ -231,23 +236,14 @@
         </unitTest>
     </build>
     <reports>
-        <report>maven-changes-plugin</report>
-        <report>maven-changelog-plugin</report>
-        <report>maven-checkstyle-plugin</report>
-        <!--   <report>maven-clover-plugin</report> -->
-        <report>maven-cobertura-plugin</report>
-        <report>maven-developer-activity-plugin</report>
-        <report>maven-file-activity-plugin</report>
-        <!--   <report>maven-findbugs-plugin</report> -->
-        <report>maven-javadoc-plugin</report>
-        <report>maven-jdepend-plugin</report>
-        <report>maven-jdiff-plugin</report>
-        <report>maven-junit-report-plugin</report>
-        <report>maven-jxr-plugin</report>
-        <report>maven-license-plugin</report>
-        <!--   <report>maven-linkcheck-plugin</report> -->
-        <!--   <report>maven-jellydoc-plugin</report> -->
-        <!--   <report>maven-statcvs-plugin</report> -->
-        <!--   <report>maven-tasklist-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>
     </reports>
 </project>

Modified: jakarta/commons/proper/codec/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/xdocs/navigation.xml?rev=385924&r1=385923&r2=385924&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/codec/trunk/xdocs/navigation.xml Tue Mar 14 15:17:02 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="Codec">
 
   <title>Codec</title>
@@ -33,7 +33,7 @@
       <item name="Release Notes" href="/changes-report.html"/>          
     </menu>
     
-    &common-menus;
+    &commons;
 
   </body>
 </project>

Modified: jakarta/commons/proper/codec/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/xdocs/style/project.css?rev=385924&r1=385923&r2=385924&view=diff
==============================================================================
Binary files - no diff available.



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