rpms/axis/devel axis.spec,1.24,1.25

Permaine Cheung (pcheung) fedora-extras-commits at redhat.com
Thu Jun 5 12:54:53 UTC 2008


Author: pcheung

Update of /cvs/pkgs/rpms/axis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27032

Modified Files:
	axis.spec 
Log Message:
Add javac.source=1.4 to the ant command for the build




Index: axis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/axis/devel/axis.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- axis.spec	19 Feb 2008 17:42:23 -0000	1.24
+++ axis.spec	5 Jun 2008 12:53:48 -0000	1.25
@@ -7,7 +7,7 @@
 
 Name:          axis
 Version:       1.2.1
-Release:       3jpp.8%{?dist}
+Release:       3jpp.9%{?dist}
 Epoch:         0
 Summary:       A SOAP implementation in Java
 License:       Apache Software License
@@ -136,6 +136,7 @@
     -Djunit.jar=$(build-classpath junit 2>/dev/null) \
     -Djimi.jar=$(build-classpath jimi 2>/dev/null) \
     -Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
+    -Dant.build.javac.source=1.4 \
     clean compile javadocs
 
 %install
@@ -214,6 +215,9 @@
 %doc docs/*
 
 %changelog
+* Thu Jun 05 2008 Permaine Cheung <pcheung at redhat.com> 0:1.2.1-3jpp.9
+- Add javac.source=1.4 to the ant command for the build
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0:1.2.1-3jpp.8
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list