You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/04/03 14:02:43 UTC

svn commit: r761638 - in /jakarta/bsf/trunk/bsf3: BUILDING pom.xml

Author: sebb
Date: Fri Apr  3 12:02:43 2009
New Revision: 761638

URL: http://svn.apache.org/viewvc?rev=761638&view=rev
Log:
Replace Java 1.4.2 with 1.4 as that is more normal way to express the dependency

Modified:
    jakarta/bsf/trunk/bsf3/BUILDING
    jakarta/bsf/trunk/bsf3/pom.xml

Modified: jakarta/bsf/trunk/bsf3/BUILDING
URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/BUILDING?rev=761638&r1=761637&r2=761638&view=diff
==============================================================================
--- jakarta/bsf/trunk/bsf3/BUILDING (original)
+++ jakarta/bsf/trunk/bsf3/BUILDING Fri Apr  3 12:02:43 2009
@@ -22,7 +22,7 @@
  - to setup Eclipse projects for the BSF modules
 
 
-BSF requires a minimum of Java 1.4.2 to build
+BSF requires a minimum of Java 1.4 to build
 
 Note, currently there is a bug in the BSF 3 projects setup which causes
 the Eclipse projects to be created badly for the test projects when

Modified: jakarta/bsf/trunk/bsf3/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/pom.xml?rev=761638&r1=761637&r2=761638&view=diff
==============================================================================
--- jakarta/bsf/trunk/bsf3/pom.xml (original)
+++ jakarta/bsf/trunk/bsf3/pom.xml Fri Apr  3 12:02:43 2009
@@ -162,8 +162,8 @@
                             <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                             <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
                             <Implementation-Version>${pom.version}</Implementation-Version>
-                            <X-Compile-Source-JDK>1.4.2</X-Compile-Source-JDK>
-                            <X-Compile-Target-JDK>1.4.2</X-Compile-Target-JDK>
+                            <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
+                            <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK>
                         </manifestEntries>
                     </archive>
                 </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org