hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

review request #704

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi.

May you change 

if (System.getProperty("os.name").toUpperCase().indexOf("WINDOWS") == -1)

to 

if (System.getProperty("os.name").toUpperCase().contains("WINDOWS")) {

because it can't find all windows systems with old code (but i don't know why)

Original issue reported on code.google.com by mertdo...@hotmail.com on 18 Apr 2009 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 31 Jan 2012 at 12:23

GoogleCodeExporter commented 9 years ago
OpenMeetings moves to Apache Foundation, update your bookmarks to the new 
project page:

http://incubator.apache.org/openmeetings/

New Issue tracker is located: https://issues.apache.org/jira/browse/OPENMEETINGS

New Mailing Lists located at: 
http://incubator.apache.org/openmeetings/mail-lists.html 

Original comment by seba.wag...@gmail.com on 31 Jan 2012 at 12:25