From c50b7519d3b6d2c973cde1b92dcc746fec938d9e Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 15 Jun 2005 15:22:57 +0000 Subject: [PATCH] Moved test classpath before main so test classpath resources override main ones git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190759 13f79535-47bb-0310-9956-ffa450edef68 --- .../templates/classpath.jelly | 113 +++++++++--------- eclipse/xdocs/changes.xml | 1 + 2 files changed, 59 insertions(+), 55 deletions(-) diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index 4524579e..94c24af6 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -27,67 +27,12 @@ trim="true"> - - - - - - - - Contains JUnit tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${maven.eclipse.classpath.include} - - - - - - @@ -159,6 +104,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${maven.eclipse.classpath.include} + + + + + + + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 2260768a..8b390b0c 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -25,6 +25,7 @@ + Moved test classpath before main so test classpath resources override main ones eclipse:add-maven-repo doesn't update correct Eclipse property file for Eclipse 3.x add-maven-repo fails if Eclipse hasn't been started yet. Property file needs to be created by the plugin.