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 fe...@apache.org on 2005/04/20 06:19:31 UTC

cvs commit: jakarta-cactus/integration/ant .classpath .project

felipeal    2005/04/19 21:19:31

  Added:       integration/ant .classpath .project
  Log:
  Eclipse files for a project using MAVEN_REPO jars
  
  Revision  Changes    Path
  1.1                  jakarta-cactus/integration/ant/.classpath
  
  Index: .classpath
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
  	<classpathentry kind="src" path="src/java">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="src" path="src/test">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/ant/jars/ant-1.6.2.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/mockobjects/jars/mockobjects-core-0.09.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xercesImpl-2.6.2.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xmlParserAPIs-2.2.1.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="var" path="MAVEN_REPO/ant/jars/ant-junit-1.6.2.jar">
  		<attributes>
  		</attributes>
  	</classpathentry>
  	<classpathentry kind="output" path="target-13/classes/test"/>
  </classpath>
  
  
  
  1.1                  jakarta-cactus/integration/ant/.project
  
  Index: .project
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
  	<name>jakarta-cactus-ant-integration</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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org