From bc1eb8a3ac5a2e1fe46b2c57ab8ac78d7d90a4fc Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 25 Apr 2004 16:05:08 +0000 Subject: [PATCH] Fix for MPECLIPSE-22, JRE Classpath not complete git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115048 13f79535-47bb-0310-9956-ffa450edef68 --- .../templates/classpath.jelly | 58 +++++++++---------- eclipse/xdocs/changes.xml | 1 + 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index 8ae17aec..d6a9b0d4 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -115,36 +115,36 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + - - - - - - - Setting default output directory to ${outputDir} - + + + + + + + Setting default output directory to ${outputDir} + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index ed58ff25..d3949007 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -26,6 +26,7 @@ Honour sourceModifications in classpath file + used container for JRE classpath Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project).