Author: seba.wagner
Date: Mon Sep 22 07:56:18 2008
New Revision: 1564
Modified:
trunk/webapp/filetest.keystore
trunk/webapp/src/test/org/openmeetings/test/gui/TestGui.java
Log:
Fixes an error which breaks the build process
Modified: trunk/webapp/filetest.keystore
==============================================================================
Binary files. No diff available.
Modified: trunk/webapp/src/test/org/openmeetings/test/gui/TestGui.java
==============================================================================
--- trunk/webapp/src/test/org/openmeetings/test/gui/TestGui.java
(original)
+++ trunk/webapp/src/test/org/openmeetings/test/gui/TestGui.java Mon Sep
22
07:56:18 2008
@@ -14,6 +14,6 @@
}
public static void main(String[] args){
- new StartScreen("","","","");
+ new StartScreen("","","","","");
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---