openamf/build build.xml,1.75,1.76
Sean Sullivan <[email protected]> Sun, 31 Oct 2004 05:51:35 +0000
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26921/build
Modified Files:
build.xml
Log Message:
enhanced manifest in openamf.jar
Index: build.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/build/build.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** build.xml 18 Sep 2004 03:17:40 -0000 1.75
--- build.xml 31 Oct 2004 05:51:32 -0000 1.76
***************
*** 230,235 ****
<!-- Create jar -->
<target name="jar" depends="compile-core">
<jar jarfile="${jar.file}">
! <fileset dir="${core.build.dir}"/>
</jar>
</target>
--- 230,247 ----
<!-- Create jar -->
<target name="jar" depends="compile-core">
+ <tstamp>
+ <format property="jar.timestamp" pattern="yyyy-dd-MM HH:mm:ss" />
+ </tstamp>
<jar jarfile="${jar.file}">
! <fileset dir="${core.build.dir}" />
! <manifest>
! <attribute name="Build-Timestamp" value="${jar.timestamp}" />
! <attribute name="Specification-Title" value="OpenAMF" />
! <attribute name="Specification-Version" value="${version}" />
! <attribute name="Specification-Vendor" value="www.openamf.org" />
! <attribute name="Implementation-Title" value="OpenAMF" />
! <attribute name="Implementation-Version" value="${version}" />
! <attribute name="Implementation-Vendor" value="www.openamf.org" />
! </manifest>
</jar>
</target>
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click