whitespace (no functional changes)
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2300 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
af5b49eab9
commit
df29c0b281
12
build.xml
12
build.xml
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<project name="google-refine" default="build" basedir=".">
|
<project name="google-refine" default="build" basedir=".">
|
||||||
|
|
||||||
<!-- Properties are immutable, so anything set in this file takes priority-->
|
<!-- Properties are immutable, so anything set in this file takes priority-->
|
||||||
<property file="build.properties"/>
|
<property file="build.properties"/>
|
||||||
|
|
||||||
<property environment="env"/>
|
<property environment="env"/>
|
||||||
|
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<property name="build.dir" value="build"/>
|
<property name="build.dir" value="build"/>
|
||||||
<property name="dist.dir" value="dist"/>
|
<property name="dist.dir" value="dist"/>
|
||||||
|
|
||||||
<property name="appengine.app_id" value="google-refine-broker"/>
|
<property name="appengine.app_id" value="google-refine-broker"/>
|
||||||
<property name="appengine.version" value="1"/>
|
<property name="appengine.version" value="1"/>
|
||||||
<property name="appengine.sdk.dir" value="/opt/appengine"/>
|
<property name="appengine.sdk.dir" value="/opt/appengine"/>
|
||||||
|
|
||||||
@ -360,9 +360,9 @@
|
|||||||
</tar>
|
</tar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="kits" depends="linux,mac,windows"
|
<target name="kits" depends="linux,mac,windows"
|
||||||
description="Build kits for all supported platforms">
|
description="Build kits for all supported platforms">
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ================================================================== -->
|
<!-- ================================================================== -->
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
</zipfileset>
|
</zipfileset>
|
||||||
</zip>
|
</zip>
|
||||||
|
|
||||||
<delete dir="${ext.dir}"/>
|
<delete dir="${ext.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean">
|
<target name="clean">
|
||||||
|
Loading…
Reference in New Issue
Block a user