Author: polx
Date: Mon Jan 26 15:11:51 2009
New Revision: 737708

URL: http://svn.apache.org/viewvc?rev=737708&view=rev
Log:
attempt at muting Gump which insists on building on 1.6 and the JDK having made 
a non-backwards compatible move: the SQL taglib now needs parametric types.
paul

Modified:
    commons/proper/jelly/trunk/jelly-tags/sql/project.properties

Modified: commons/proper/jelly/trunk/jelly-tags/sql/project.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/sql/project.properties?rev=737708&r1=737707&r2=737708&view=diff
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/sql/project.properties (original)
+++ commons/proper/jelly/trunk/jelly-tags/sql/project.properties Mon Jan 26 
15:11:51 2009
@@ -17,3 +17,8 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
+
+## because of java.sql.DataSource requires some parametric types in its 
abstract methods
+maven.compile.source=1.5
+maven.compile.target=1.5
+


Reply via email to