PR: MPUBERJAR-6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-11 06:34:48 +00:00
parent 8bc70761b3
commit ecc2cd9e42
3 changed files with 5 additions and 5 deletions

View File

@@ -111,7 +111,7 @@
<dependency>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>1.0-rc2</version>
<version>1.0</version>
<url>http://classworlds.codehaus.org</url>
</dependency>
</dependencies>

View File

@@ -1,8 +1,7 @@
main is $ubermain from app
[app]
#foreach ( $dep in $pom.dependencies )
load ${classworlds.lib}/$dep.artifact
#end
#foreach ( $dep in $pom.dependencies )#if (!$dep.getProperty('uberjar.bundle') || $dep.getProperty('uberjar.bundle') == 'true')
load ${classworlds.lib}/$dep.artifact
#end#end
load ${classworlds.lib}/${self}.jar

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.2.1-SNAPSHOT" date="in SVN">
<action dev="brett" type="fix" due-to="Ronald Holshausen" issue="MPUBERJAR-6">Excluded dependencies not bundled from the classworlds configuration</action>
<action dev="brett" type="fix" due-to="Goran Lowkrantz" issue="MPUBERJAR-7">Fix path if &lt;jar&gt; is specified for a dependency</action>
</release>
<release version="1.2" date="2004-05-15">