[Sunxacml-commit] sunxacml build.xml,1.4,1.5 overview.html,1.3,1.4
Brought to you by:
farrukh_najmi,
sethp
From: Seth P. <se...@us...> - 2005-01-07 23:51:44
|
Update of /cvsroot/sunxacml/sunxacml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18447 Modified Files: build.xml overview.html Log Message: updated coppyright dates and SunXACML version strings Index: overview.html =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/overview.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overview.html 13 Jun 2004 23:20:17 -0000 1.3 --- overview.html 7 Jan 2005 23:51:33 -0000 1.4 *************** *** 1,7 **** <body> ! This is an implementation of the OASIS XACML 1.0/1.1 standard. It supports ! the full specification including parsing policies, managing requests and ! responses, processing policies against requests, adding new attribute ! types and functions, and providing modules for hooking into external services. This is an OpenSource project started by Sun Microsystems. <p> --- 1,7 ---- <body> ! This is an implementation of the OASIS XACML 1.x and 2.0 standards. It ! supports the full specification including parsing policies, managing ! requests and responses, processing policies against requests, adding new ! datatypes and functions, and providing modules for hooking into external services. This is an OpenSource project started by Sun Microsystems. <p> Index: build.xml =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 18 Mar 2004 21:12:23 -0000 1.4 --- build.xml 7 Jan 2005 23:51:33 -0000 1.5 *************** *** 1,5 **** <!-- ! Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. Redistribution and use in source and binary forms, with or without --- 1,5 ---- <!-- ! Copyright 2003-2005 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.2"/> <!-- 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="2.0"/> <!-- Builds the project into debug-enabled class files --> *************** *** 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 --- 82,86 ---- </footer> <bottom> ! <![CDATA[<font size="-1">Copyright 2003-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.<p>Sun, Sun Microsystems, the Sun Logo, and Java are |