You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by mp...@apache.org on 2002/03/26 01:11:24 UTC

cvs commit: jakarta-turbine-tdk build-maven.xml project.xml

mpoeschl    02/03/25 16:11:24

  Modified:    xdocs/stylesheets project.xml
  Added:       xdocs/images blue-logo.gif
               .        build-maven.xml project.xml
  Log:
  add maven build files
  at the moment it only builds the docs, but i like the new site layout ;-)
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-tdk/xdocs/images/blue-logo.gif
  
  	<<Binary file>>
  
  
  1.4       +1 -1      jakarta-turbine-tdk/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/stylesheets/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	3 Jan 2002 19:14:25 -0000	1.3
  +++ project.xml	26 Mar 2002 00:11:24 -0000	1.4
  @@ -3,7 +3,7 @@
           href="http://java.apache.org/turbine">
   
     <title>Turbine Development Kit</title>
  -  <logo href="images/logo.gif">Turbine Development Kit</logo>
  +  <logo href="/images/blue-logo.gif">Turbine Development Kit</logo>
   
     <body>
       <menu name="Essentials">
  
  
  
  1.1                  jakarta-turbine-tdk/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="maven" default="maven:jar" basedir=".">
  
    <!-- Give user a chance to override without editing this file
         (and without typing -D each time they invoke a target) -->
  
    <!-- Allow any user specific values to override the defaults -->
    <property file="${user.home}/build.properties" />
    <!-- Allow user defaults for this project -->
    <property file="build.properties" />
    <!-- Set default values for the build -->
    <property file="project.properties" />
  
    <!-- maven:start -->
    
    <!-- ================================================================== -->
    <!-- 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: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>
      
    <!-- maven:end -->
  
  </project>
  
  
  
  1.1                  jakarta-turbine-tdk/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0"?>
  <project>
  
    <name>jakarta-turbine-tdk</name>
    <id>tdk</id>
    <currentVersion>3.0-b2-dev</currentVersion>
    <organization>Apache Software Foundation</organization>
    <inceptionYear>2000-2002</inceptionYear>
    <package>org.apache.tdk</package>
  
    <shortDescription>Turbine Development Kit</shortDescription>
  
    <description>
      The Turbine Development Kit (TDK) is a package that bundles a copy of
      Turbine, Tomcat, jar files, documentation and other utilities in order to
      help you get started with Turbine as quickly as possible.
    </description>
  
    <url>http://jakarta.apache.org/turbine/tdk/</url>
    <cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-turbine-tdk/</cvsWebUrl>
    <siteAddress>jakarta.apache.org</siteAddress>
    <siteDirectory>/www/jakarta.apache.org/turbine/tdk/</siteDirectory>
  
    <mailingLists>
      <mailingList>
        <name>Turbine User List</name>
        <subscribe>turbine-user-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>turbine-user-unsubscribe@jakarta.apache.org</unsubscribe>
        <archive>http://www.mail-archive.com/turbine-user@jakarta.apache.org/</archive>
      </mailingList>
      <mailingList>
        <name>Turbine Developer List</name>
        <subscribe>mailto:turbine-dev-subscribe@jakarta.apache.org</subscribe>
        <unsubscribe>mailto:turbine-dev-unsubscribe@jakarta.apache.org</unsubscribe>
        <archive>http://www.mail-archive.com/turbine-dev@jakarta.apache.org/</archive>
      </mailingList>
    </mailingLists>
  
    <developers>
  
      <developer>
        <name>Martin Poeschl</name>
        <id>mpoeschl</id>
        <email>mpoeschl@marmot.at</email>
        <organization>Zenplex</organization>
      </developer>
  
      <developer>
        <name>Daniel Rall</name>
        <id>dlr</id>
        <email>dlr@finemaltcoding.com</email>
        <organization>CollabNet, Inc.</organization>
      </developer>
  
      <developer>
        <name>Jon Scott Stevens</name>
        <id>jon</id>
        <email>jon@latchkey.com</email>
        <organization>CollabNet, Inc.</organization>
      </developer>
  
      <developer>
        <name>Jason van Zyl</name>
        <id>jvanzyl</id>
        <email>jason@zenplex.com</email>
        <organization>Zenplex</organization>
      </developer>
  
    </developers>
  
  
    <!-- Need to mark these as compile-time/run-time -->
  
    <dependencies>
    </dependencies>
  
    <build>
  
      <sourceDirectories>
      </sourceDirectories>
  
      <testSourceDirectories>
      </testSourceDirectories>
  
      <aspectSourceDirectories>
      </aspectSourceDirectories>
  
      <!-- Unit test classes -->
      <unitTestClassEntries>
      </unitTestClassEntries>
  
      <!-- Runtime unit test classes -->
      <runtimeTestClassEntries>
      </runtimeTestClassEntries>
  
      <!-- J A R  R E S O U R C E S -->
      <!-- Resources that are packaged up inside the JAR file -->
  
      <jarResources>
        <!-- doesn't work !!
        <jarResource>include = src/templates/**</jarResource>
        -->
      </jarResources>
  
      <jars>
      </jars>
    </build>
  </project>
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>