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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to