Skip to content

Commit

Permalink
properties file for jboss.home
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@494 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 9, 2008
1 parent e700b9f commit b6c2446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.properties
@@ -0,0 +1 @@
jboss.home=/Applications/jboss-5.0.0.GA
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -4,6 +4,8 @@
<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />

<property file="build.properties" />

<target name="install-jboss5">

<fail unless="jboss.home" message="Please pass in -Djboss.home=..."/>
Expand Down

0 comments on commit b6c2446

Please sign in to comment.