You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2004/08/17 17:38:48 UTC

cvs commit: jakarta-commons/digester maven.xml

mdiggory    2004/08/17 08:38:48

  Modified:    discovery maven.xml
               configuration maven.xml
               beanutils maven.xml
               validator maven.xml
               httpclient maven.xml
               primitives maven.xml
               io       maven.xml
               attributes maven.xml
               modeler  maven.xml
               jxpath   maven.xml
               cli      maven.xml
               math     maven.xml
               betwixt  maven.xml
               dbcp     maven.xml
               net      maven.xml
               pool     maven.xml
               codec    maven.xml
               el       maven.xml
               lang     maven.xml
               logging  maven.xml
               collections maven.xml
               digester maven.xml
  Added:       daemon   maven.xml
               fileupload maven.xml
               chain    maven.xml
               jexl     maven.xml
               latka    maven.xml
               dbutils  maven.xml
               launcher maven.xml
  Log:
  Adding postGoal to copy css stylesheets from commons-build when site is generated. Please maintain this modification for consistent look and feel across commons subprojects.
  
  Revision  Changes    Path
  1.6       +17 -0     jakarta-commons/discovery/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/discovery/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml	27 Feb 2004 23:36:55 -0000	1.5
  +++ maven.xml	17 Aug 2004 15:38:43 -0000	1.6
  @@ -18,6 +18,23 @@
   <project default="java:jar" xmlns:j="jelly:core" xmlns:ant="jelly:ant"
       xmlns:maven="jelly:maven">
   
  +  <!-- ================================================================== -->
  +  <!-- 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="test:test">
           <ant:property name="test.dest"
  
  
  
  1.1                  jakarta-commons/daemon/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.3       +18 -0     jakarta-commons/configuration/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/configuration/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	28 Mar 2004 16:01:29 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:43 -0000	1.3
  @@ -17,6 +17,24 @@
   -->
   
   <project default="jar: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                                     -->
  +  <!-- ================================================================== -->
  +  
     <!-- NonStringTestHolder.java contains tests shared by JUnit and Cactus
     tests.  This ugly hack moves the src from /src/test to /src/test-cactus
     so the Cactus tests will compile.  Not sure what is worse, this hack, or
  
  
  
  1.3       +17 -0     jakarta-commons/beanutils/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	29 Feb 2004 21:17:51 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:44 -0000	1.3
  @@ -16,4 +16,21 @@
   <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                                     -->
  +  <!-- ================================================================== -->
  +  
   </project>
  
  
  
  1.7       +17 -0     jakarta-commons/validator/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	3 Apr 2004 21:35:31 -0000	1.6
  +++ maven.xml	17 Aug 2004 15:38:44 -0000	1.7
  @@ -16,6 +16,23 @@
   
   <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="xdoc:jelly-transform">
       <attainGoal name="html2xdoc"/>
     </preGoal>
  
  
  
  1.4       +17 -0     jakarta-commons/httpclient/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	24 Apr 2004 14:30:29 -0000	1.3
  +++ maven.xml	17 Aug 2004 15:38:44 -0000	1.4
  @@ -3,6 +3,23 @@
   
   <project>
   
  +  <!-- ================================================================== -->
  +  <!-- 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                                     -->
  +  <!-- ================================================================== -->
  +
     <!-- 
       Builds the HttpClient distribution.  Ensures that the site docs are included 
       in the dist. 
  
  
  
  1.1                  jakarta-commons/fileupload/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.5       +17 -0     jakarta-commons/primitives/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	25 Feb 2004 20:42:18 -0000	1.4
  +++ maven.xml	17 Aug 2004 15:38:44 -0000	1.5
  @@ -15,6 +15,23 @@
   -->
   <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"/> 
  
  
  
  1.1                  jakarta-commons/chain/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.2       +17 -0     jakarta-commons/io/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	26 Apr 2004 04:23:05 -0000	1.1
  +++ maven.xml	17 Aug 2004 15:38:44 -0000	1.2
  @@ -17,6 +17,23 @@
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
   
  +  <!-- ================================================================== -->
  +  <!-- 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                                     -->
  +  <!-- ================================================================== -->
  +
     <!-- ============== DIST ================== -->
     <!-- Copied from Commons-Collections        -->
     <postGoal name="dist:prepare-bin-filesystem">
  
  
  
  1.1                  jakarta-commons/jexl/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.6       +17 -0     jakarta-commons/attributes/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml	1 Aug 2004 21:13:58 -0000	1.5
  +++ maven.xml	17 Aug 2004 15:38:45 -0000	1.6
  @@ -27,6 +27,23 @@
       
       <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[
  
  
  
  1.2       +17 -0     jakarta-commons/modeler/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/modeler/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	23 Jul 2002 16:57:41 -0000	1.1
  +++ maven.xml	17 Aug 2004 15:38:45 -0000	1.2
  @@ -1,4 +1,21 @@
   <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                                     -->
  +  <!-- ================================================================== -->
  +  
   </project>
  
  
  
  1.1                  jakarta-commons/latka/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.4       +17 -0     jakarta-commons/jxpath/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	30 Jun 2004 00:30:01 -0000	1.3
  +++ maven.xml	17 Aug 2004 15:38:45 -0000	1.4
  @@ -16,4 +16,21 @@
   <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                                     -->
  +  <!-- ================================================================== -->
  +  
   </project>
  
  
  
  1.3       +20 -1     jakarta-commons/cli/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	22 Apr 2004 23:00:15 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:45 -0000	1.3
  @@ -13,4 +13,23 @@
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
  -<project default="jar:jar"/>
  +<project default="jar: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                                     -->
  +  <!-- ================================================================== -->
  +  
  +</project>
  
  
  
  1.1                  jakarta-commons/dbutils/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.8       +14 -7     jakarta-commons/math/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	17 Aug 2004 13:27:35 -0000	1.7
  +++ maven.xml	17 Aug 2004 15:38:46 -0000	1.8
  @@ -15,20 +15,27 @@
     -->
   <project xmlns:deploy="deploy" default="jar:jar" >
   
  -  <goal name="cut-math-release">
  -		<attainGoal name="convert-snapshots" />
  -		<attainGoal name="dist" />
  -  </goal>
  -  
  -  <!-- [Commons-Build] Required: Look and Feel for distributions -->
  +  <!-- ================================================================== -->
  +  <!-- 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/">
  +    <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="cut-math-release">
  +		<attainGoal name="convert-snapshots" />
  +		<attainGoal name="dist" />
  +  </goal>
     
     <preGoal name="dist:build-bin">  
       <copy todir="${maven.dist.bin.assembly.dir}">
  
  
  
  1.7       +17 -0     jakarta-commons/betwixt/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	29 Feb 2004 21:58:36 -0000	1.6
  +++ maven.xml	17 Aug 2004 15:38:46 -0000	1.7
  @@ -15,6 +15,23 @@
   -->
   <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                                     -->
  +  <!-- ================================================================== -->
  +
     <preGoal name="test:compile">
       
       <echo>Copying test resources ...</echo>
  
  
  
  1.5       +17 -0     jakarta-commons/dbcp/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	20 May 2004 18:59:24 -0000	1.4
  +++ maven.xml	17 Aug 2004 15:38:46 -0000	1.5
  @@ -17,6 +17,23 @@
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
   
  +  <!-- ================================================================== -->
  +  <!-- 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                                     -->
  +  <!-- ================================================================== -->
  +  
     <!-- ============== DIST ================== -->
     <!-- Copied from Commons-Collections        -->
     <postGoal name="dist:prepare-bin-filesystem">
  
  
  
  1.6       +17 -0     jakarta-commons/net/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml	26 Apr 2004 05:33:30 -0000	1.5
  +++ maven.xml	17 Aug 2004 15:38:46 -0000	1.6
  @@ -19,6 +19,23 @@
     xmlns:ant="jelly:ant">
   
     <!-- ================================================================== -->
  +  <!-- 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                                     -->
  +  <!-- ================================================================== -->
  +
  +  <!-- ================================================================== -->
     <!-- T E S T : F U N C T I O N A L                                      -->
     <!-- ================================================================== -->
     <!-- Run any tests with FunctionalTest as the suffix.  These are for    -->
  
  
  
  1.4       +17 -0     jakarta-commons/pool/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	20 May 2004 18:59:11 -0000	1.3
  +++ maven.xml	17 Aug 2004 15:38:46 -0000	1.4
  @@ -17,6 +17,23 @@
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
   
  +  <!-- ================================================================== -->
  +  <!-- 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                                     -->
  +  <!-- ================================================================== -->
  +
     <!-- ============== DIST ================== -->
     <!-- Copied from Commons-Collections        -->
     <postGoal name="dist:prepare-bin-filesystem">
  
  
  
  1.1                  jakarta-commons/launcher/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!--
     Copyright 2001-2004 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.
  -->
  <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                                     -->
    <!-- ================================================================== -->
    
  </project>
  
  
  
  1.3       +17 -0     jakarta-commons/codec/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	23 Feb 2004 07:32:49 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:47 -0000	1.3
  @@ -15,6 +15,23 @@
   -->
   <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}">
  
  
  
  1.3       +17 -0     jakarta-commons/el/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/el/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	25 Feb 2004 22:40:49 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:47 -0000	1.3
  @@ -16,4 +16,21 @@
   <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                                     -->
  +  <!-- ================================================================== -->
  +  
   </project>
  
  
  
  1.3       +17 -0     jakarta-commons/lang/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	18 Feb 2004 23:13:37 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:47 -0000	1.3
  @@ -16,4 +16,21 @@
   <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                                     -->
  +  <!-- ================================================================== -->
  +  
   </project>
  
  
  
  1.3       +17 -0     jakarta-commons/logging/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	28 Feb 2004 22:10:53 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:47 -0000	1.3
  @@ -19,4 +19,21 @@
   <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                                     -->
  +  <!-- ================================================================== -->
  +  
   </project>
  
  
  
  1.17      +17 -0     jakarta-commons/collections/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/maven.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- maven.xml	28 Jun 2004 23:22:22 -0000	1.16
  +++ maven.xml	17 Aug 2004 15:38:47 -0000	1.17
  @@ -21,6 +21,23 @@
       xmlns:util="jelly:util"
       xmlns:ant="jelly:ant">
   
  +  <!-- ================================================================== -->
  +  <!-- 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="clover:on">
       <j:set var="maven.junit.sysproperties" value="${maven.junit.sysproperties} org.apache.commons.collections:with-clover"/>
       <j:set var="org.apache.commons.collections:with-clover" value="true"/>
  
  
  
  1.3       +17 -0     jakarta-commons/digester/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	2 May 2004 06:38:18 -0000	1.2
  +++ maven.xml	17 Aug 2004 15:38:48 -0000	1.3
  @@ -1,5 +1,22 @@
   <project default="jar: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                                     -->
  +  <!-- ================================================================== -->
  +  
     <postGoal name="java:compile">
       
       <copy todir="${maven.build.dir}/test-classes/org/apache/commons/digester">
  
  
  

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