You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/05/22 15:06:09 UTC

cvs commit: jakarta-avalon-apps/enterprise readme.txt

mcconnell    02/05/22 06:06:09

  Modified:    enterprise readme.txt
  Log:
  updated readme to include top-level build instructions
  
  Revision  Changes    Path
  1.3       +23 -1     jakarta-avalon-apps/enterprise/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/readme.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- readme.txt	28 Feb 2002 16:29:37 -0000	1.2
  +++ readme.txt	22 May 2002 13:06:09 -0000	1.3
  @@ -1,3 +1,25 @@
  -The enterprise application suite contains a set of CORBA related blocks supporting standards based distributed object applications delivery.  Services currently include the OMG PSS (Persistent State Service).  Services and core resources to be included in the short term include the CORBA 2.4 ORB, OTS and INS service, RMI-over-IIOP, SSL, Time Service, Event Service, CSS (Consurrency Control Service) and the NotificationService. Services and extensions included under here repreesent managed migration of the OpenORB Community Project https://sourceforge.net/projects/openorb/ codebase, leveraging the Avalon conponent patterns and Phoenix Application Server Platform.
  +
  +The enterprise application suite contains a set of CORBA related 
  +blocks supporting standards based distributed object applications 
  +delivery.  Services currently include the OMG PSS (Persistent State 
  +Service).  Services and core resources to be included in the short 
  +term include the CORBA 2.4 ORB, OTS and INS service, RMI-over-IIOP, 
  +SSL, Time Service, Event Service, CSS (Consurrency Control Service) 
  +and the NotificationService. Services and extensions included under 
  +here represent managed migration of the OpenORB Community Project 
  +https://sourceforge.net/projects/openorb/ codebase, leveraging the 
  +Avalon component patterns and Phoenix Application Server Platform.
  +
  +To build the current ORB, PSS, Time and INS service, simply do the 
  +following:
  +
  +  $ ant all
  +
  +Any of the following targets will build an individual package:
  +
  +  $ ant orb
  +  $ ant pss
  +  $ ant time
  +  $ ant ins
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>