On 07/04/2009, mt...@apache.org <mt...@apache.org> wrote: > Author: mturk > Date: Tue Apr 7 13:23:42 2009 > New Revision: 762765 > > URL: http://svn.apache.org/viewvc?rev=762765&view=rev > Log: > OS class. Majority of this info is available by using various system > properties, > but things like WOW64 are not withouth some serious hacking. This class > makes sure the returned info matches the running OS > > Added: > > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > (with props) > Modified: > commons/sandbox/runtime/trunk/src/main/native/include/acr.h > > Added: > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > URL: > http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java?rev=762765&view=auto > > ============================================================================== > --- > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > (added) > +++ > commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java > Tue Apr 7 13:23:42 2009 > @@ -0,0 +1,111 @@ > +/* > + * SIGHT - System information gathering hybrid tool > + * > + * Copyright(c) 2007 Red Hat Middleware, LLC, > + * and individual contributors as indicated by the @authors tag. > + * See the copyright.txt in the distribution for a > + * full listing of individual contributors. > + * > + * This library is free software; you can redistribute it and/or > + * modify it under the terms of the GNU Lesser General Public > + * License as published by the Free Software Foundation; either > + * version 2 of the License, or (at your option) any later version.
We cannot include LGPL items in our code - neither source nor binary, though we can have optional dependencies on them. http://www.apache.org/legal/3party.html#category-x --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org