Changeset 959
- Timestamp:
- 08/13/06 14:57:18
- Files:
-
- trunk/bedework/build.xml (modified) (2 diffs)
- trunk/bedework/build/buildsh.xml (modified) (1 diff)
- trunk/bedework/build/quickstart-build.xml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bedework/build.xml
r956 r959 238 238 ================================================================= --> 239 239 240 <target name="deploy " depends="build"240 <target name="deploy.debug" depends="build" 241 241 description="builds and deploys the applications"> 242 242 <ant antfile="${org.bedework.project.bedework}/deployment}/build.xml" inheritrefs="true" … … 246 246 </target> 247 247 248 <target name="deploy .debug" depends="build"248 <target name="deploy" depends="build" 249 249 description="builds and deploys the applications"> 250 250 <ant antfile="${org.bedework.project.bedework}/deployment/build.xml" inheritrefs="true" trunk/bedework/build/buildsh.xml
r953 r959 76 76 <mkdir dir="${app.dest.lib}" /> 77 77 78 <copy todir="${app.dest.lib}"> 79 <fileset dir="${hibernate.jars.dir}"> 80 <include name="*.jar"/> 81 </fileset> 82 </copy> 83 84 <copy todir="${app.dest.lib}" file="${commons-collections.jar}"/> 85 <copy todir="${app.dest.lib}" file="${commons-logging.jar}"/> 86 78 87 <!-- core files --> 79 88
