[jamonapi] fix javac target/source

gil gil at fedoraproject.org
Thu Mar 5 12:47:00 UTC 2015


commit 1654ae8dcdccbd758880848c999834a6ebc5670a
Author: gil <puntogil at libero.it>
Date:   Thu Mar 5 13:46:51 2015 +0100

    fix javac target/source

 jamonapi.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/jamonapi.spec b/jamonapi.spec
index 6dd6487..9f5c320 100644
--- a/jamonapi.spec
+++ b/jamonapi.spec
@@ -62,6 +62,8 @@ sed -i "s|tomcat-el-2.2-api.jar|tomcat-el-api.jar|" src/ant/build.xml
 sed -i "s|tomcat-servlet-3.0-api.jar|tomcat-servlet-api.jar|" src/ant/build.xml
 
 sed -i 's|target="1.5" source="1.5"|target="1.6" source="1.6"|' src/ant/build.xml
+sed -i 's|"source" value="1.5"|"source" value="1.6"|' src/ant/build.xml
+sed -i 's|"vm" value="1.5"|"vm" value="1.6"|' src/ant/build.xml
 
 mkdir dist
 mkdir lib


More information about the scm-commits mailing list