MPJBUILDER-9. Fix crash with Maven RC2.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24752ea2c2
commit
d361df1373
@ -147,7 +147,7 @@
|
||||
|
||||
<!-- Get optional library source path property. -->
|
||||
<j:set var="librarySourceProp" value="maven.jbuilder.${libraryName}.librarySource" />
|
||||
<j:set var="librarySource" value="${context.getVariable(librarySourceProp)}" />
|
||||
<j:set var="librarySource" value="${librarySourceProp}" />
|
||||
|
||||
<j:file name="${libraryFile}" prettyPrint="true" xmlns="dummy">
|
||||
<library>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jbuilder-plugin</id>
|
||||
<name>Maven JBuilder Plug-in</name>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>JBuilder Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jbuilder/</url>
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5" date="In CVS">
|
||||
<action dev="evenisse" type="fix" issue="MPJBUILDER-9">Fix crash with Maven RC2.</action>
|
||||
</release>
|
||||
<release version="1.4" date="2004-03-10">
|
||||
<action dev="evenisse" type="fix" issue="MPJBUILDER-8">Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project.</action>
|
||||
<action dev="dion" type="fix">Apply MAVEN-987</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user