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: Michael R. <mr...@us...> - 2002-01-10 20:32:39
|
Update of /cvsroot/openorb/EvaluatorUtility/src
In directory usw-pr-cvs1:/tmp/cvs-serv7859
Modified Files:
build.xml
Log Message:
#501909: Moved the test case in the correct directory.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/EvaluatorUtility/src/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build.xml 2002/01/10 19:26:04 1.2
+++ build.xml 2002/01/10 20:32:34 1.3
@@ -54,10 +54,14 @@
<property name="lib" value="lib" />
<property name="etc" value="src/etc" />
<property name="conf" value="src/config" />
- <property name="project" value="OpenORB Constraint Evaluator Utility" />
+ <property name="project" value="EvaluatorUtility" />
<property name="project_file_name" value="openorb_evaluator_utility" />
- <property name="archive" value="${project_file_name}-${version}"/>
+ <property name="archive" value="${project}-${version}"/>
+ <!-- Define the libraries jar file name, for easy version updating -->
+ <property name="evaluator-main-jar" value="openorb_evaluator-${version}.jar" />
+ <property name="evaluator-tests-jar" value="openorb_evaluator_test-${version}.jar" />
+
<property name="classpath" value=""${java.class.path};${build}\main;${build}\test"" />
</target>
@@ -109,19 +113,19 @@
<!-- =============================== -->
<target name="jar" depends="main" >
- <delete file="${dist}/openorb_evaluator-${version}.jar" />
+ <delete file="${dist}/${evaluator-main-jar}" />
<copy file="${etc}/LICENSE" tofile="${build}/LICENSE" />
<copy file="${etc}/README" tofile="${build}/README" />
<copy file="${etc}/CHANGELOG" tofile="${build}/CHANGELOG" />
- <jar jarfile="${dist}/openorb_evaluator-${version}.jar"
+ <jar jarfile="${dist}/${evaluator-main-jar}"
basedir="${build}/main"/>
</target>
<target name="jar-all" depends="jar,test" >
- <delete file="${dist}/test_evaluator-${version}.jar" />
- <jar jarfile="${dist}/test_evaluator-${version}.jar"
+ <delete file="${dist}/${evaluator-test-jar}" />
+ <jar jarfile="${dist}/${evaluator-test-jar}"
basedir="${build}/test" />
</target>
@@ -176,10 +180,10 @@
tofile="${bin}/LICENSE" />
<copy file="${etc}/CHANGELOG"
tofile="${bin}/CHANGELOG" />
- <copy file="${dist}/openorb_evaluator-${version}.jar"
- tofile="${bin}/lib/openorb_evaluator-${version}.jar" />
- <copy file="${dist}/test_evaluator-${version}.jar"
- tofile="${bin}/lib/test_evaluator-${version}.jar" />
+ <copy file="${dist}/${evaluator-main-jar}"
+ tofile="${bin}/lib/${evaluator-main-jar}" />
+ <copy file="${dist}/${evaluator-test-jar}"
+ tofile="${bin}/lib/${evaluator-test-jar}" />
<copy todir="${bin}/doc/javadoc">
<fileset dir="${dist}/javadoc" />
</copy>
|
|
From: Michael R. <mr...@us...> - 2002-01-10 20:32:39
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint/test
In directory usw-pr-cvs1:/tmp/cvs-serv7859/test/org/openorb/constraint/test
Added Files:
ConstraintEvaluatorTest.java DynamicValueTest.java
Log Message:
#501909: Moved the test case in the correct directory.
--- NEW FILE: ConstraintEvaluatorTest.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*/
package org.openorb.constraint.test;
/**
* This class provides a set of tests for the constraint evaluator.
*
* @author <a href="mailto:jd...@in...">Jerome Daniel <da...@in...></a>
*/
public class ConstraintEvaluatorTest
{
public static void main( String [] args )
{
// -- creates the ORB --
org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init( args, null );
// -- tests a set of constraints --
test_constraint( "memory > 10000", orb, false );
test_constraint( "person.first_name == 'foo'", orb , true );
test_constraint( "person.old < ( 2 * 3 )", orb , false );
test_constraint( "person.old == 30", orb, true );
test_constraint( "( person.old == 30 ) or ( person.old < ( 2 * 3 ) )", orb, true );
test_constraint( "person.pair(position) > 40", orb, true);
test_constraint( "( person.value * 3 ) / 2 <= 150", orb, true );
test_constraint( "50 + ( -2 * 6 ) > 45", orb, false );
test_constraint( "$address ~ 'long'", orb, true );
test_constraint( "exist $.size", orb, true );
test_constraint( "'January' in third.seq", orb, true );
test_constraint( "third.months == March", orb, true );
test_constraint( "third.seq._length == 2 and ( third.seq[1] == 'February' )", orb, true );
test_constraint( "10e-3 * 2 + ( 2 + -6 ) > 0", orb, false );
test_constraint( "fourth.k.(5) < 10", orb, true );
test_constraint( "fourth.k._d == 5", orb, true );
test_constraint( "default fourth.k2._d", orb, true );
test_constraint( "fourth.k2.() >= 3.14", orb, true );
test_constraint( "fourth.seq[0](index) > 3", orb, true);
test_constraint( "fourth.seq[0].name == 'index'", orb, true);
}
/**
* This operation is used to evaluate a constraint
*/
private static void test_constraint( String constraint, org.omg.CORBA.ORB orb, boolean result )
{
// -- prepares the values --
org.omg.CORBA.Any member = orb.create_any();
member.insert_long(100);
org.openorb.constraint.Inside ins = new org.openorb.constraint.Inside( "long way", false );
org.openorb.constraint.ValuePair pair = new org.openorb.constraint.ValuePair( "position", 50 );
org.openorb.constraint.Person p = new org.openorb.constraint.Person( "foo", "bar", 30, member, pair );
org.openorb.constraint.Other o = new org.openorb.constraint.Other( 30, ins );
String [] tab = new String[2];
tab[0] = "January";
tab[1] = "February";
org.openorb.constraint.Third t = new org.openorb.constraint.Third( org.openorb.constraint.Months.March, tab );
org.openorb.constraint.K k = new org.openorb.constraint.K();
k.M(8);
org.openorb.constraint.K k2 = new org.openorb.constraint.K();
k2.D(3.14);
org.openorb.constraint.ValuePair [] pairSeq = new org.openorb.constraint.ValuePair[1];
pairSeq[0] = new org.openorb.constraint.ValuePair( "index", 5 );
org.openorb.constraint.Fourth f = new org.openorb.constraint.Fourth( k, k2, pairSeq );
org.omg.CORBA.Any any = orb.create_any();
org.omg.CORBA.Any any2 = orb.create_any();
org.omg.CORBA.Any any3 = orb.create_any();
org.omg.CORBA.Any any4 = orb.create_any();
org.omg.CORBA.Any any5 = orb.create_any();
any5.insert_long( 10 );
org.openorb.constraint.PersonHelper.insert( any, p );
org.openorb.constraint.OtherHelper.insert( any2, o );
org.openorb.constraint.ThirdHelper.insert( any3, t );
org.openorb.constraint.FourthHelper.insert( any4, f );
// -- creates the constraint --
org.openorb.constraint.Constraint c = null;
try
{
c = org.openorb.constraint.ConstraintEvaluator.create( constraint, orb );
}
catch ( org.openorb.constraint.InvalidConstraint ex )
{
System.out.println("This constraint contains an error : " + constraint );
return;
}
// -- evaluates the constraint --
try
{
c.addValue( "person", any );
c.addValue( "$", any2 );
c.addValue( "third", any3 );
c.addValue( "fourth", any4 );
c.addValue( "memory", any5 );
boolean b = (( Boolean ) c.evaluate() ).booleanValue();
System.out.println( constraint + " : " + b );
if ( b != result )
System.out.println("******* ERROR : expected result = " + result );
}
catch ( org.openorb.constraint.InvalidValue ex )
{
System.out.println("This contraint cannot be evaluated : " + constraint);
}
}
}
--- NEW FILE: DynamicValueTest.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*/
package org.openorb.constraint.test;
/**
* This class provides a set of tests for the identifier evaluator.
*
* @author <a href="mailto:jd...@in...">Jerome Daniel <da...@in...></a>
*/
public class DynamicValueTest
{
public DynamicValueTest()
{
}
public static void main( String [] args )
{
org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init( args, null );
org.openorb.constraint.evaluator.IdentifierEvaluator eval = new org.openorb.constraint.evaluator.IdentifierEvaluator( orb );
org.omg.CORBA.Any member = orb.create_any();
member.insert_long(100);
org.openorb.constraint.Inside ins = new org.openorb.constraint.Inside( "long way", false );
org.openorb.constraint.ValuePair pair = new org.openorb.constraint.ValuePair( "position", 50 );
org.openorb.constraint.Person p = new org.openorb.constraint.Person( "foo", "bar", 30, member, pair );
org.openorb.constraint.Other o = new org.openorb.constraint.Other( 30, ins );
String [] tab = new String[2];
tab[0] = "January";
tab[1] = "February";
org.openorb.constraint.Third t = new org.openorb.constraint.Third( org.openorb.constraint.Months.March, tab );
org.openorb.constraint.K k = new org.openorb.constraint.K();
k.M(8);
org.openorb.constraint.K k2 = new org.openorb.constraint.K();
k2.D(3.14);
org.openorb.constraint.ValuePair [] pairSeq = new org.openorb.constraint.ValuePair[1];
pairSeq[0] = new org.openorb.constraint.ValuePair( "index", 5 );
org.openorb.constraint.Fourth f = new org.openorb.constraint.Fourth( k, k2, pairSeq );
org.omg.CORBA.Any any = orb.create_any();
org.omg.CORBA.Any any2 = orb.create_any();
org.omg.CORBA.Any any3 = orb.create_any();
org.omg.CORBA.Any any4 = orb.create_any();
org.openorb.constraint.PersonHelper.insert( any, p );
org.openorb.constraint.OtherHelper.insert( any2, o );
org.openorb.constraint.ThirdHelper.insert( any3, t );
org.openorb.constraint.FourthHelper.insert( any4, f );
org.openorb.constraint.evaluator.NamedValuePair [] pairs = new org.openorb.constraint.evaluator.NamedValuePair[ 4 ];
pairs[0] = new org.openorb.constraint.evaluator.NamedValuePair( "person", any );
pairs[1] = new org.openorb.constraint.evaluator.NamedValuePair( "$", any2 );
pairs[2] = new org.openorb.constraint.evaluator.NamedValuePair( "third", any3 );
pairs[3] = new org.openorb.constraint.evaluator.NamedValuePair( "fourth", any4 );
eval.setTopLevelValues( pairs );
System.out.println( "person.first_name = " + eval.getIdentifierValue("person.first_name") );
System.out.println( "person.last_name = " + eval.getIdentifierValue("person.last_name") );
System.out.println( "person.old = " + eval.getIdentifierValue("person.old") );
System.out.println( "person.value = " + eval.getIdentifierValue("person.value") );
System.out.println( "person.pair(position) = " + eval.getIdentifierValue("person.pair(position)") );
System.out.println( "$.size = " + eval.getIdentifierValue("$.size") );
System.out.println( "$address = " + eval.getIdentifierValue("$address") );
System.out.println( "$.0 = " + eval.getIdentifierValue("$.0") );
System.out.println( "$.1._type_id = " + eval.getIdentifierValue("$.1._type_id") );
System.out.println( "$.1._repos_id = " + eval.getIdentifierValue("$.1._repos_id") );
System.out.println( "third.seq[1] = " + eval.getIdentifierValue("third.seq[1]") );
System.out.println( "third.months = " + eval.getIdentifierValue("third.months") );
System.out.println( "fourth.k.M = " + eval.getIdentifierValue("fourth.k.M") );
System.out.println( "fourth.k.(5) = " + eval.getIdentifierValue("fourth.k.(5)") );
}
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 20:32:38
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint/test/idl In directory usw-pr-cvs1:/tmp/cvs-serv7859/test/org/openorb/constraint/test/idl Added Files: evaluator.idl Log Message: #501909: Moved the test case in the correct directory. --- NEW FILE: evaluator.idl --- // ----------------------------------------------------------------------------------- // Evaluator test // // (c) 2000, Exolab.org // ----------------------------------------------------------------------------------- #pragma prefix "openorb.org" module constraint { struct ValuePair { string name; long value; }; typedef sequence<string> longSeq; typedef sequence<ValuePair> pairSeq; struct Person { string first_name; string last_name; long old; any value; ValuePair pair; }; struct Inside { string address; boolean value; }; enum Months { January, February, March, April }; struct Other { long size; Inside filterable_data; }; struct Third { Months months; longSeq seq; }; union K switch ( long ) { case 0 : case 2 : string S; case 3 : boolean L; case 5 : long M; default : double D; }; struct Fourth { K k; K k2; pairSeq seq; }; }; |
|
From: Michael R. <mr...@us...> - 2002-01-10 20:31:22
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint/test/idl In directory usw-pr-cvs1:/tmp/cvs-serv7710/idl Log Message: Directory /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint/test/idl added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 20:31:10
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint/test In directory usw-pr-cvs1:/tmp/cvs-serv7636/test Log Message: Directory /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint/test added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 20:30:54
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint In directory usw-pr-cvs1:/tmp/cvs-serv7549/constraint Log Message: Directory /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb/constraint added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 20:30:39
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb In directory usw-pr-cvs1:/tmp/cvs-serv7461/openorb Log Message: Directory /cvsroot/openorb/EvaluatorUtility/src/test/org/openorb added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 20:30:29
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test/org In directory usw-pr-cvs1:/tmp/cvs-serv7412/org Log Message: Directory /cvsroot/openorb/EvaluatorUtility/src/test/org added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 20:30:15
|
Update of /cvsroot/openorb/EvaluatorUtility/src/test In directory usw-pr-cvs1:/tmp/cvs-serv7347/test Log Message: Directory /cvsroot/openorb/EvaluatorUtility/src/test added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:39
|
Update of /cvsroot/openorb/NotificationService/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/NotificationService/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/NotificationService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:27:20 1.1.1.1
+++ build.xml 2002/01/10 19:26:04 1.2
@@ -8,7 +8,7 @@
<project name="NotificationService" default="all" basedir="..">
<property name="project" value="NotificationService" />
- <property name="version" value="1.2.0" />
+ <property name="version" value="1.2.1" />
<property name="rootsrc" value ="src" />
<property name="source" value ="src/main" />
<property name="tests" value="src/tests" />
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:38
|
Update of /cvsroot/openorb/ManagementBoard/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/ManagementBoard/src/etc
Modified Files:
CHANGELOG
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/openorb/ManagementBoard/src/etc/CHANGELOG,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CHANGELOG 2002/01/09 12:21:03 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:04 1.2
@@ -1,8 +1,14 @@
-OpenORB Management Board
-------------------------
+OpenORB ManagementBoard
+-----------------------
-Version 1.2.0 - August, 8 2001 - ManagementBoard_1_2_0
+Version 1.2.1 - January, 11 2002 - ManagementBoard_1_2_1
+
+- none
+Version 1.2.0 - August, 8 2001 - ManagementBoard_1_2_0
+
+- none
+
Version 1.1.0 - May, 7 2001 - ManagementBoard_1_1_0
- modified modifiers for several method in order to improve extensibility
@@ -15,8 +21,8 @@
The behaviour wasn't correct with the tree will collapse event.
- Modified the build file so xerces.jar is not required to be set in the classpath.
- Only openorb_tools-1.x.x.jar is needed.
+ Only openorb_tools-1.x.x.jar is needed.
Version 1.0.0 - February, 1 2001 - ManagementBoard_1_0_0
- - Initial Release
+- Initial Release
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:38
|
Update of /cvsroot/openorb/NotificationService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/NotificationService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/NotificationService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:27:22 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:04 1.2 @@ -1,40 +1,33 @@ -OpenORB Notification Service ----------------------------- +OpenORB NotificationService +--------------------------- -Version 1.2.0 - August, 8 2001 - NotificationService_1_2_0 +Version 1.2.1 - January, 11 2002 - NotificationService_1_2_1 -August 6, 2001 - - Added loggable queues +- none -August 1, 2001 - - Updated to use the CorbalocService for OpenORB 1.2. +Version 1.2.0 - August, 8 2001 - NotificationService_1_2_0 -July 30, 2001 - - Fixed the code when casting to PropertyError[] when bad qos/admin is found. +- Added loggable queues -June 29, 2001 - - Fixed a bug that would cause a nullpointerexception when attempting - to destroy a event channel when no default admin has been created. +- Updated to use the CorbalocService for OpenORB 1.2. -June 20, 2001 - - Fixed a bug within the filter engine when resetting values. - - Fixed a bug wiith try pull that would return a non initiated struct. +- Fixed the code when casting to PropertyError[] when bad qos/admin is found. -June 5, 2001 - - Fixed a bug that will prevent an admin to try to - push an event on a destroyed proxy. +- Fixed a bug that would cause a nullpointerexception when attempting + to destroy a event channel when no default admin has been created. -May 30, 2001 +- Fixed a bug within the filter engine when resetting values. - - Modified the static init of the Log4J to ensure that - if the Notification is embedded, this won't interfere - with any others Log4J appenders. +- Fixed a bug wiith try pull that would return a non initiated struct. -May 29, 2001 - - - Corrected a problem that may occur when some properties are not - set (i.e. in the proxies) +- Fixed a bug that will prevent an admin to try to + push an event on a destroyed proxy. -Version 1.0.0 - May, 7 2001 - NotificationService_1_0_0 +- Modified the static init of the Log4J to ensure that + if the Notification is embedded, this won't interfere + with any others Log4J appenders. - - Initial Release +- Corrected a problem that may occur when some properties are not + set (i.e. in the proxies) + +- Initial Release |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:38
|
Update of /cvsroot/openorb/ManagementBoard/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/ManagementBoard/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/ManagementBoard/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:21:02 1.1.1.1
+++ build.xml 2002/01/10 19:26:04 1.2
@@ -8,8 +8,8 @@
<project name="ManagementBoard" default="all" basedir="..">
<property name="project" value="ManagementBoard" />
- <property name="version" value="1.2.0" />
- <property name="rootsrc" value ="src" />
+ <property name="version" value="1.2.1" />
+ <property name="rootsrc" value ="src" />
<property name="source" value ="src/main" />
<property name="examples" value="src/examples" />
<property name="test" value="src/test" />
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:38
|
Update of /cvsroot/openorb/NamingService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/NamingService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/NamingService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:26:10 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:04 1.2 @@ -1,6 +1,8 @@ -OpenORB Extended Naming Service ------------------------------------ +OpenORB NamingService +--------------------- +Version 1.2.1 - January, 11 2002 - NamingService_1_2_1 + - Added a patch to build.sh from Jesper Pedersen (je...@it...). Version 1.2.0 - August, 7 2001 - NamingService_1_2_0 @@ -8,23 +10,23 @@ - Updated to use the CorbalocService for OpenORB 1.2. Version 1.1.0 - May, 7 2001 - NamingService_1_1_0 - + - store the ior of Naming Service root reference into the ins.ior file. Was null before. When launching the ins with the -ior flag. - Added a better support for exceptions, by adding several dialog boxes. - + - Modified the build file to use the classpath path element and add a runtime dependency using the plugin manifest file. - Modified the plugin not to need the ins distribution. - + Version 1.0.1 - March, 9 2001 - NamingService_1_0_1 - Modified the plugin in order to print the machine/port for a naming service. Several enhancements have been implemented as a better bing object/context dialog. - Modified files: Plugin.java, dialog/BindDialog.java + Modified files: Plugin.java, dialog/BindDialog.java Version 1.0.0 - February, 1 2001 - NamingService_1_0_0 |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:38
|
Update of /cvsroot/openorb/InterfaceRepository/src/main/org/openorb/ir
In directory usw-pr-cvs1:/tmp/cvs-serv23165/InterfaceRepository/src/main/org/openorb/ir
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/InterfaceRepository/src/main/org/openorb/ir/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 10:52:44 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:04 1.2
@@ -54,15 +54,15 @@
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo {
- public final static short OPENORB_IR_MAJOR = 0;
-
- public final static short OPENORB_IR_MINOR = 1;
+ public final static short OPENORB_IR_MAJOR = 1;
+ public final static short OPENORB_IR_MINOR = 2;
+ public final static short OPENORB_IR_MINOR_CHANGE = 1;
public final static String OPENORB_IR_VERSION = "" + OPENORB_IR_MAJOR + "." + OPENORB_IR_MINOR;
public final static String VERSION = OPENORB_IR_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
- public final static String RELEASE = "OpenORB Interface Repository version " + VERSION;
+ public final static String RELEASE = "OpenORB InterfaceRepository Version " + VERSION;
- public static String RELEASE_TAG = "OpenORB-IR-" + OPENORB_IR_MAJOR + "-" + OPENORB_IR_MINOR + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_IR_" + OPENORB_IR_MAJOR + "_" + OPENORB_IR_MINOR + "_" + OPENORB_IR_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:37
|
Update of /cvsroot/openorb/InterfaceRepository/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/InterfaceRepository/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/InterfaceRepository/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 10:52:44 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:04 1.2 @@ -1,34 +1,33 @@ -OpenORB Interface Repository ----------------------------- +OpenORB InterfaceRepository +--------------------------- -Otober 29th +Version 1.2.1 - January, 11 2002 - InterfaceRepository_1_2_1 - Applied the fix for bug #780, that replaces an ExceptionDefHelper but a correct UnionDefHelper, in the Walker class of the plugin. Thanks to Adrian Hempel (ad...@ot...). -Version 1.2.0 - August, 8 2001 - InterfaceRepository_1_2_0 +Version 1.2.0 - August, 8 2001 - InterfaceRepository_1_2_0 - Updated to use the CorbalocService for OpenORB 1.2. - Modified the lookup operation to allow lookup from Repository - object (bug fixed) and multi-level lookup (MyModule::MyInterface::) - + object (bug fixed) and multi-level lookup (MyModule::MyInterface::) + - Corrected a problem with the TypeCode for Arrays (unidimentional and multidimentional). - Corrected a problem with the TypeCode updating when StructDef - members were updated. - -- Added a better behaviour of the Loader when a description already - exists, and a better support for destruction of IDL descriptions. + members were updated. +- Added a better behaviour of the Loader when a description already + exists, and a better support for destruction of IDL descriptions. Version 1.1.0 - May, 7 2001 - InterfaceRepository_1_1_0 -- fixed a problem with the parameters modes. +- fixed a problem with the parameters modes. -- lookup and lookup_name operations behaviour has been upgraded. +- lookup and lookup_name operations behaviour has been upgraded. Modified Containers classes (Repository, InterfaceDef). - Modified the Server.java to indicate if the Naming Service isn't @@ -40,7 +39,6 @@ - Build.xml modified because the examples weren't built without openorb_ir in classpath. - Version 1.0.1 - March, 9 2001 - InterfaceRepository_1_0_1 - Modified the ir.xml file to import pss module. @@ -48,7 +46,7 @@ - Modified the doc to take into account the correct corbaname syntax. - Modified impl classes adn idlToIR.java to encure correct import - of forwarded interfaces and value types. + of forwarded interfaces and value types. Version 1.0.0 - February, 1 2001 - InterfaceRepository_1_0_0 |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:37
|
Update of /cvsroot/openorb/EventService/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/EventService/src/etc
Modified Files:
CHANGELOG
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/openorb/EventService/src/etc/CHANGELOG,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CHANGELOG 2002/01/09 12:25:41 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:04 1.2
@@ -1,45 +1,44 @@
-OpenORB Event Service
----------------------
+OpenORB EventService
+--------------------
-Version 1.2.0 - August, 8 2001 - EventService_1_2_0
+Version 1.2.1 - January, 11 2001 - EventService_1_2_1
+
+- none
+Version 1.2.0 - August, 8 2001 - EventService_1_2_0
+
+- none
+
Version 1.1.0 - May, 7 2001 - EventService_1_1_0
- - Release
+- For better conformance with the spec,
+ the Event Service isn't an initial_reference anymore.
+ It can be retrieved using the string_to_object("corbaname:rir:COS/EventService/#EventChannelFactory");
-April, 30 2001
- - For better conformance with the spec,
- the Event Service isn't an initial_reference anymore.
- It can be retrieved using the string_to_object("corbaname:rir:COS/EventService/#EventChannelFactory");
+- Added license header to all files
-April, 25 2001
- - Added license header to all files
- - Modified the way the server is bound to the Naming,
- and alose bind a default event channel.
+- Modified the way the server is bound to the Naming,
+ and alose bind a default event channel.
-February, 23 2001
- - Added initial reference info in the documentation
+- Added initial reference info in the documentation
-February, 20 2001
- - Fixed the examples due to the previous modification
- - Modified files : PushServer.java, PullServer.java, PushClient.java, PullClient.java
+- Fixed the examples due to the previous modification
-Bugzilla #341, February, 8 2001
- - The EventChannelFactory package was missing when the constructing the jar archive.
- - Modified file : build.xml
-
-February, 8 2001
- - There was a policy problem with the Server class. IMPLICIT_ACTIVATION had to be removed.
- - Modified file : Server.java
+- Modified files : PushServer.java, PullServer.java, PushClient.java, PullClient.java
-February, 8 2001
- - The EventChannelFactory was in a wrong package. It has been changed from
- org.openorb.CosEventChannelFactory to org.openorb.event.
- - Modified file : CosEventChannelFactory.idl
+- #341: The EventChannelFactory package was missing when the constructing the jar archive.
+
+- Modified file : build.xml
+
+- There was a policy problem with the Server class. IMPLICIT_ACTIVATION had to be removed.
+- Modified file : Server.java
+- The EventChannelFactory was in a wrong package. It has been changed from
+ org.openorb.CosEventChannelFactory to org.openorb.event.
+
+- Modified file : CosEventChannelFactory.idl
+
Version 1.0.0 - February, 1 2001 - EventService_1_0_0
- - Initial Release
-
-
+- Initial Release
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:37
|
Update of /cvsroot/openorb/InterfaceRepository/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/InterfaceRepository/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/InterfaceRepository/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 10:52:41 1.1.1.1
+++ build.xml 2002/01/10 19:26:04 1.2
@@ -167,7 +167,7 @@
<!-- ========== -->
<target name="devel-r" depends="init, idl">
- <javac srcdir="${source};${gensrc}/main" destdir="${build}/main"
+ <javac srcdir="${gensrc}/main;${source}" destdir="${build}/main"
excludes="org/openorb/ir/plugin/**"
debug="off" deprecation="off"
optimize="on">
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:37
|
Update of /cvsroot/openorb/ConcurrencyControlService/src/main/org/openorb/ccs
In directory usw-pr-cvs1:/tmp/cvs-serv23165/ConcurrencyControlService/src/main/org/openorb/ccs
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/ConcurrencyControlService/src/main/org/openorb/ccs/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:24:25 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:04 1.2
@@ -56,15 +56,16 @@
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
- public final static short OPENORB_CCS_MAJOR = 0;
- public final static short OPENORB_CCS_MINOR = 1;
+ public final static short OPENORB_CCS_MAJOR = 1;
+ public final static short OPENORB_CCS_MINOR = 2;
+ public final static short OPENORB_CCS_MINOR_CHANGE = 1;
public final static String OPENORB_CCS_VERSION = ""+OPENORB_CCS_MAJOR+"."+OPENORB_CCS_MINOR;
public final static String VERSION = OPENORB_CCS_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
- public final static String RELEASE = "OpenORB CCS version "+VERSION;
+ public final static String RELEASE = "OpenORB CCS Version "+VERSION;
- public static String RELEASE_TAG = "OpenORB_CCS_" + OPENORB_CCS_MAJOR + "_" + OPENORB_CCS_MINOR + "_" + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_CCS_" + OPENORB_CCS_MAJOR + "_" + OPENORB_CCS_MINOR + "_" + OPENORB_CCS_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:36
|
Update of /cvsroot/openorb/EvaluatorUtility/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/EvaluatorUtility/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/EvaluatorUtility/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:25:16 1.1.1.1
+++ build.xml 2002/01/10 19:26:04 1.2
@@ -45,7 +45,7 @@
<!-- =============================== -->
<target name="init">
- <property name="version" value="1.2.0" />
+ <property name="version" value="1.2.1" />
<property name="src" value="src/main"/>
<property name="build" value="build"/>
<property name="dist" value="dist" />
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:36
|
Update of /cvsroot/openorb/EventService/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/EventService/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/EventService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:25:40 1.1.1.1
+++ build.xml 2002/01/10 19:26:04 1.2
@@ -8,7 +8,7 @@
<project name="EventService" default="all" basedir="..">
<property name="project" value="EventService" />
- <property name="version" value="1.2.0" />
+ <property name="version" value="1.2.1" />
<property name="rootsrc" value ="src" />
<property name="source" value ="src/main" />
<property name="examples" value="src/examples" />
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:36
|
Update of /cvsroot/openorb/ConcurrencyControlService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/ConcurrencyControlService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/ConcurrencyControlService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:24:23 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:03 1.2 @@ -1,26 +1,36 @@ -OpenORB Concurrency Control Service ------------------------------------ +OpenORB ConcurrencyControlService +--------------------------------- + +Version 1.2.1 - January, 11 2001 - ConcurrencyControl_1_2_1 + +- none Version 1.2.0 - August, 7 2001 - ConcurrencyControl_1_2_0 - - none +- none Version 1.1.0 - May, 7 2001 - ConcurrencyControl_1_1_0 - - minor update due to OpenORB changes - +- minor update due to OpenORB changes + Version 1.0.1 - March, 9 2001 - ConcurrencyControl_1_0_1 - - Added the JUNIT tests and removed the JTF ones - - Rebind the CCS Server reference instead of bind it ( modified class : org.openorb.ccs.Server ) - - Throws INTERNAL exception in case of POA problem. ( modified class : org.openorb.ccs.kernel.LockSetFactory ) - - TransactionalLockSet release all locks from transaction which rolledbacked or committed. - - All requests on lock from rolledbacked transactions are thrown with TransactionRolledBacked exception. - New class : org.openorb.ccs.kernel.Synchronization - Modified class : org.openorb.ccs.kernel.TransactionalLockSet +- Added the JUNIT tests and removed the JTF ones + +- Rebind the CCS Server reference instead of bind it + ( modified class : org.openorb.ccs.Server ) +- Throws INTERNAL exception in case of POA problem. + ( modified class : org.openorb.ccs.kernel.LockSetFactory ) +- TransactionalLockSet release all locks from + transaction which rolledbacked or committed. + +- All requests on lock from rolledbacked transactions + are thrown with TransactionRolledBacked exception. + New class : org.openorb.ccs.kernel.Synchronization + Modified class : org.openorb.ccs.kernel.TransactionalLockSet + Version 1.0.0 - February, 1 2001 - ConcurrencyControl_1_0_0 - - Initial Release - +- Initial Release |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:36
|
Update of /cvsroot/openorb/EvaluatorUtility/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/EvaluatorUtility/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/EvaluatorUtility/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:25:16 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:04 1.2 @@ -1,5 +1,9 @@ -OpenORB Evaluator Utility -------------------------- +OpenORB EvaluatorUtility +------------------------ + +Version 1.2.1 - January, 11 2002 - EvaluatorUtility_1_2_1 + +- none Version 1.2.0 - August, 8 2001 - EVALUATOR_1_2_0 |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:11
|
Update of /cvsroot/openorb/TradingService/src/main/org/openorb/trader
In directory usw-pr-cvs1:/tmp/cvs-serv23165/TradingService/src/main/org/openorb/trader
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/TradingService/src/main/org/openorb/trader/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:47:45 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:06 1.2
@@ -49,14 +49,15 @@
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
- public final static short OPENORB_TRADER_MAJOR = 0;
- public final static short OPENORB_TRADER_MINOR = 1;
+ public final static short OPENORB_TRADER_MAJOR = 1;
+ public final static short OPENORB_TRADER_MINOR = 2;
+ public final static short OPENORB_TRADER_MINOR_CHANGE = 1;
public final static String OPENORB_TRADER_VERSION = ""+ OPENORB_TRADER_MAJOR + "." + OPENORB_TRADER_MINOR;
public final static String VERSION = OPENORB_TRADER_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
- public final static String RELEASE = "OpenORB TRADER version "+VERSION;
+ public final static String RELEASE = "OpenORB TradingObjectService Version "+VERSION;
- public static String RELEASE_TAG = "OpenORB_TRADER_" + OPENORB_TRADER_MAJOR + "_" + OPENORB_TRADER_MINOR + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_TradingObjectService_" + OPENORB_TRADER_MAJOR + "_" + OPENORB_TRADER_MINOR + "_" + OPENORB_TRADER_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:11
|
Update of /cvsroot/openorb/TransactionService/src/main/org/openorb/ots
In directory usw-pr-cvs1:/tmp/cvs-serv23165/TransactionService/src/main/org/openorb/ots
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/TransactionService/src/main/org/openorb/ots/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:49:08 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:07 1.2
@@ -55,14 +55,15 @@
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
- public final static short OPENORB_OTS_MAJOR = 1;
- public final static short OPENORB_OTS_MINOR = 1;
+ public final static short OPENORB_OTS_MAJOR = 1;
+ public final static short OPENORB_OTS_MINOR = 2;
+ public final static short OPENORB_OTS_MINOR_CHANGE = 1;
public final static String OPENORB_OTS_VERSION = ""+OPENORB_OTS_MAJOR+"."+OPENORB_OTS_MINOR;
public final static String VERSION = OPENORB_OTS_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
- public final static String RELEASE = "OpenORB OTS version "+VERSION;
+ public final static String RELEASE = "OpenORB OTS Version "+VERSION;
- public static String RELEASE_TAG = "OpenORB-OTS-" + OPENORB_OTS_MAJOR + "-" + OPENORB_OTS_MINOR + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_OTS_" + OPENORB_OTS_MAJOR + "_" + OPENORB_OTS_MINOR + "_" + OPENORB_OTS_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|