Revision: 4041
Author:   seba.wagner
Date:     Sat Aug 13 05:56:03 2011
Log:      Fixes: Remove stopper in Install-Servlet
http://code.google.com/p/openmeetings/source/detail?r=4041

Modified:
/branches/dev/injection/src/app/org/openmeetings/app/installation/ImportInitvalues.java /branches/dev/injection/src/app/org/openmeetings/servlet/outputhandler/Install.java

=======================================
--- /branches/dev/injection/src/app/org/openmeetings/app/installation/ImportInitvalues.java Sat Aug 13 05:43:49 2011 +++ /branches/dev/injection/src/app/org/openmeetings/app/installation/ImportInitvalues.java Sat Aug 13 05:56:03 2011
@@ -734,14 +734,9 @@

                this.loadTimeZoneFiles(filePath);

-               // String listLanguages[] = {"deutsch", "english", "french", 
"spanish"};
-
LinkedHashMap<Integer, LinkedHashMap<String, Object>> listlanguages = this
                                .getLanguageFiles(filePath);

-               // TODO empty tables before launch
-               // Languagemanagement.getInstance().emptyFieldLanguage();
-
                boolean langFieldIdIsInited = false;

                /** Read all languages files */
=======================================
--- /branches/dev/injection/src/app/org/openmeetings/servlet/outputhandler/Install.java Sat Aug 13 05:43:49 2011 +++ /branches/dev/injection/src/app/org/openmeetings/servlet/outputhandler/Install.java Sat Aug 13 05:56:03 2011
@@ -25,6 +25,11 @@

 public class Install extends VelocityViewServlet {

+       /**
+        *
+        */
+       private static final long serialVersionUID = 3684381243236013771L;
+
        private ImportInitvalues importInitvalues;

        private static final Logger log = Red5LoggerFactory.getLogger(
@@ -354,9 +359,6 @@
                                        // Appointment Remindertypes
                                        
importInitvalues.loadInitAppointmentReminderTypes();

-                                       if (true)
-                                               return null;
-
                                        // update to next step
                                        log.error("add level to install file");
                                        InstallationDocumentHandler

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to