|
From: <pe...@us...> - 2003-09-24 23:56:53
|
Update of /cvsroot/neuclear/neuclear-id
In directory sc8-pr-cvs1:/tmp/cvs-serv524
Modified Files:
project.xml
Log Message:
Refactoring nearly done. New model for creating signed objects.
With view for supporting the xmlpull api shortly for performance reasons.
Currently still uses dom4j but that has been refactored out that it
should now be very quick to implement a xmlpull implementation.
A side benefit of this is that the API has been further simplified. I still have some work
todo with regards to cleaning up some of the outlying parts of the code.
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** project.xml 23 Sep 2003 19:16:26 -0000 1.5
--- project.xml 24 Sep 2003 23:56:47 -0000 1.6
***************
*** 87,92 ****
<dependency>
<id>dom4j</id>
! <version>1.3</version>
! <jar>dom4j-1.3.jar</jar>
<properties>
<war.bundle.jar>true</war.bundle.jar>
--- 87,92 ----
<dependency>
<id>dom4j</id>
! <version>1.4</version>
! <jar>dom4j-1.4.jar</jar>
<properties>
<war.bundle.jar>true</war.bundle.jar>
|