|
What this is
Other links
The source code<?xml version="1.0"?> <project name="Build bugTools.zip" default="buildBugToolsZip" basedir="../"> <target name="buildBugToolsZip"> <property name="zipfile" value="org.eclipse.build.tools_bugTools.zip"/> <ant antfile="scripts_bugzilla/buildBugToolsJar.xml" target="buildBugToolsJar" inheritall="true"/> <echo message="Bundling ${zipfile} ..."/> <delete file="${zipfile}"/> <zip destfile="${zipfile}" includes=".classpath, .project, bugTools.jar, src_bugzilla/**/*, scripts_bugzilla/*, properties/UpdateBugStateTask.properties" basedir="." update="true"/> </target> </project> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.