Changeset 3455

Show
Ignore:
Timestamp:
12/20/11 15:48:11
Author:
douglm
Message:

Remove unused property from bedework/build.xml

Add quickstart-clean target to deftasks.xml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r3451 r3455  
    88<project name="bedework.build" default="deploy" basedir="."> 
    99  <property environment="env"/> 
    10  
    11   <!-- This affects some of the build process in the projects --> 
    12   <property name="org.bedework.quickstart.build" value="true" /> 
    1310 
    1411  <!-- this project --> 
     
    8582             excludes="*" /> 
    8683 
    87     <!-- ==================== Subcomponent Compilation Classpath ==================== 
    88  
    89     <path id="compile.classpath"> 
    90       <fileset dir="${lib.dir}"> 
    91          <include name="*.jar"/> 
    92       </fileset> 
    93       <fileset dir="${dist.home}"> 
    94          <include name="*.jar"/> 
    95       </fileset> 
    96     </path> 
    97 --> 
    9884    <!-- =============================================================== 
    9985              This project builds nothing - it just assembles. 
  • trunk/build/buildTools/deftasks.xml

    r3407 r3455  
    249249    <delete dir="${dist.home}" /> 
    250250    <delete dir="${lib.dir}" /> 
     251  </target> 
     252 
     253  <target name="quickstart-clean" depends="clean" > 
    251254  </target> 
    252255