jvanzyl     2002/06/12 10:27:40

  Modified:    .        build-maven.xml project.xml
  Added:       .        LICENSE.txt
  Removed:     .        LICENSE
  Log:
  Making some updates in order to publish the Maven generated site.
  
  Revision  Changes    Path
  1.2       +137 -76   jakarta-bcel/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/build-maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-maven.xml   25 Mar 2002 17:49:44 -0000      1.1
  +++ build-maven.xml   12 Jun 2002 17:27:40 -0000      1.2
  @@ -17,82 +17,143 @@
     <!-- ================================================================== -->
     <!-- D E L E G A T O R S                                                -->
     <!-- ================================================================== -->
  -        
  -  <target 
  -    name="maven:site">
  -    <ant antfile="${maven.home}/build-docs.xml" target="site"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:jar">
  -    <ant antfile="${maven.home}/build-maven.xml" target="jar"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:install-jar">
  -    <ant antfile="${maven.home}/build-maven.xml" target="install-jar"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:env">
  -    <ant antfile="${maven.home}/build-maven.xml" target="env"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:docs">
  -    <ant antfile="${maven.home}/build-docs.xml" target="docs"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:test">
  -    <ant antfile="${maven.home}/build-test.xml" target="test"/>
  -  </target>
  -
  -  <target 
  -    name="maven:run-singletest">
  -    <ant antfile="${maven.home}/build-test.xml" target="run-singletest"/>
  -  </target>
  -
  -  <target 
  -    name="maven:clean">
  -    <ant antfile="${maven.home}/build-maven.xml" target="clean"/>
  -  </target>
  -        
  -  <target  
  -    name="maven:metrics">
  -    <ant antfile="${maven.home}/build-metrics.xml" target="metrics"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:dist">
  -    <ant antfile="${maven.home}/build-maven.xml" target="dist"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:deploy-site">
  -    <ant antfile="${maven.home}/build-docs.xml" target="deploy-site"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:gump-descriptor">
  -    <ant antfile="${maven.home}/build-maven.xml" target="gump-descriptor"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:javadocs">
  -    <ant antfile="${maven.home}/build-docs.xml" target="javadocs"/>
  -  </target>
  -        
  -  <target 
  -    name="maven:compile">
  -    <ant antfile="${maven.home}/build-maven.xml" target="compile"/>
  -  </target>
  -
  -  <target 
  -    name="maven:update-jars">
  -    <ant antfile="${maven.home}/build-maven.xml" target="update-jars"/>
  -  </target>
  -    
  +
  +    <target name="maven:gump-descriptor">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="gump-descriptor"/>
  +    </target>
  +
  +    <target name="maven:maven-update">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="maven-update"/>
  +    </target>
  +
  +    <target name="maven:update-jars">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="update-jars"/>
  +    </target>
  +
  +    <target name="maven:jar">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="jar"/>
  +    </target>
  +
  +    <target name="maven:docs-quick">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="docs-quick"/>
  +    </target>
  +
  +    <target name="maven:run-singletest">
  +      <ant antfile="${maven.home}/plugins/test/build.xml" target="run-singletest"/>
  +    </target>
  +
  +    <target name="maven:compile">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="compile"/>
  +    </target>
  +
  +    <target name="maven:fo">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="fo"/>
  +    </target>
  +
  +    <target name="maven:cvs-change-log">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="cvs-change-log"/>
  +    </target>
  +
  +    <target name="maven:war">
  +      <ant antfile="${maven.home}/plugins/j2ee/build.xml" target="war"/>
  +    </target>
  +
  +    <target name="maven:generate-reactor">
  +      <ant antfile="${maven.home}/plugins/reactor/build.xml" 
target="generate-reactor"/>
  +    </target>
  +
  +    <target name="maven:cross-ref">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="cross-ref"/>
  +    </target>
  +
  +    <target name="maven:deploy-site">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="deploy-site"/>
  +    </target>
  +
  +    <target name="maven:ear">
  +      <ant antfile="${maven.home}/plugins/j2ee/build.xml" target="ear"/>
  +    </target>
  +
  +    <target name="maven:install-jar">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="install-jar"/>
  +    </target>
  +
  +    <target name="maven:task-list">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="task-list"/>
  +    </target>
  +
  +    <target name="maven:docs">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="docs"/>
  +    </target>
  +
  +    <target name="maven:site">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="site"/>
  +    </target>
  +
  +    <target name="maven:deploy-dist">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="deploy-dist"/>
  +    </target>
  +
  +    <target name="maven:javadocs">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="javadocs"/>
  +    </target>
  +
  +    <target name="maven:announce">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="announce"/>
  +    </target>
  +
  +    <target name="maven:check-source">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="check-source"/>
  +    </target>
  +
  +    <target name="maven:dist">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="dist"/>
  +    </target>
  +
  +    <target name="maven:dist-build">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="dist-build"/>
  +    </target>
  +
  +    <target name="maven:metrics">
  +      <ant antfile="${maven.home}/plugins/metrics/build.xml" target="metrics"/>
  +    </target>
  +
  +    <target name="maven:clean">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="clean"/>
  +    </target>
  +
  +    <target name="maven:env">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="env"/>
  +    </target>
  +
  +    <target name="maven:test">
  +      <ant antfile="${maven.home}/plugins/test/build.xml" target="test"/>
  +    </target>
  +
  +    <target name="maven:pdf">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="pdf"/>
  +    </target>
  +
  +    <target name="maven:iutest">
  +      <ant antfile="${maven.home}/plugins/iutest/build.xml" target="iutest"/>
  +    </target>
  +
  +    <target name="maven:activity-log">
  +      <ant antfile="${maven.home}/plugins/docs/build.xml" target="activity-log"/>
  +    </target>
  +
  +    <target name="maven:verify-project">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="verify-project"/>
  +    </target>
  +
  +    <target name="maven:validate-pom">
  +      <ant antfile="${maven.home}/plugins/core/build.xml" target="validate-pom"/>
  +    </target>
  +
  +    <target name="maven:validate-war">
  +      <ant antfile="${maven.home}/plugins/j2ee/build.xml" target="validate-war"/>
  +    </target>
  +
     <!-- maven:end -->
   
   </project>
  
  
  
  1.3       +1 -0      jakarta-bcel/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       2 Jun 2002 12:38:08 -0000       1.2
  +++ project.xml       12 Jun 2002 17:27:40 -0000      1.3
  @@ -8,6 +8,7 @@
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org</url>
  +    <logo>bcel-logo.gif</logo>
     </organization>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.bcel</package>
  
  
  
  1.1                  jakarta-bcel/LICENSE.txt
  
  Index: LICENSE.txt
  ===================================================================
  /* ====================================================================
   * The Apache Software License, Version 1.1
   *
   * Copyright (c) 2001 The Apache Software Foundation.  All rights
   * reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   *
   * 1. Redistributions of source code must retain the above copyright
   *    notice, this list of conditions and the following disclaimer.
   *
   * 2. Redistributions in binary form must reproduce the above copyright
   *    notice, this list of conditions and the following disclaimer in
   *    the documentation and/or other materials provided with the
   *    distribution.
   *
   * 3. The end-user documentation included with the redistribution,
   *    if any, must include the following acknowledgment:
   *       "This product includes software developed by the
   *        Apache Software Foundation (http://www.apache.org/)."
   *    Alternately, this acknowledgment may appear in the software itself,
   *    if and wherever such third-party acknowledgments normally appear.
   *
   * 4. The names "Apache" and "Apache Software Foundation" and
   *    "Apache BCEL" must not be used to endorse or promote products
   *    derived from this software without prior written permission. For
   *    written permission, please contact [EMAIL PROTECTED]
   *
   * 5. Products derived from this software may not be called "Apache",
   *    "Apache BCEL", nor may "Apache" appear in their name, without
   *    prior written permission of the Apache Software Foundation.
   *
   * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.
   * ====================================================================
   *
   * This software consists of voluntary contributions made by many
   * individuals on behalf of the Apache Software Foundation.  For more
   * information on the Apache Software Foundation, please see
   * <http://www.apache.org/>.
   */
  
  
  

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

Reply via email to