Disable bundlor for sample

This commit is contained in:
Ben Hale
2008-07-01 14:06:40 +00:00
parent f154010ef0
commit b3f02a845f
2 changed files with 6 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
<property name="source.version" value="1.5"/>
<property name="ivy.cache.dir" value="${basedir}/../../../ivy-cache"/>
<property name="disable.bundlor" value="true" />
<property name="integration.repo.dir" value="${basedir}/../../../integration-repo"/>
<property file="${basedir}/../../../build.properties"/>
<import file="${basedir}/../../../spring-build/standard/default.xml"/>

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.samples.springtravel.webapp" xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="source.version" value="1.5"/>
<property name="ivy.cache.dir" value="${basedir}/../../../ivy-cache"/>
<property name="integration.repo.dir" value="${basedir}/../../../integration-repo"/>
<property name="source.version" value="1.5"/>
<property name="ivy.cache.dir" value="${basedir}/../../../ivy-cache"/>
<property name="integration.repo.dir" value="${basedir}/../../../integration-repo"/>
<property name="disable.bundlor" value="true"/>
<property file="${basedir}/../../../build.properties"/>
<!--property file="${basedir}/../../../build.versions"/-->
<import file="${basedir}/../../../spring-build/web-module/default.xml"/>