Whistling

This commit is contained in:
Adubbz 2013-09-13 22:48:41 +10:00
parent db2ea6970b
commit 39338b1e34
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<project name="Biomes O Plenty" default="build">
<project name="Biomes O Plenty" basedir="./" default="build">
<property environment="env" />
<property file="buildspecs.properties" prefix="buildspecs" />
@ -10,7 +10,7 @@
<property name="forge.version" value="9.10.1.857" />
<property name="fmp.version" value="1.0.0.161" />
<property name="src.dir" value="" />
<property name="src.dir" value="BiomesOPlenty" />
<property name="build.dir" value="build" />
<property name="download.dir" value="download" />
<property name="jar.dir" value="dist" />