dion        02/05/11 07:15:31

  Added:       email    gump.xml build-gump.xml
  Log:
  Maven-Generated Gump descriptor and build file
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/email/gump.xml
  
  Index: gump.xml
  ===================================================================
  <module name="commons-email">
  
  
    <description>Commons Email</description>
    <url href="http://jakarta.apache.org/commons/"/>
    
    <cvs repository="jakarta"/>
    
    <!-- This is really the cvs module. We need to change this but -->
    <!-- I will leave this for now until everything works.         -->
    
    <project name="commons-email">
      
      <!-- Standard Maven target to produce Javadocs, source -->
      <!-- and binary distributions.                         -->
      
      <ant buildfile="build-gump.xml" target="jar">
        <property name="maven.final.name" value="commons-email-@@DATE@@"/>
      </ant>
      
      <!-- All Maven projects need Ant and Xerces to build. -->
      <depend project="jakarta-ant"/>
      <depend project="xml-xerces"/>
  
      <depend project="commons-util"/>
      <depend project="javamail"/>
      <depend project="jaf"/>
  
      <work nested="target/classes"/>
      <home nested="target"/>
      <jar name="commons-email-@@DATE@@.jar"/>
      <javadoc nested="docs/apidocs"/>
  
  
      
    </project>
    
  </module>
  
  
  
  1.1                  jakarta-commons-sandbox/email/build-gump.xml
  
  Index: build-gump.xml
  ===================================================================
  <!--
  
    WARNING: This file is generated! Do not edit by hand!
    
  -->
  
  <project name="maven" default="jar" basedir=".">
  
    <target
      name="jar">
      
      <property name="maven.build.dir" value="target"/>
      <property name="maven.build.dest" value="${maven.build.dir}/classes"/>
      
      <mkdir dir="${maven.build.dest}"/>
      
      <javac
        destdir="${maven.build.dest}"
        excludes="**/package.html"
        debug="false"
        deprecation="false"
        optimize="false">
        <src>
           <pathelement location="src/java"/>
        </src>
      </javac>
  
      <jar
        jarfile="${maven.build.dir}/${maven.final.name}.jar"
        basedir="${maven.build.dest}"
        excludes="**/package.html"
      />
      
    </target>
  
  </project>
  
  
  

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

Reply via email to