|
From: <pe...@us...> - 2003-10-25 10:38:11
|
Update of /cvsroot/neuclear/neuclear-id
In directory sc8-pr-cvs1:/tmp/cvs-serv15459
Modified Files:
project.xml
Log Message:
Replaced the dependency for the Apache Regex library with JDK1.4's Regex implementation.
Changed the valid format of NeuClear ID's to include neu://bob@hello/ formatted ids.
These ids are not identical to neu://hello/bob however in both cases neu://hello has to sign the Identity document.
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** project.xml 24 Sep 2003 23:56:47 -0000 1.6
--- project.xml 22 Oct 2003 22:12:34 -0000 1.7
***************
*** 106,117 ****
<version>3.8.1</version>
</dependency>
- <dependency>
- <id>regexp</id>
- <name>regexp</name>
- <version>1.2</version>
- <properties>
- <war.bundle.jar>true</war.bundle.jar>
- </properties>
- </dependency>
<dependency>
<id>servletapi</id>
--- 106,109 ----
|