Fixes for MAVEN-593 and MAVEN-594

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
michal
2003-07-29 11:07:41 +00:00
parent d70857962c
commit 0eca348d7c
2 changed files with 3 additions and 2 deletions

View File

@@ -34,8 +34,8 @@
<j:set var="home" value="${maven.jbuilder.userHome}/${dir}" />
<j:set var="defaultProject" value="${home}/Default.jpr" />
<u:available file="${defaultProject}">
<j:expr value="${context.setVariable(userHome,home)}" />
<j:expr value="${context.setVariable(project,defaultProject)}" />
<j:set var="${userHome}" value="${home}" scope="parent"/>
<j:set var="${project}" value="${defaultProject}" scope="parent"/>
<j:break/>
</u:available>
</j:forEach>

View File

@@ -5,6 +5,7 @@ maven.jbuilder.userHome = ${user.home}
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
# List of additional files that should be added to the JBuilder project if
# they exist. The default is the standard Maven project files.