From 9b50cbcbed7e0736a4c12e899107107a7e65bc02 Mon Sep 17 00:00:00 2001 From: evenisse Date: Wed, 12 May 2004 11:23:56 +0000 Subject: [PATCH] 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 --- jbuilder/plugin.jelly | 2 +- jbuilder/plugin.properties | 1 + jbuilder/xdocs/changes.xml | 1 + jbuilder/xdocs/properties.xml | 11 ++++++++++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/jbuilder/plugin.jelly b/jbuilder/plugin.jelly index 83b6d5e6..33fa6fb7 100644 --- a/jbuilder/plugin.jelly +++ b/jbuilder/plugin.jelly @@ -294,7 +294,7 @@ - + diff --git a/jbuilder/plugin.properties b/jbuilder/plugin.properties index b541e73a..9277cd39 100644 --- a/jbuilder/plugin.properties +++ b/jbuilder/plugin.properties @@ -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. diff --git a/jbuilder/xdocs/changes.xml b/jbuilder/xdocs/changes.xml index b4f02fff..92dd8acb 100644 --- a/jbuilder/xdocs/changes.xml +++ b/jbuilder/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add maven.jbuilder.bakpath property. Add xdocs and subdir into jbuilder folder(s). Fix crash with Maven RC2. diff --git a/jbuilder/xdocs/properties.xml b/jbuilder/xdocs/properties.xml index 96dbadd7..cdde5722 100644 --- a/jbuilder/xdocs/properties.xml +++ b/jbuilder/xdocs/properties.xml @@ -43,7 +43,7 @@ - maven.juilder.outpath + maven.jbuilder.outpath Yes

@@ -64,6 +64,15 @@

+ + maven.jbuilder.bakpath + Yes + +

+ Location of JBuilder backup directory. Default: ${maven.build.dir}/bak +

+ + maven.jbuilder.docpath Yes