You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ju...@apache.org on 2003/05/26 20:18:37 UTC

cvs commit: jakarta-commons-sandbox/jrcs .classpath .project .cvsignore

juanco      2003/05/26 11:18:37

  Modified:    jrcs     .cvsignore
  Added:       jrcs     .classpath .project
  Log:
  added Eclipse IDE configuration files
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-commons-sandbox/jrcs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jrcs/.cvsignore,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- .cvsignore	26 May 2003 18:14:48 -0000	1.4
  +++ .cvsignore	26 May 2003 18:18:37 -0000	1.5
  @@ -7,3 +7,4 @@
   bak
   *.local
   target
  +maven.log
  
  
  
  1.1                  jakarta-commons-sandbox/jrcs/.classpath
  
  Index: .classpath
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
      <classpathentry kind="src" path="src/java"/>
      <classpathentry kind="src" path="src/test"/>
      <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
      <classpathentry kind="lib" path="lib/jakarta-oro-2.0.6.jar"/>
      <classpathentry kind="lib" path="lib/junit-3.8.jar"/>
      <classpathentry kind="lib" path="lib/commons-collections.jar"/>
      <classpathentry kind="output" path="classes"/>
  </classpath>
  
  
  
  1.1                  jakarta-commons-sandbox/jrcs/.project
  
  Index: .project
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
  	<name>jrcs</name>
  	<comment></comment>
  	<projects>
  	</projects>
  	<buildSpec>
  		<buildCommand>
  			<name>org.eclipse.jdt.core.javabuilder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
  	</buildSpec>
  	<natures>
  		<nature>org.eclipse.jdt.core.javanature</nature>
  	</natures>
  </projectDescription>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org