You can subscribe to this list here.
2002 |
Jan
(887) |
Feb
(1041) |
Mar
(429) |
Apr
(147) |
May
(358) |
Jun
(378) |
Jul
(484) |
Aug
(501) |
Sep
(259) |
Oct
(934) |
Nov
(235) |
Dec
(108) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(287) |
Feb
(571) |
Mar
(939) |
Apr
(282) |
May
(71) |
Jun
(4) |
Jul
|
Aug
(10) |
Sep
|
Oct
(121) |
Nov
(141) |
Dec
(32) |
2004 |
Jan
(119) |
Feb
(697) |
Mar
(12) |
Apr
(23) |
May
(34) |
Jun
(44) |
Jul
(270) |
Aug
(62) |
Sep
(4) |
Oct
(2) |
Nov
(35) |
Dec
(18) |
2005 |
Jan
(37) |
Feb
(7) |
Mar
(49) |
Apr
(1) |
May
(6) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <lk...@us...> - 2005-01-26 17:00:55
|
Update of /cvsroot/openorb/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19908 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/tools/WHATSNEW,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- WHATSNEW 25 Oct 2004 12:25:24 -0000 1.81 +++ WHATSNEW 26 Jan 2005 17:00:44 -0000 1.82 @@ -1,6 +1,9 @@ OpenORB tools ------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - Fixed potential NPE in ServiceBase - A memory leak on AIX, when using the native library for RMI-IIOP |
From: <lk...@us...> - 2005-01-26 17:00:55
|
Update of /cvsroot/openorb/tools/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19908/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/tools/src/build.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- build.xml 29 Jul 2004 08:13:06 -0000 1.41 +++ build.xml 26 Jan 2005 17:00:44 -0000 1.42 @@ -117,7 +117,6 @@ <fileset dir=".."> <include name="tools/lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-26 16:58:36
|
Update of /cvsroot/openorb/TimeService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19398/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/TimeService/src/build.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- build.xml 23 Jul 2004 06:42:23 -0000 1.57 +++ build.xml 26 Jan 2005 16:58:28 -0000 1.58 @@ -101,7 +101,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-26 16:58:36
|
Update of /cvsroot/openorb/TimeService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19398 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/TimeService/WHATSNEW,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- WHATSNEW 29 Jul 2004 09:48:13 -0000 1.24 +++ WHATSNEW 26 Jan 2005 16:58:28 -0000 1.25 @@ -1,6 +1,9 @@ OpenORB TimeService ------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + Version 1.4.0 BETA2 - July, 29 2004 - TimeService_1_4_0_BETA2 - Corrected the wrong implementation of UTC time. The value in a UtcT |
From: <lk...@us...> - 2005-01-26 16:57:16
|
Update of /cvsroot/openorb/SSL/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19051/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/SSL/src/build.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- build.xml 23 Jul 2004 06:42:23 -0000 1.70 +++ build.xml 26 Jan 2005 16:57:07 -0000 1.71 @@ -97,7 +97,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-26 16:57:15
|
Update of /cvsroot/openorb/SSL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19051 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/SSL/WHATSNEW,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- WHATSNEW 19 Nov 2004 22:43:05 -0000 1.41 +++ WHATSNEW 26 Jan 2005 16:57:06 -0000 1.42 @@ -1,6 +1,9 @@ OpenORB SSL ----------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - renamed method getState() in subclasses of Thread to allow compilation on JDK 1.5 |
From: <lk...@us...> - 2005-01-26 16:55:51
|
Update of /cvsroot/openorb/PropertyService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18715/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/PropertyService/src/build.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- build.xml 23 Jul 2004 09:49:36 -0000 1.53 +++ build.xml 26 Jan 2005 16:55:43 -0000 1.54 @@ -98,7 +98,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-26 16:55:51
|
Update of /cvsroot/openorb/PropertyService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18715 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/PropertyService/WHATSNEW,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- WHATSNEW 19 Nov 2004 22:35:16 -0000 1.25 +++ WHATSNEW 26 Jan 2005 16:55:43 -0000 1.26 @@ -1,6 +1,9 @@ OpenORB PropertyService ----------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - Renamed "enum" variables to allow compilation on JDK 1.5 Version 1.4.0 BETA2 - July, 29 2004 - PropertyService_1_4_0_BETA2 |
From: <lk...@us...> - 2005-01-26 16:54:19
|
Update of /cvsroot/openorb/PersistentStateService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18359 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/WHATSNEW,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- WHATSNEW 19 Nov 2004 22:40:25 -0000 1.42 +++ WHATSNEW 26 Jan 2005 16:54:07 -0000 1.43 @@ -1,6 +1,9 @@ OpenORB PersistentStateService ------------------------------ +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - Renamed "enum" variables to allow compilation on JDK 1.5 - Fixed ArrayIndexOutOfBoundsException in MemoryIterator.detach() |
From: <lk...@us...> - 2005-01-26 16:54:19
|
Update of /cvsroot/openorb/PersistentStateService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18359/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/src/build.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- build.xml 23 Jul 2004 06:42:22 -0000 1.61 +++ build.xml 26 Jan 2005 16:54:07 -0000 1.62 @@ -102,7 +102,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-26 16:52:13
|
Update of /cvsroot/openorb/OpenORB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17685 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/OpenORB/WHATSNEW,v retrieving revision 1.232 retrieving revision 1.233 diff -u -d -r1.232 -r1.233 --- WHATSNEW 20 Nov 2004 13:11:44 -0000 1.232 +++ WHATSNEW 26 Jan 2005 16:52:02 -0000 1.233 @@ -1,6 +1,9 @@ OpenORB ------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - The value of boolean properties must now be one of true, false, yes, no, on, off. Other values are no longer recognized and will lead to INITIALIZE exceptions. |
From: <lk...@us...> - 2005-01-26 16:52:13
|
Update of /cvsroot/openorb/OpenORB/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17685/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/build.xml,v retrieving revision 1.185 retrieving revision 1.186 diff -u -d -r1.185 -r1.186 --- build.xml 19 Nov 2004 23:20:16 -0000 1.185 +++ build.xml 26 Jan 2005 16:52:03 -0000 1.186 @@ -136,7 +136,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> <path id="special.class.path"> |
From: <lk...@us...> - 2005-01-25 21:16:28
|
Update of /cvsroot/openorb/NotificationService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2795/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/NotificationService/src/build.xml,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- build.xml 23 Jul 2004 15:24:00 -0000 1.81 +++ build.xml 25 Jan 2005 21:15:38 -0000 1.82 @@ -104,7 +104,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-25 21:16:28
|
Update of /cvsroot/openorb/NotificationService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2795 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/NotificationService/WHATSNEW,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- WHATSNEW 10 Dec 2004 15:49:25 -0000 1.67 +++ WHATSNEW 25 Jan 2005 21:15:37 -0000 1.68 @@ -1,6 +1,9 @@ OpenORB NotificationService --------------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - Added preliminary support for Filter.destroy(). Filters are deactivated in the POA, but not removed from PSS yet. |
From: <lk...@us...> - 2005-01-25 21:13:40
|
Update of /cvsroot/openorb/NamingService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1972/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/NamingService/src/build.xml,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- build.xml 23 Jul 2004 09:49:36 -0000 1.82 +++ build.xml 25 Jan 2005 21:12:49 -0000 1.83 @@ -108,7 +108,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> <path id="boot.class.path"> |
From: <lk...@us...> - 2005-01-25 21:13:30
|
Update of /cvsroot/openorb/NamingService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1972 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/NamingService/WHATSNEW,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- WHATSNEW 29 Jul 2004 09:48:12 -0000 1.39 +++ WHATSNEW 25 Jan 2005 21:12:49 -0000 1.40 @@ -1,6 +1,9 @@ OpenORB NamingService --------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + Version 1.4.0 BETA2 - July, 29 2004 - NamingService_1_4_0_BETA2 - Upgraded to checkstyle 3.3. |
From: <lk...@us...> - 2005-01-25 21:09:34
|
Update of /cvsroot/openorb/ManagementBoard/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv994/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/ManagementBoard/src/build.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- build.xml 23 Jul 2004 06:42:18 -0000 1.66 +++ build.xml 25 Jan 2005 21:09:14 -0000 1.67 @@ -132,7 +132,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-25 21:09:27
|
Update of /cvsroot/openorb/ManagementBoard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv994 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/ManagementBoard/WHATSNEW,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- WHATSNEW 29 Jul 2004 09:48:12 -0000 1.29 +++ WHATSNEW 25 Jan 2005 21:09:13 -0000 1.30 @@ -1,6 +1,9 @@ OpenORB ManagementBoard ----------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + Version 1.4.0 BETA2 - July, 29 2004 - ManagementBoard_1_4_0_BETA2 - Upgraded to checkstyle 3.3. |
From: <lk...@us...> - 2005-01-25 21:06:28
|
Update of /cvsroot/openorb/InterfaceRepository In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32717 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/InterfaceRepository/WHATSNEW,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- WHATSNEW 29 Jul 2004 09:48:11 -0000 1.31 +++ WHATSNEW 25 Jan 2005 21:05:38 -0000 1.32 @@ -1,6 +1,9 @@ OpenORB InterfaceRepository --------------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + Version 1.4.0 BETA2 - July, 29 2004 - InterfaceRepository_1_4_0_BETA2 - Fixed bug #800327 (FullInterfaceDescription: no transient hull). |
From: <lk...@us...> - 2005-01-25 21:06:02
|
Update of /cvsroot/openorb/InterfaceRepository/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32717/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/InterfaceRepository/src/build.xml,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- build.xml 10 Feb 2004 19:39:35 -0000 1.63 +++ build.xml 25 Jan 2005 21:05:39 -0000 1.64 @@ -102,7 +102,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> <!-- =============================== --> |
From: <lk...@us...> - 2005-01-25 21:02:21
|
Update of /cvsroot/openorb/EventService/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31827/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/EventService/src/build.xml,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- build.xml 23 Jul 2004 06:42:18 -0000 1.63 +++ build.xml 25 Jan 2005 21:02:06 -0000 1.64 @@ -97,7 +97,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-25 21:02:21
|
Update of /cvsroot/openorb/EventService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31827 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/EventService/WHATSNEW,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- WHATSNEW 29 Jul 2004 09:48:11 -0000 1.28 +++ WHATSNEW 25 Jan 2005 21:02:05 -0000 1.29 @@ -1,6 +1,9 @@ OpenORB EventService -------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + Version 1.4.0 BETA2 - July, 29 2004 - EventService_1_4_0_BETA2 - Upgraded to checkstyle 3.3. |
From: <lk...@us...> - 2005-01-25 21:00:24
|
Update of /cvsroot/openorb/EvaluatorUtility In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31117 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/EvaluatorUtility/WHATSNEW,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- WHATSNEW 29 Jul 2004 09:48:11 -0000 1.27 +++ WHATSNEW 25 Jan 2005 20:59:35 -0000 1.28 @@ -1,6 +1,9 @@ OpenORB EvaluatorUtility ------------------------ +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + Version 1.4.0 BETA2 - July, 29 2004 - EvaluatorUtility_1_4_0_BETA2 - Fixed copy+paste error that lead to BAD_OPERATION when extracting |
From: <lk...@us...> - 2005-01-25 20:59:53
|
Update of /cvsroot/openorb/EvaluatorUtility/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31117/src Modified Files: build.xml Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: build.xml =================================================================== RCS file: /cvsroot/openorb/EvaluatorUtility/src/build.xml,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- build.xml 23 Jul 2004 06:42:03 -0000 1.62 +++ build.xml 25 Jan 2005 20:59:37 -0000 1.63 @@ -96,7 +96,6 @@ <fileset dir="${tools.dir}"> <include name="lib/ext/build/**/*.jar"/> </fileset> - <pathelement path="${java.home}/../lib/tools.jar" /> </path> |
From: <lk...@us...> - 2005-01-25 20:43:50
|
Update of /cvsroot/openorb/ConcurrencyControlService In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26687 Modified Files: WHATSNEW Log Message: removed obsolete ref to JDK tools.jar to allow compilation on Mac OSX Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/ConcurrencyControlService/WHATSNEW,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- WHATSNEW 19 Nov 2004 22:38:00 -0000 1.26 +++ WHATSNEW 25 Jan 2005 20:42:58 -0000 1.27 @@ -1,6 +1,9 @@ OpenORB ConcurrencyControlService --------------------------------- +- removed reference to the JDK tools.jar from build.xml + to allow compilation on OSX + - Renamed "enum" variables to allow compilation on JDK 1.5 Version 1.4.0 BETA2 - July, 29 2004 - ConcurrencyControlService_1_4_0_BETA2 |