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
18
build.xml
18
build.xml
@ -8,9 +8,9 @@
|
||||
|
||||
<project name="google-refine" default="build" basedir=".">
|
||||
|
||||
<!-- Properties are immutable, so anything set in this file takes priority-->
|
||||
<property file="build.properties"/>
|
||||
|
||||
<!-- Properties are immutable, so anything set in this file takes priority-->
|
||||
<property file="build.properties"/>
|
||||
|
||||
<property environment="env"/>
|
||||
|
||||
<property name="version" value="trunk"/>
|
||||
@ -19,10 +19,10 @@
|
||||
<property name="build.dir" value="build"/>
|
||||
<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.sdk.dir" value="/opt/appengine"/>
|
||||
|
||||
|
||||
<property name="fullname" value="google-refine-${version}-${revision}" />
|
||||
|
||||
<property name="main.dir" value="${basedir}/main" />
|
||||
@ -360,10 +360,10 @@
|
||||
</tar>
|
||||
</target>
|
||||
|
||||
<target name="kits" depends="linux,mac,windows"
|
||||
description="Build kits for all supported platforms">
|
||||
</target>
|
||||
|
||||
<target name="kits" depends="linux,mac,windows"
|
||||
description="Build kits for all supported platforms">
|
||||
</target>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
|
||||
<target name="prepare_reports">
|
||||
|
@ -80,8 +80,8 @@
|
||||
<include name="**/**"/>
|
||||
</zipfileset>
|
||||
</zip>
|
||||
|
||||
<delete dir="${ext.dir}"/>
|
||||
|
||||
<delete dir="${ext.dir}"/>
|
||||
</target>
|
||||
|
||||
<target name="clean">
|
||||
|
Loading…
Reference in New Issue
Block a user