summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-02-04 16:27:08 +0000
committerArtur Signell <artur@vaadin.com>2014-02-04 16:27:08 +0000
commit36266a0a450aa6ed59ed30286c8c5cb67876e5d0 (patch)
treecbc5ed28ef756f0b9759fe820e4b5bec8db1410a /common.xml
parenta52b0ba902781e5daeffa4f9bc2e48f35eea2c35 (diff)
downloadvaadin-framework-36266a0a450aa6ed59ed30286c8c5cb67876e5d0.tar.gz
vaadin-framework-36266a0a450aa6ed59ed30286c8c5cb67876e5d0.zip
Revert "Use Logger instead of System.out and System.err (#10328)."
This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35. Change-Id: I646c6067cd988f7593996642b22db3818f732d25
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/common.xml b/common.xml
index 9104f57961..a1c086c57a 100644
--- a/common.xml
+++ b/common.xml
@@ -139,7 +139,6 @@
<fileset dir="${src}">
<patternset>
<include name="**/*.java" />
- <include name="**/*.properties" />
</patternset>
</fileset>
<fileset refid="common.files.for.all.jars" />
@@ -185,7 +184,7 @@
<property name="src" location="{$result.dir}/../src" />
<union id="jar.files">
- <fileset dir="${classes}" excludes="${classes.exclude}" erroronmissingdir="false"/>
+ <fileset dir="${classes}" excludes="${classes.exclude}" erroronmissingdir="false" />
<fileset dir="${src}" excludes="${jar.exclude}" erroronmissingdir="false" />
<fileset refid="common.files.for.all.jars" />
<union refid="extra.jar.includes" />
@@ -278,9 +277,6 @@
<classpath refid="classpath.compile.dependencies" />
<classpath refid="classpath.compile.custom" />
</javac>
- <copy todir="${classes}">
- <fileset dir="${src}" includes="**/*.properties"/>
- </copy>
</target>
<target name="exec-buildhelper" depends="compile">