File build.diff of Package projectlibre
diff -rau a/openproj_build/build.xml b/openproj_build/build.xml
--- a/openproj_build/build.xml 2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_build/build.xml 2017-09-30 14:29:29.754407592 +0200
@@ -44,8 +44,8 @@
classpathref="compile.class.path"
debug="off"
nowarn="on"
- source="1.5"
- target="1.5">
+ source="1.6"
+ target="1.6">
<src path="${src_pl_core}" />
<src path="${src_core}" />
<src path="${src_ui}" />
@@ -63,8 +63,8 @@
classpathref="compile-no_contrib_built.class.path"
debug="off"
nowarn="on"
- source="1.5"
- target="1.5">
+ source="1.6"
+ target="1.6">
<src path="${src_pl_core}" />
<src path="${src_core}" />
<src path="${src_ui}" />
diff -rau a/openproj_contrib/build.xml b/openproj_contrib/build.xml
--- a/openproj_contrib/build.xml 2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_contrib/build.xml 2017-09-30 14:40:54.208990591 +0200
@@ -26,8 +26,8 @@
classpathref="compile.class.path"
debug="off"
nowarn="on"
- source="1.5"
- target="1.5">
+ source="1.6"
+ target="1.6">
<src path="src" />
<include name="**/*" />
</javac>
diff -rau a/openproj_contrib/src/apple/dts/samplecode/osxadapter/OSXAdapter.java b/openproj_contrib/src/apple/dts/samplecode/osxadapter/OSXAdapter.java
--- a/openproj_core/build.xml 2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_core/build.xml 2017-09-30 14:42:06.618088712 +0200
@@ -18,8 +18,8 @@
classpathref="compile.class.path"
debug="off"
nowarn="on"
- source="1.5"
- target="1.5">
+ source="1.6"
+ target="1.6">
<src path="${src}" />
<include name="**/*" />
<exclude name="**/version.properties" />
diff -rau a/openproj_exchange/build.xml b/openproj_exchange/build.xml
--- a/openproj_exchange/build.xml 2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_exchange/build.xml 2017-09-30 14:42:41.726621151 +0200
@@ -49,8 +49,8 @@
classpathref="compile.class.path"
debug="off"
nowarn="on"
- source="1.5"
- target="1.5">
+ source="1.6"
+ target="1.6">
<src path="${src}" />
<include name="**/*" />
<exclude name="**/version.properties" />