weaver 2004/05/19 13:20:17
Modified: . .classpath
Log:
.classpath changed to support new src directories for file-cache
Revision Changes Path
1.33 +2 -0 jakarta-jetspeed-2/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .classpath 19 May 2004 19:21:38 -0000 1.32
+++ .classpath 19 May 2004 20:20:17 -0000 1.33
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/CVS/*" kind="src" path="commons/src/java"/>
+ <classpathentry kind="src" path="components/file-cache/src/java"/>
+ <classpathentry kind="src" path="components/file-cache/src/test"/>
<classpathentry kind="src" path="components/id-generator/src/java"/>
<classpathentry kind="src" path="components/id-generator/src/test"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="struts-portlet/demo/src/java"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]