diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | doc/www.gnu.org/tasks.wml | 9 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,6 @@ +2005-05-23 Audrius Meskauskas, <AudriusA@Bioinformatics.org> + * doc/www.gnu.org/tasks.wml: Improved text of the CORBA task. + 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/plaf/basic/BasicLookAndFeel.java diff --git a/doc/www.gnu.org/tasks.wml b/doc/www.gnu.org/tasks.wml index fbdec8f55..00959bd9a 100755 --- a/doc/www.gnu.org/tasks.wml +++ b/doc/www.gnu.org/tasks.wml @@ -141,14 +141,15 @@ java.awt.AlphaComposite and its createContext method. <task-section name="CORBA"> <task title="Help with CORBA implementation" - estimation="This depends from the sub-task you pick." + estimation="This depends on the sub-task you pick." skills="Know or be ready to read the OMG documentation." contact="Audrius Meskauskas" > -The development of CORBA in Classpath project have reached -the stage of surely incomplete, but working prototype. A number of CORBA +The CORBA implementation in the Classpath project is +now a working but incomplete prototype. A number of CORBA related tasks are available. If you are not a CORBA expert, you should be ready -to learn by reading the OMG specifications and probably by writing some +to learn by reading the <createlink name="OMG specifications" +url="http://www.omg.org/cgi-bin/doc?formal/04-03-12"> and probably by writing some relatively simple classes. </task> </task-section> |