Skip to content

Commit 5128bf7

Browse files
committed
build.xml
1 parent 2974a72 commit 5128bf7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project basedir="." default="build" name="java-src">
2+
<project basedir="." default="build" name="java-feature-set">
33

44
<property environment="env" />
55
<property name="debuglevel" value="source,lines,vars" />
6-
7-
<property name="target" value="1.8" />
8-
<property name="source" value="1.8" />
6+
<property name="target" value="1.9" />
7+
<property name="source" value="1.9" />
98

109
<path id="java-src.classpath">
1110
<pathelement location="bin" />
@@ -48,8 +47,8 @@
4847
<echo message="==========================================================" />
4948
<echo message="CONFIG" />
5049
<echo message="==========================================================" />
51-
<copy file="conf/inbravo-version.txt" tofile="bin/inbravo-version.txt" overwrite="true" />
52-
<copy file="conf/inbravo-log4j.properties" tofile="bin/inbravo-log4j.properties" overwrite="true" />
50+
<copy file="src/main/resources/inbravo-version.txt" tofile="bin/inbravo-version.txt" overwrite="true" />
51+
<copy file="src/main/resources/inbravo-log4j.properties" tofile="bin/inbravo-log4j.properties" overwrite="true" />
5352
<echo message="==========================================================" />
5453
<echo message="JAR" />
5554
<echo message="==========================================================" />

0 commit comments

Comments
 (0)