[vlma-devel] commit: Several minor fixes. (Adrien Grand )

git version control git at videolan.org
Tue Apr 29 03:01:12 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Tue Apr 29 03:02:11 2008 +0200| [167964bcadb04b252ed6fb71b95f68abe9abd2ae]

Several minor fixes.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=167964bcadb04b252ed6fb71b95f68abe9abd2ae
---

 README                                             |    2 +-
 pom.xml                                            |    2 +-
 .../videolan/vlma/web/dwr/RemoteController.java    |   20 ++++++++++++++++++++
 .../vlma/web/servers/ServersAddValidator.java      |    1 -
 4 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 3105eee..5b73f6f 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ How to compile
 --------------
 
 Requirements:
- - Java (version >= 1.5)
+ - JDK (version >= 5.0)
  - Maven2
 
 The VLMa uses Maven as a build system. If you are not familiar with 
diff --git a/pom.xml b/pom.xml
index 45c76f2..5b431ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
                 <configuration>
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://static.springframework.org/spring/docs/1.2.x/api/</link>
+                        <link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
                     </links>
                 </configuration>
             </plugin>
diff --git a/web/src/main/java/org/videolan/vlma/web/dwr/RemoteController.java b/web/src/main/java/org/videolan/vlma/web/dwr/RemoteController.java
index 2d0e8a4..36e47c3 100644
--- a/web/src/main/java/org/videolan/vlma/web/dwr/RemoteController.java
+++ b/web/src/main/java/org/videolan/vlma/web/dwr/RemoteController.java
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2006-2008 the VideoLAN team
+ *
+ * This file is part of VLMa.
+ *
+ * VLMa is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * VLMa is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with VLMa. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
 package org.videolan.vlma.web.dwr;
 
 import java.io.IOException;
diff --git a/web/src/main/java/org/videolan/vlma/web/servers/ServersAddValidator.java b/web/src/main/java/org/videolan/vlma/web/servers/ServersAddValidator.java
index 7d498e8..38f0030 100644
--- a/web/src/main/java/org/videolan/vlma/web/servers/ServersAddValidator.java
+++ b/web/src/main/java/org/videolan/vlma/web/servers/ServersAddValidator.java
@@ -46,7 +46,6 @@ public class ServersAddValidator implements Validator {
                 (c == '-' || c == '_')) {
                 index++;
             } else {
-                System.out.println(c);
                 return false;
             }
         }



More information about the vlma-devel mailing list