2006/unicorn/org/w3c/unicorn/util Property.java,1.3,1.4 remote-unicorn.properties,1.2,1.3 unicorn.properties,1.6,1.7

Update of /sources/public/2006/unicorn/org/w3c/unicorn/util
In directory hutz:/tmp/cvs-serv11277/org/w3c/unicorn/util

Modified Files:
	Property.java remote-unicorn.properties unicorn.properties 
Log Message:
first version that works with Jigsaw + fixed a bug in cond handling + removed parse(InputStream)

Index: Property.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/util/Property.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Property.java	17 Jun 2008 13:45:31 -0000	1.3
+++ Property.java	12 Sep 2008 18:01:51 -0000	1.4
@@ -117,7 +117,7 @@
 				// the specific part is the last part of the property
 				break;
 			}
-		}
+		}    
 		Property.addProperty(aProperty);
 	}
 

Index: remote-unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/util/remote-unicorn.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- remote-unicorn.properties	18 Apr 2008 12:35:22 -0000	1.2
+++ remote-unicorn.properties	12 Sep 2008 18:01:51 -0000	1.3
@@ -35,7 +35,7 @@
 
 TEMPLATE_FILE_EXTENSION = .vm
 
-UPLOADED_FILES_REPOSITORY = $UNICORN_HOME , WEB-INF/uploaded-files/
+UPLOADED_FILES_REPOSITORY = $UNICORN_HOME , uploaded-files/
 DELETE_UPLOADED_FILES = true
 
 VELOCITY_CONFIG_FILE = $PATH_TO_RESOURCES , velocity.properties

Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/util/unicorn.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- unicorn.properties	2 Sep 2008 13:22:16 -0000	1.6
+++ unicorn.properties	12 Sep 2008 18:01:51 -0000	1.7
@@ -1,6 +1,6 @@
 
 UNICORN_URL = http://localhost:8080/unicorn
-UNICORN_HOME = /var/lib/tomcat5.5/webapps/unicorn/
+UNICORN_HOME = /opt/Jigsaw/Jigsaw/WWW/unicorn/
 UNICORN_ENCODING = UTF-8
 
 UNICORN_PARAMETER_PREFIX = ucn_
@@ -10,9 +10,9 @@
 
 FILESYSTEM_PREFIX = file:
 
-SERVER_TYPE = tomcat
+SERVER_TYPE = jigsaw
 
-PATH_TO_RESOURCES = $UNICORN_HOME , WEB-INF/resources/
+PATH_TO_RESOURCES = $UNICORN_HOME , resources/
 PATH_TO_OBSERVER_LIST = $PATH_TO_RESOURCES
 PATH_TO_TASKLIST = $PATH_TO_RESOURCES , tasklist/
 PATH_TO_TEMPLATES = $PATH_TO_RESOURCES , templates/
@@ -38,7 +38,7 @@
 
 TEMPLATE_FILE_EXTENSION = .vm
 
-UPLOADED_FILES_REPOSITORY = $UNICORN_HOME , WEB-INF/uploaded-files/
+UPLOADED_FILES_REPOSITORY = $UNICORN_HOME , uploaded-files/
 DELETE_UPLOADED_FILES = true
 
 VELOCITY_CONFIG_FILE = $PATH_TO_RESOURCES , velocity.properties

Received on Friday, 12 September 2008 18:03:13 UTC