Update of /cvsroot/cayenne/cayenne/contrib/ide/eclipse
In directory usw-pr-cvs1:/tmp/cvs-serv24527/ide/eclipse
Modified Files:
.classpath
Log Message:
changes reflecting new project jars and folders
Index: .classpath
===================================================================
RCS file: /cvsroot/cayenne/cayenne/contrib/ide/eclipse/.classpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .classpath 10 Sep 2002 05:57:15 -0000 1.2
+++ .classpath 1 Oct 2002 05:04:08 -0000 1.3
@@ -3,6 +3,8 @@
<classpathentry kind="src" path="src/cayenne/java"/>
<classpathentry kind="src" path="src/performance/java"/>
<classpathentry kind="src" path="src/tests/java"/>
+ <classpathentry kind="src" path="src/tutorials/cayenne-cmd-app/java"/>
+ <classpathentry kind="src" path="src/tutorials/cayenne-web-app/WEB-INF/classes"/>
<classpathentry exported="true" kind="lib" path="otherlib/JavaCC.zip"/>
<classpathentry exported="true" kind="lib" path="otherlib/ant.jar"/>
<classpathentry exported="true" kind="lib" path="otherlib/commons-beanutils.jar"/>
@@ -13,6 +15,7 @@
<classpathentry exported="true" kind="lib" path="otherlib/log4j-1.2.6.jar"/>
<classpathentry exported="true" kind="lib" path="otherlib/servlet.jar"/>
<classpathentry exported="true" kind="lib" path="otherlib/velocity-dep-1.3.jar"/>
+ <classpathentry exported="true" kind="lib" path="otherlib/struts.jar"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
|