Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1506 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 13, 2009
1 parent 378b4ac commit a34ab7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public void setup() throws IOException
System.getProperties().load(new FileReader(buildProperties));
}
File localBuildProperties = new File(jbossAsDir, "local.build.properties");
if (buildProperties.exists())
if (localBuildProperties.exists())
{
System.getProperties().load(new FileReader(localBuildProperties));
}
Expand Down

0 comments on commit a34ab7b

Please sign in to comment.