[vlc-devel] commit: switch to jdk 1.5 (Filippo Carone )

git version control git at videolan.org
Sun Mar 16 13:39:01 CET 2008


vlc | branch: master | Filippo Carone <littlejohn at videolan.org> | Sun Mar 16 13:22:00 2008 +0100| [a130c17fc4c838c4e924f3fa67c47821ebff1779]

switch to jdk 1.5

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a130c17fc4c838c4e924f3fa67c47821ebff1779
---

 bindings/java/core/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/java/core/pom.xml b/bindings/java/core/pom.xml
index 9a4989f..f8d6a37 100644
--- a/bindings/java/core/pom.xml
+++ b/bindings/java/core/pom.xml
@@ -15,8 +15,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
     </plugins>




More information about the vlc-devel mailing list