From 8b64c0fa0fa64ca6efa0051cfbf8491600333eba Mon Sep 17 00:00:00 2001 From: evenisse Date: Wed, 9 Jun 2004 04:51:38 +0000 Subject: [PATCH] MPECLIPSE-29. Fix classpath generation when tests are not present. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115443 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/project.xml | 2 +- .../templates/classpath.jelly | 23 ++++++++++++------- eclipse/xdocs/changes.xml | 3 +++ 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/eclipse/project.xml b/eclipse/project.xml index 38a2a5f2..bd57f3c6 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -23,7 +23,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plugin - 1.7 + 1.8-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Requires Maven 1.0 RC2. Eclipse Plugin for Maven http://maven.apache.org/reference/plugins/eclipse/ diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index d6a9b0d4..f8c57aae 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -47,6 +47,21 @@ + + + + + + + ${maven.eclipse.classpath.include} + + + + + + + + Contains JUnit tests @@ -63,14 +78,6 @@ Setting compile of ${testSrcDir} to ${testOutputDir} - - - ${maven.eclipse.classpath.include} - - - - -