Changeset 3454
- Timestamp:
- 12/20/11 15:48:09
- Files:
-
- releases/bedework-3.8/build.xml (modified) (2 diffs)
- releases/bedework-3.8/build/buildTools/deftasks.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/build.xml
r3450 r3454 8 8 <project name="bedework.build" default="deploy" basedir="."> 9 9 <property environment="env"/> 10 11 <!-- This affects some of the build process in the projects -->12 <property name="org.bedework.quickstart.build" value="true" />13 10 14 11 <!-- this project --> … … 85 82 excludes="*" /> 86 83 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 -->98 84 <!-- =============================================================== 99 85 This project builds nothing - it just assembles. releases/bedework-3.8/build/buildTools/deftasks.xml
r3406 r3454 249 249 <delete dir="${dist.home}" /> 250 250 <delete dir="${lib.dir}" /> 251 </target> 252 253 <target name="quickstart-clean" depends="clean" > 251 254 </target> 252 255
