taylor 2004/05/05 14:12:26 Modified: . .classpath Log: updated to include /src in project list
PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.28 +2 -1 jakarta-jetspeed-2/.classpath Index: .classpath =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- .classpath 19 Apr 2004 22:30:04 -0000 1.27 +++ .classpath 5 May 2004 21:12:26 -0000 1.28 @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry excluding="**/CVS/*" kind="src" path="commons/src/java"/> + <classpathentry kind="src" path="src/java"/> <classpathentry excluding="**/CVS/*" kind="src" path="portal/src/java"/> <classpathentry excluding="**/CVS/*" kind="src" path="portlet-api/src/java"/> <classpathentry excluding="**/CVS/*" kind="src" path="applications/demo/src/java"/> @@ -58,6 +59,6 @@ <classpathentry kind="var" path="MAVEN_REPO/groovy/jars/groovy-1.0-beta-4-snapshot.jar"/> <classpathentry kind="var" path="MAVEN_REPO/asm/jars/asm-1.4.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/mockrunner/jars/mockrunner-0.2.7.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/struts-portlet/jars/struts-portlet-spi-0.1.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/struts-portlet/jars/struts-portlet-spi-0.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]