[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:39:23 2008 +0100| [12c70d4b6eb8c2e682bf6c045ec8f217c033b511]

switch to jdk 1.5

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

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

diff --git a/bindings/java/samples/client/pom.xml b/bindings/java/samples/client/pom.xml
index 86f171f..fc8b25d 100644
--- a/bindings/java/samples/client/pom.xml
+++ b/bindings/java/samples/client/pom.xml
@@ -18,8 +18,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>
       <plugin>




More information about the vlc-devel mailing list