You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by jr...@apache.org on 2003/02/26 18:34:44 UTC

cvs commit: jakarta-cactus/integration/eclipse/lib README.txt junitsupport-2.1.0dev.jar

jruaux      2003/02/26 09:34:43

  Modified:    integration/eclipse .cvsignore .project
  Removed:     integration/eclipse/lib README.txt junitsupport-2.1.0dev.jar
  Log:
  Removed the now unnecessary Junitsupport.jar
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-cactus/integration/eclipse/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/eclipse/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	3 Feb 2003 10:52:36 -0000	1.1
  +++ .cvsignore	26 Feb 2003 17:34:42 -0000	1.2
  @@ -13,3 +13,4 @@
   web
   build-local.xml
   ant
  +temp
  
  
  
  1.2       +7 -1      jakarta-cactus/integration/eclipse/.project
  
  Index: .project
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/eclipse/.project,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .project	3 Feb 2003 10:52:36 -0000	1.1
  +++ .project	26 Feb 2003 17:34:42 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -	<name>org.apache.cactus.eclipse</name>
  +	<name>eclipse</name>
   	<comment></comment>
   	<projects>
   		<project>org.apache.ant</project>
  @@ -24,6 +24,11 @@
   	</projects>
   	<buildSpec>
   		<buildCommand>
  +			<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
  +			<arguments>
  +			</arguments>
  +		</buildCommand>
  +		<buildCommand>
   			<name>com.telesynthesis.tools.eclipse.checkstyle.CheckStyleBuilder</name>
   			<arguments>
   			</arguments>
  @@ -48,5 +53,6 @@
   		<nature>org.eclipse.pde.PluginNature</nature>
   		<nature>org.eclipse.jdt.core.javanature</nature>
   		<nature>com.telesynthesis.tools.eclipse.checkstyle.CheckStyleNature</nature>
  +		<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
   	</natures>
   </projectDescription>
  
  
  

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