File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?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 " >
3
3
4
4
<property environment =" env" />
5
5
<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" />
9
8
10
9
<path id =" java-src.classpath" >
11
10
<pathelement location =" bin" />
48
47
<echo message =" ==========================================================" />
49
48
<echo message =" CONFIG" />
50
49
<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" />
53
52
<echo message =" ==========================================================" />
54
53
<echo message =" JAR" />
55
54
<echo message =" ==========================================================" />
You can’t perform that action at this time.
0 commit comments