ate 2005/03/01 18:38:54
Modified: content-server Tag: deployment-refactoring project.xml
Log:
Fixes on content-server needed to allow running on Tomcat 5.5:
- handle writing to response.getWriter and response.getOutputStream properly
- translate absolute file path on Windows in a proper basePath by replacing
the path separator
Revision Changes Path
No revision
No revision
1.10.2.1 +8 -0 jakarta-jetspeed-2/content-server/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/content-server/project.xml,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- project.xml 25 Sep 2004 23:03:17 -0000 1.10
+++ project.xml 2 Mar 2005 02:38:54 -0000 1.10.2.1
@@ -63,6 +63,14 @@
<war.bundle>false</war.bundle>
</properties>
</dependency>
+ <dependency>
+ <id>pluto</id>
+ <groupId>pluto</groupId>
+ <version>1.0.1-rc1</version>
+ <properties>
+ <war.bundle>false</war.bundle>
+ </properties>
+ </dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]