felipeal 2005/06/01 11:04:32 Modified: integration/ant .project .classpath Log: set a Java project, using maven dependencies and eclipse's internal jars Revision Changes Path 1.2 +17 -15 jakarta-cactus/integration/ant/.project Index: .project =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/ant/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .project 20 Apr 2005 04:19:31 -0000 1.1 +++ .project 1 Jun 2005 18:04:32 -0000 1.2 @@ -1,17 +1,19 @@ <?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> + <name>Global Project</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> \ No newline at end of file 1.2 +11 -44 jakarta-cactus/integration/ant/.classpath Index: .classpath =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/ant/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .classpath 20 Apr 2005 04:19:31 -0000 1.1 +++ .classpath 1 Jun 2005 18:04:32 -0000 1.2 @@ -1,44 +1,11 @@ -<?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> +<?xml version="1.0" encoding="UTF-8"?>
+<classpath> + <classpathentry excluding="**/CVS/" kind="src" path="src/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="MAVEN_REPO/cargo/jars/cargo-0.5.jar"/> + <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.ant_1.6.2/lib/ant.jar"/> + <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.ant_1.6.2/lib/ant-junit.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xercesImpl-2.6.2.jar"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]