MPJBUILDER-11. Add maven.jbuilder.bakpath property.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
<!-- Initialize default values for project properties. If we find a default
|
||||
JBuilder project, then its values will override some of these. -->
|
||||
<j:set var="authorLabel" value="@author" />
|
||||
<j:set var="backupPath" value="bak" />
|
||||
<j:set var="backupPath" value="${maven.jbuilder.bakpath}" />
|
||||
<j:set var="beansInstantiate" value="false" />
|
||||
<j:set var="company" value="${pom.organization.name}" />
|
||||
<j:set var="companyLabel" value="Company: " />
|
||||
|
||||
@@ -22,6 +22,7 @@ maven.jbuilder.outpath = ${maven.build.dest}
|
||||
maven.jbuilder.application.runner = com.borland.jbuilder.runtime.ApplicationRunner
|
||||
maven.jbuilder.applet.runner = com.borland.jbuilder.runtime.AppletRunner
|
||||
maven.jbuilder.verbose=false
|
||||
maven.jbuilder.bakpath = ${maven.build.dir}/bak
|
||||
|
||||
# List of additional files that should be added to the JBuilder project if
|
||||
# they exist. The default is the standard Maven project files.
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="In CVS">
|
||||
<action dev="evenisse" type="add" issue="MPJBUILDER-11">Add maven.jbuilder.bakpath property.</action>
|
||||
<action dev="evenisse" type="add" issue="MPJBUILDER-10">Add xdocs and subdir into jbuilder folder(s).</action>
|
||||
<action dev="evenisse" type="fix" issue="MPJBUILDER-9">Fix crash with Maven RC2.</action>
|
||||
</release>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.juilder.outpath</td>
|
||||
<td>maven.jbuilder.outpath</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
<p>
|
||||
@@ -64,6 +64,15 @@
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.jbuilder.bakpath</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
<p>
|
||||
Location of JBuilder backup directory. Default: ${maven.build.dir}/bak
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.jbuilder.docpath</td>
|
||||
<td>Yes</td>
|
||||
|
||||
Reference in New Issue
Block a user