Update of /cvsroot/sunxacml/sunxacml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8188
Modified Files:
build.xml
Log Message:
updated version string to 1.2
Index: build.xml
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 17 Mar 2004 18:03:37 -0000 1.3
--- build.xml 18 Mar 2004 21:12:23 -0000 1.4
***************
*** 1,5 ****
<!--
! Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
--- 1,5 ----
<!--
! Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
***************
*** 49,53 ****
<!-- Values for the JavaDocs -->
<property name="projName" value="Sun's XACML Implementation"/>
! <property name="projVersion" value="1.1"/>
<!-- Builds the project into debug-enabled class files -->
--- 49,53 ----
<!-- Values for the JavaDocs -->
<property name="projName" value="Sun's XACML Implementation"/>
! <property name="projVersion" value="1.2"/>
<!-- Builds the project into debug-enabled class files -->
***************
*** 82,86 ****
</footer>
<bottom>
! <![CDATA[<font size="-1">Copyright 2003 Sun Microsystems,
Inc. All rights reserved. Use is subject to license
terms.<p>Sun, Sun Microsystems, the Sun Logo, and Java are
--- 82,86 ----
</footer>
<bottom>
! <![CDATA[<font size="-1">Copyright 2003-2004 Sun Microsystems,
Inc. All rights reserved. Use is subject to license
terms.<p>Sun, Sun Microsystems, the Sun Logo, and Java are
|