Disable bundlor for sample
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user