evenisse 2004/05/12 04:23:56
Modified: jbuilder plugin.jelly plugin.properties
jbuilder/xdocs changes.xml properties.xml
Log:
MPJBUILDER-11. Add maven.jbuilder.bakpath property.
Revision Changes Path
1.22 +1 -1 maven-plugins/jbuilder/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/jbuilder/plugin.jelly,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- plugin.jelly 26 Apr 2004 08:39:58 -0000 1.21
+++ plugin.jelly 12 May 2004 11:23:56 -0000 1.22
@@ -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: " />
1.6 +1 -0 maven-plugins/jbuilder/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/jbuilder/plugin.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.properties 4 Mar 2004 18:36:00 -0000 1.5
+++ plugin.properties 12 May 2004 11:23:56 -0000 1.6
@@ -22,6 +22,7 @@
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.
1.16 +1 -0 maven-plugins/jbuilder/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jbuilder/xdocs/changes.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- changes.xml 2 May 2004 14:09:30 -0000 1.15
+++ changes.xml 12 May 2004 11:23:56 -0000 1.16
@@ -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>
1.5 +10 -1 maven-plugins/jbuilder/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jbuilder/xdocs/properties.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- properties.xml 4 Mar 2004 18:36:01 -0000 1.4
+++ properties.xml 12 May 2004 11:23:56 -0000 1.5
@@ -43,7 +43,7 @@
</td>
</tr>
<tr>
- <td>maven.juilder.outpath</td>
+ <td>maven.jbuilder.outpath</td>
<td>Yes</td>
<td>
<p>
@@ -61,6 +61,15 @@
they exist. The default is the standard Maven project files. All
values are
separated by a comma.
Default : project.xml,maven.xml,project.properties
+ </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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]