taylor 2004/05/11 08:09:45
Modified: . .classpath .cvsignore
Log:
fix bug in eclipse classpath, ignore .encoding files
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.30 +1 -1 jakarta-jetspeed-2/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .classpath 10 May 2004 17:43:46 -0000 1.29
+++ .classpath 11 May 2004 15:09:45 -0000 1.30
@@ -5,7 +5,6 @@
<classpathentry excluding="**/CVS/*" kind="src"
path="struts-portlet/framework/src/java"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="struts-portlet/spi/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"/>
<classpathentry excluding="**/CVS/*" kind="src" path="cps/src/java"/>
@@ -25,6 +24,7 @@
<classpathentry kind="src" path="components/prefs/src/test"/>
<classpathentry excluding="**/CVS*" kind="src"
path="components/security/src/java"/>
<classpathentry excluding="**/CVS*" kind="src"
path="components/security/src/test"/>
+ <classpathentry excluding="**/CVS/*" kind="src" path="portal/src/java"/>
<classpathentry exported="true" kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/jdom/jars/jdom-b8.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-betwixt/jars/commons-betwixt-1.0-beta-1.jar"/>
1.8 +1 -0 jakarta-jetspeed-2/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 18 Apr 2004 15:02:34 -0000 1.7
+++ .cvsignore 11 May 2004 15:09:45 -0000 1.8
@@ -6,3 +6,4 @@
bin
*.log*
.checkclipse
+.encoding
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]