From: Marcus <the...@us...> - 2004-03-22 12:41:54
|
Update of /cvsroot/junk/junk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5045 Modified Files: make.xml Log Message: additional manifest information Index: make.xml =================================================================== RCS file: /cvsroot/junk/junk/make.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** make.xml 22 Mar 2004 05:55:36 -0000 1.3 --- make.xml 22 Mar 2004 12:31:24 -0000 1.4 *************** *** 12,24 **** <attribute name="Built-By" value="${user.name}"/> <section name="junk"> ! <!--<attribute name="Sealed" value="true"/>--> </section> </manifest> ! </target> ! <target depends="init, clean-classes" name="compile" description="Compile the classes"> <javac debug="true" deprecation="true" destdir="." srcdir="."> <classpath> ! <fileset dir="${lib-dir}"> <include name="**/*.jar"/> </fileset> --- 12,29 ---- <attribute name="Built-By" value="${user.name}"/> <section name="junk"> ! <attribute name="Specification-Title" value="java useful Net Kollektor"/> ! <attribute name="Specification-Vendor" value="U. v. Heesch, M. Proest"/> ! <attribute name="Specification-Version" value="${version}"/> ! <attribute name="Implementation-Title" value="junk"/> ! <attribute name="Implementation-Vendor" value="U. v. Heesch, M. Proest"/> ! <attribute name="Implementation-Version" value="${version}"/> </section> </manifest> ! </target> ! <target depends="init, clean-classes" name="compile" description="Compile the classes"> <javac debug="true" deprecation="true" destdir="." srcdir="."> <classpath> ! <fileset dir="${lib-dir}"> <include name="**/*.jar"/> </fileset> *************** *** 27,31 **** </target> ! <target depends="init,clean-binary,compile, manifest" name="war" description="Create WAR file"> <war basedir="../../." --- 32,36 ---- </target> ! <target depends="init, clean-binary, compile, manifest" name="war" description="Create WAR file"> <war basedir="../../." *************** *** 35,39 **** manifest="../../META-INF/MANIFEST.MF" > - <exclude name="**/*.java"/> <exclude name="**/*.form"/> --- 40,43 ---- *************** *** 49,53 **** </target> ! <target depends="clean, javadoc,war" description="Build everything." name="all"> <echo message="Application built." /> </target> --- 53,57 ---- </target> ! <target depends="clean, javadoc, war" description="Build everything." name="all"> <echo message="Application built." /> </target> |