On Sun, 2002-04-14 at 04:48, [EMAIL PROTECTED] wrote: > See ant-dev for more details...
Imitation is the highest form of flattery :-) It is a sure indicator that we are traveling down the right path. > Index: project.xml > =================================================================== > <project> > <!-- Descriptive name --> > <name>Myrmidon Task API</name> > > <!-- Id --> > <id>myrmidon-api</id> > > <!-- Version --> > <currentVersion>1.0</currentVersion> > > <!-- Copyright year(s) --> > <inceptionYear>2000-2002</inceptionYear> > > <!-- Java packages for the project --> > <package>org.apache.myrmidon.api</package> > <package>org.apache.myrmidon.listeners</package> > <package>org.apache.myrmidon.aspects</package> > > <!-- Build details --> > <build> > <sourceDirectories> > <sourceDirectory>src/java</sourceDirectory> > </sourceDirectories> > > <!-- Project classpath --> > <classpath> > <fileset dir="../lib"> > <include name="*.jar"/> > </fileset> > </classpath> > > <!-- prepare tasks --> > <prepare> > </prepare> > </build> > </project> > > > > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org
