You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/05/31 12:25:40 UTC

svn commit: r410490 - in /incubator/harmony/standard/site: docs/ docs/subcomponents/classlibrary/ xdocs/ xdocs/subcomponents/classlibrary/

Author: tellison
Date: Wed May 31 03:25:39 2006
New Revision: 410490

URL: http://svn.apache.org/viewvc?rev=410490&view=rev
Log:
News updates.
Fix contrib policy typos.
Apply patch HARMONY-532 (CUpdate web site with the good news about new contributions)

Modified:
    incubator/harmony/standard/site/docs/contribution_policy.html
    incubator/harmony/standard/site/docs/index.html
    incubator/harmony/standard/site/docs/newshistory.html
    incubator/harmony/standard/site/docs/subcomponents/classlibrary/status.html
    incubator/harmony/standard/site/xdocs/contribution_policy.xml
    incubator/harmony/standard/site/xdocs/index.xml
    incubator/harmony/standard/site/xdocs/newshistory.xml
    incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/status.xml

Modified: incubator/harmony/standard/site/docs/contribution_policy.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/contribution_policy.html?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/contribution_policy.html (original)
+++ incubator/harmony/standard/site/docs/contribution_policy.html Wed May 31 03:25:39 2006
@@ -211,7 +211,7 @@
 <li>
   We are working to ensure that we have broad participation from the community, 
   at all experience levels and interests, but at the same time will work to 
-  minimze any risks to the the ASF, the project and our community  due to 
+  minimize any risks to the the ASF, the project and our community  due to 
   inappropriate contributions of the intellectual property of others.
 </li>
 <li>
@@ -224,7 +224,7 @@
 <li>
    We will compartmentalize our SVN repository and use fine-grained access control
    to ensure broad participation while still ensuring that inappropriate or 
-   questionalble contributions do no occur.
+   questionable contributions do no occur.
 </li>
 <li>
   We will require every contributor to fill out a "Authorized Contributor Questionnaire", 

Modified: incubator/harmony/standard/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/index.html?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/index.html (original)
+++ incubator/harmony/standard/site/docs/index.html Wed May 31 03:25:39 2006
@@ -201,35 +201,36 @@
       <tr><td>
         <blockquote>
                                     <p>
-    Welcome to Apache Harmony, the J2SE  project of the
-    <a href="http://www.apache.org/">Apache Software Foundation</a>.
-    Please help us make this a world class, certified J2SE implementation!
+	    <big>Welcome to Apache Harmony,</big> the Java SE project of the
+	    <a href="http://www.apache.org/">Apache Software Foundation</a>.
+	    Please help us make this a world class, certified implementation of the
+	    Java Platform Standard Edition!
     </p>
                                                 <p>
-   Note : Apache Harmony is an effort undergoing incubation at the 
-   Apache Software Foundation (ASF). Incubation is required of all newly 
-   accepted projects until a further review indicates that the infrastructure, 
-   communications, and decision making process have stabilized in 
-   a manner consistent with other successful ASF projects. While 
-   incubation status is not necessarily a reflection of the completeness 
-   or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-</p>
-                                                <p>
-    The aim of the project is to produce a large and healthy community
-    of those interested in runtime platforms tasked with :
-    </p>
+	   <i>Note</i> : Apache Harmony is an effort undergoing incubation at the 
+	   Apache Software Foundation (ASF). Incubation is required of all newly 
+	   accepted projects until a further review indicates that the infrastructure, 
+	   communications, and decision making process have stabilized in 
+	   a manner consistent with other successful ASF projects. While 
+	   incubation status is not necessarily a reflection of the completeness 
+	   or stability of the code, it does indicate that the project has yet to be
+	   fully endorsed by the ASF.
+   </p>
+                                                <p>
+	    The aim of the project is to produce a large and healthy community
+	    of those interested in runtime platforms tasked with :
+   </p>
                                                 <ul>
-    <li>
-        Create a compatible, independent implementation of J2SE 5
-        under the Apache License v2
-    </li>
-    <li>
-        Create a community-developed modular runtime (VM and class library)
-        architecture to allow independent implementations to share runtime
-         components, and allow independent innovation in runtime components
-
-    </li>
-</ul>
+	    <li>
+	        Create a compatible, independent implementation of Java SE 5
+	        under the Apache License v2
+	    </li>
+	    <li>
+	        Create a community-developed modular runtime (VM and class library)
+	        architecture to allow independent implementations to share runtime
+	        components, and allow independent innovation in runtime components.
+	    </li>
+   </ul>
                             </blockquote>
         </p>
       </td></tr>
@@ -244,77 +245,80 @@
       <tr><td>
         <blockquote>
                                     <p>
-    <strong>Java Security Code Contribution</strong>
-    <blockquote>
-      On December 30th, 2005 the Apache Harmony project accepted additional
-      class library code into the project.  The code had been contributed by
-      Mikhail Loenko on behalf of Intel corp.  The new class library code
-      includes security, cryptography, javax.net and unit tests.  Thanks to
-      Mikhail and his collegues in the Intel Managed Runtime Division!
-      (<i>2006-01-16</i>)
-    </blockquote>
-</p>
-                                                <p>
-    <strong>VM Interface and Core Classes Contribution</strong>
-    <blockquote>
-      IBM has offered the Apache Harmony project a set of core 
-      Java classes and an implementation of a VM/class library
-      interface.  Tim Ellison wrote : 
-      
-      <blockquote>
-      
-      I'm delighted to be able to make a code contribution to the Harmony
-project on behalf of IBM.  The code comprises a concrete implementation
-of the interface between virtual machine and class library that we have
-been discussing recently, together with a set of core Java classes.
-      </blockquote>
-      This contribution is sufficient to run Ant and the Eclipse Java 
-      compiler, to provide a basic self-hosting environment.  IBM also
-      made a version of their J9 VM 
-      <a href="http://www.ibm.com/developerworks/java/jdk/harmony">
-      available</a> for use by the project in evaluating this contribution.
-      Thanks Tim and IBM :)
-      (<i>2005-11-08</i>)
-    </blockquote>
-</p>
-                                                <p>
-    <strong>"Bootstrap JVM" Contributed to Apache Harmony</strong>
-    <blockquote>
-        Daniel Lydickto the Harmony project of a basic Java 
-        Virtual Machine entitled the "Apache Harmony Bootstrap JVM." 
-        Dan offered the VM with the following goals in mind :
-        <ul>
-        <li>Basic platform for learning about VMs</li>
-        <li>Boostrap and runtime framework for our eventual 'production' VM</li>
-        <li>Help spur architectural discussion about core
-            component designs</li>
-        </ul>
-        Thanks Dan!    
-
-      (<i>2005-09-30</i>)
-    </blockquote>
-</p>
-                                                <p>
-    <strong>Source for JCVM Contributed to Apache Harmony</strong>
-    <blockquote>
-        Archie Cobbs has offered for contribution to the Apache Harmony project
-        a copy of the <a href="http://jcvm.sourceforge.net/">JCVM</a>
-        codebase.  Come and help us build on this interesting
-        VM.  Thanks Archie!
-      (<i>2005-09-25</i>)
-    </blockquote>
-</p>
-                                                <p>
-  <strong>Project accepted by Apache Incubator</strong>
-  <blockquote>
-      The Apache Harmony project was accepted formally accepted for
-      inubation by the Apache Incubator PMC.
-    (<i>2005-05-18</i>)
-  </blockquote>
-</p>
+		Newsworthy events from the project.
+	</p>
                                                 <p>
-<i>Archived articles are <a href="newshistory.html">here</a></i>.
-</p>
+	    <strong>AWT, Java2D and Swing Code Contribution</strong>
+	    <blockquote>
+	      On May 30th, 2006 the Apache Harmony project received a substantial
+	      contribution of class library code into the project.  The code for
+	      AWT, Java2D, and Swing implementation has been contributed by Alexey
+	      Petrenko on behalf of Intel corp.  The full announcement can be found
+	      on the
+	      <a href="mailing.html">Harmony developers mailing list</a>.  Thanks to
+	      Alexey and his collegues in the Intel Middleware Products Division!
+	      (<i>2006-05-31</i>)
+	    </blockquote>
+	</p>
+                                                <p>
+	    <strong>New class library snapshot build available</strong>
+	    <blockquote>
+	      A new stable snapshot of the class libraries code is available
+	      for download from the
+	      <a href="downloads.html">Harmony downloads page</a>.
+	      There are source and binary downloads available for people to
+	      evaluate and experiment with the code.  As always, please report bugs
+	      (and successes!) to the
+          <a href="mailing.html">Harmony developers mailing list</a>.
+	      (<i>2006-05-12</i>)
+	    </blockquote>
+	</p>
+                                                <p>
+	<i>Archived articles are <a href="newshistory.html">here</a></i>.
+	</p>
+                            </blockquote>
+        </p>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
+      <tr><td bgcolor="#525D76">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="External News Monitor"><strong>External News Monitor</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+	A selection of external news stories about the Harmony project.
+	<a href="mailing.html">Send us a note</a> if you would like to see a story featured
+	in this section.
+   </p>
+                                                <p>
+   <b>Sun-approved Open Source java making progress</b>
+   <blockquote>
+     "I don't know what your'e trying to prove but don't expect me to do cartwheels
+     over vaporware". -fanboy feedback to my original story on Project Harmony.
+   </blockquote>
+   <i>
+   <a href="http://www.theinquirer.net/?article=30688">http://www.theinquirer.net/?article=30688</a>
+   <!-- <small>(requires registration)</small> -->
+   </i>
+   </p>
+                                                <p>
+   <b>Open Source Java: Interview with an Apache Harmony Project Founder</b>
+   <blockquote>
+     Harmony, an open source Java implementation, is currently in incubator status at the
+     Apache Software Foundation. The Harmony project mission is to create a compatible,
+     independent implementation of J2SE 5 under the Apache License v2, and "create a
+     community-developed modular runtime (VM and class library) architecture to allow
+     independent implementations to share runtime components, and allow independent
+     innovation in runtime components."
+   </blockquote>
+   <i>
+   <a href="http://www.linuxplanet.com/linuxplanet/interviews/6185/1/">http://www.linuxplanet.com/linuxplanet/interviews/6185/1/</a>
+   </i>
+   </p>
                             </blockquote>
         </p>
       </td></tr>

Modified: incubator/harmony/standard/site/docs/newshistory.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/newshistory.html?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/newshistory.html (original)
+++ incubator/harmony/standard/site/docs/newshistory.html Wed May 31 03:25:39 2006
@@ -200,7 +200,73 @@
       </td></tr>
       <tr><td>
         <blockquote>
-                </blockquote>
+                                    <p>
+	    <strong>Java Security Code Contribution</strong>
+	    <blockquote>
+	      On December 30th, 2005 the Apache Harmony project accepted additional
+	      class library code into the project.  The code had been contributed by
+	      Mikhail Loenko on behalf of Intel corp.  The new class library code
+	      includes security, cryptography, javax.net and unit tests.  Thanks to
+	      Mikhail and his collegues in the Intel Managed Runtime Division!
+	      (<i>2006-01-16</i>)
+	    </blockquote>
+	</p>
+                                                <p>
+	    <strong>VM Interface and Core Classes Contribution</strong>
+	    <blockquote>
+	      IBM has offered the Apache Harmony project a set of core 
+	      Java classes and an implementation of a VM/class library
+	      interface.  Tim Ellison wrote : 
+	      
+	      <blockquote>I'm delighted to be able to make a code contribution to the
+			Harmony project on behalf of IBM.  The code comprises a concrete implementation
+			of the interface between virtual machine and class library that we have
+			been discussing recently, together with a set of core Java classes.
+	      </blockquote>
+	      This contribution is sufficient to run Ant and the Eclipse Java 
+	      compiler, to provide a basic self-hosting environment.  IBM also
+	      made a version of their J9 VM 
+	      <a href="http://www.ibm.com/developerworks/java/jdk/harmony">
+	      available</a> for use by the project in evaluating this contribution.
+	      Thanks Tim and IBM :)
+	      (<i>2005-11-08</i>)
+	    </blockquote>
+	</p>
+                                                <p>
+	    <strong>"Bootstrap JVM" Contributed to Apache Harmony</strong>
+	    <blockquote>
+	        Daniel Lydickto the Harmony project of a basic Java 
+	        Virtual Machine entitled the "Apache Harmony Bootstrap JVM." 
+	        Dan offered the VM with the following goals in mind :
+	        <ul>
+		        <li>Basic platform for learning about VMs</li>
+		        <li>Boostrap and runtime framework for our eventual 'production' VM</li>
+		        <li>Help spur architectural discussion about core
+		            component designs</li>
+	        </ul>
+	        Thanks Dan!    
+	        (<i>2005-09-30</i>)
+	    </blockquote>
+	</p>
+                                                <p>
+	    <strong>Source for JCVM Contributed to Apache Harmony</strong>
+	    <blockquote>
+	        Archie Cobbs has offered for contribution to the Apache Harmony project
+	        a copy of the <a href="http://jcvm.sourceforge.net/">JCVM</a>
+	        codebase.  Come and help us build on this interesting
+	        VM.  Thanks Archie!
+	        (<i>2005-09-25</i>)
+	    </blockquote>
+	</p>
+                                                <p>
+	  <strong>Project accepted by Apache Incubator</strong>
+	  <blockquote>
+	      The Apache Harmony project was accepted formally accepted for
+	      inubation by the Apache Incubator PMC.
+	      (<i>2005-05-18</i>)
+	  </blockquote>
+	</p>
+                            </blockquote>
         </p>
       </td></tr>
       <tr><td><br/></td></tr>

Modified: incubator/harmony/standard/site/docs/subcomponents/classlibrary/status.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/subcomponents/classlibrary/status.html?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/subcomponents/classlibrary/status.html (original)
+++ incubator/harmony/standard/site/docs/subcomponents/classlibrary/status.html Wed May 31 03:25:39 2006
@@ -236,7 +236,7 @@
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                Missing
+                Contributed in <a href="http://issues.apache.org/jira/browse/HARMONY-528">HARMONY-528</a>
             </font>
 </td>
             </tr>
@@ -248,7 +248,7 @@
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/annotation/">annotation</a>
+                Missing
             </font>
 </td>
             </tr>
@@ -296,7 +296,7 @@
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                Missing
+                Contributed in <a href="http://issues.apache.org/jira/browse/HARMONY-528">HARMONY-528</a>
             </font>
 </td>
             </tr>
@@ -560,7 +560,7 @@
 </td>
                                 <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-                Missing
+                Contributed in <a href="http://issues.apache.org/jira/browse/HARMONY-528">HARMONY-528</a>
             </font>
 </td>
             </tr>

Modified: incubator/harmony/standard/site/xdocs/contribution_policy.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/contribution_policy.xml?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/contribution_policy.xml (original)
+++ incubator/harmony/standard/site/xdocs/contribution_policy.xml Wed May 31 03:25:39 2006
@@ -40,7 +40,7 @@
 <li>
   We are working to ensure that we have broad participation from the community, 
   at all experience levels and interests, but at the same time will work to 
-  minimze any risks to the the ASF, the project and our community  due to 
+  minimize any risks to the the ASF, the project and our community  due to 
   inappropriate contributions of the intellectual property of others.
 </li>
 <li>
@@ -53,7 +53,7 @@
 <li>
    We will compartmentalize our SVN repository and use fine-grained access control
    to ensure broad participation while still ensuring that inappropriate or 
-   questionalble contributions do no occur.
+   questionable contributions do no occur.
 </li>
 <li>
   We will require every contributor to fill out a "Authorized Contributor Questionnaire", 

Modified: incubator/harmony/standard/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/index.xml?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/index.xml (original)
+++ incubator/harmony/standard/site/xdocs/index.xml Wed May 31 03:25:39 2006
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-
     Copyright 2006 The Apache Software Foundation
 
     Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,136 +18,127 @@
 
 <document>
 
- <properties>
-  <title>Apache Harmony</title>
-  <author email="harmony-dev@incubator.apache.org">Harmony Documentation Team</author>
- </properties>
+<properties>
+	<title>Apache Harmony</title>
+	<author email="harmony-dev@incubator.apache.org">Harmony Documentation Team</author>
+</properties>
 
- <body>
+<body>
 
-<section name="Welcome to Apache Harmony">
+	<section name="Welcome to Apache Harmony">
 
     <p>
-    Welcome to Apache Harmony, the J2SE  project of the
-    <a href="http://www.apache.org/">Apache Software Foundation</a>.
-    Please help us make this a world class, certified J2SE implementation!
+	    <big>Welcome to Apache Harmony,</big> the Java SE project of the
+	    <a href="http://www.apache.org/">Apache Software Foundation</a>.
+	    Please help us make this a world class, certified implementation of the
+	    Java Platform Standard Edition!
     </p>
 
    <p>
-   Note : Apache Harmony is an effort undergoing incubation at the 
-   Apache Software Foundation (ASF). Incubation is required of all newly 
-   accepted projects until a further review indicates that the infrastructure, 
-   communications, and decision making process have stabilized in 
-   a manner consistent with other successful ASF projects. While 
-   incubation status is not necessarily a reflection of the completeness 
-   or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-</p>
-    <p>
-    The aim of the project is to produce a large and healthy community
-    of those interested in runtime platforms tasked with :
-    </p>
-
-    <ul>
-    <li>
-        Create a compatible, independent implementation of J2SE 5
-        under the Apache License v2
-    </li>
-    <li>
-        Create a community-developed modular runtime (VM and class library)
-        architecture to allow independent implementations to share runtime
-         components, and allow independent innovation in runtime components
-
-    </li>
-</ul>
+	   <i>Note</i> : Apache Harmony is an effort undergoing incubation at the 
+	   Apache Software Foundation (ASF). Incubation is required of all newly 
+	   accepted projects until a further review indicates that the infrastructure, 
+	   communications, and decision making process have stabilized in 
+	   a manner consistent with other successful ASF projects. While 
+	   incubation status is not necessarily a reflection of the completeness 
+	   or stability of the code, it does indicate that the project has yet to be
+	   fully endorsed by the ASF.
+   </p>
+   <p>
+	    The aim of the project is to produce a large and healthy community
+	    of those interested in runtime platforms tasked with :
+   </p>
+   <ul>
+	    <li>
+	        Create a compatible, independent implementation of Java SE 5
+	        under the Apache License v2
+	    </li>
+	    <li>
+	        Create a community-developed modular runtime (VM and class library)
+	        architecture to allow independent implementations to share runtime
+	        components, and allow independent innovation in runtime components.
+	    </li>
+   </ul>
 
 </section>
 
-<section name="Harmony News">
-
-<p>
-    <strong>Java Security Code Contribution</strong>
-    <blockquote>
-      On December 30th, 2005 the Apache Harmony project accepted additional
-      class library code into the project.  The code had been contributed by
-      Mikhail Loenko on behalf of Intel corp.  The new class library code
-      includes security, cryptography, javax.net and unit tests.  Thanks to
-      Mikhail and his collegues in the Intel Managed Runtime Division!
-      (<i>2006-01-16</i>)
-    </blockquote>
-</p>
-
-<p>
-    <strong>VM Interface and Core Classes Contribution</strong>
-    <blockquote>
-      IBM has offered the Apache Harmony project a set of core 
-      Java classes and an implementation of a VM/class library
-      interface.  Tim Ellison wrote : 
-      
-      <blockquote>
-      
-      I'm delighted to be able to make a code contribution to the Harmony
-project on behalf of IBM.  The code comprises a concrete implementation
-of the interface between virtual machine and class library that we have
-been discussing recently, together with a set of core Java classes.
-      </blockquote>
-      This contribution is sufficient to run Ant and the Eclipse Java 
-      compiler, to provide a basic self-hosting environment.  IBM also
-      made a version of their J9 VM 
-      <a href="http://www.ibm.com/developerworks/java/jdk/harmony">
-      available</a> for use by the project in evaluating this contribution.
-      Thanks Tim and IBM :)
-      (<i>2005-11-08</i>)
-    </blockquote>
-</p>
-
-<p>
-    <strong>"Bootstrap JVM" Contributed to Apache Harmony</strong>
-    <blockquote>
-        Daniel Lydickto the Harmony project of a basic Java 
-        Virtual Machine entitled the "Apache Harmony Bootstrap JVM." 
-        Dan offered the VM with the following goals in mind :
-        <ul>
-        <li>Basic platform for learning about VMs</li>
-        <li>Boostrap and runtime framework for our eventual 'production' VM</li>
-        <li>Help spur architectural discussion about core
-            component designs</li>
-        </ul>
-        Thanks Dan!    
-
-      (<i>2005-09-30</i>)
-    </blockquote>
-</p>
-
-<p>
-    <strong>Source for JCVM Contributed to Apache Harmony</strong>
-    <blockquote>
-        Archie Cobbs has offered for contribution to the Apache Harmony project
-        a copy of the <a href="http://jcvm.sourceforge.net/">JCVM</a>
-        codebase.  Come and help us build on this interesting
-        VM.  Thanks Archie!
-      (<i>2005-09-25</i>)
-    </blockquote>
-</p>
-<p>
-  <strong>Project accepted by Apache Incubator</strong>
-  <blockquote>
-      The Apache Harmony project was accepted formally accepted for
-      inubation by the Apache Incubator PMC.
-    (<i>2005-05-18</i>)
-  </blockquote>
-</p>  
-
-
-<p>
-<i>Archived articles are <a href="newshistory.html">here</a></i>.
-</p>
-
- </section>
-
- </body>
- </document>
 
+<section name="Harmony News">
+	<p>
+		Newsworthy events from the project.
+	</p>
+	
+	<p>
+	    <strong>AWT, Java2D and Swing Code Contribution</strong>
+	    <blockquote>
+	      On May 30th, 2006 the Apache Harmony project received a substantial
+	      contribution of class library code into the project.  The code for
+	      AWT, Java2D, and Swing implementation has been contributed by Alexey
+	      Petrenko on behalf of Intel corp.  The full announcement can be found
+	      on the
+	      <a href="mailing.html">Harmony developers mailing list</a>.  Thanks to
+	      Alexey and his collegues in the Intel Middleware Products Division!
+	      (<i>2006-05-31</i>)
+	    </blockquote>
+	</p>
+	<p>
+	    <strong>New class library snapshot build available</strong>
+	    <blockquote>
+	      A new stable snapshot of the class libraries code is available
+	      for download from the
+	      <a href="downloads.html">Harmony downloads page</a>.
+	      There are source and binary downloads available for people to
+	      evaluate and experiment with the code.  As always, please report bugs
+	      (and successes!) to the
+          <a href="mailing.html">Harmony developers mailing list</a>.
+	      (<i>2006-05-12</i>)
+	    </blockquote>
+	</p>
+	<p>
+	<i>Archived articles are <a href="newshistory.html">here</a></i>.
+	</p>
+</section>
 
 
+<section name="External News Monitor">
+   <!-- NOTE to the editor :
+             1. add new news to the top of the list
+             2. quote the title and first sentence or two to provide some context
+             3. only keep the most recent six stories, the others are not archived
+   -->
+   <p>
+	A selection of external news stories about the Harmony project.
+	<a href="mailing.html">Send us a note</a> if you would like to see a story featured
+	in this section.
+   </p>
 
+   <p>
+   <b>Sun-approved Open Source java making progress</b>
+   <blockquote>
+     "I don't know what your'e trying to prove but don't expect me to do cartwheels
+     over vaporware". -fanboy feedback to my original story on Project Harmony.
+   </blockquote>
+   <i>
+   <a href="http://www.theinquirer.net/?article=30688">http://www.theinquirer.net/?article=30688</a>
+   <!-- <small>(requires registration)</small> -->
+   </i>
+   </p>
+   
+   <p>
+   <b>Open Source Java: Interview with an Apache Harmony Project Founder</b>
+   <blockquote>
+     Harmony, an open source Java implementation, is currently in incubator status at the
+     Apache Software Foundation. The Harmony project mission is to create a compatible,
+     independent implementation of J2SE 5 under the Apache License v2, and "create a
+     community-developed modular runtime (VM and class library) architecture to allow
+     independent implementations to share runtime components, and allow independent
+     innovation in runtime components."
+   </blockquote>
+   <i>
+   <a href="http://www.linuxplanet.com/linuxplanet/interviews/6185/1/">http://www.linuxplanet.com/linuxplanet/interviews/6185/1/</a>
+   </i>
+   </p>
+</section>
 
+</body>
+</document>

Modified: incubator/harmony/standard/site/xdocs/newshistory.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/newshistory.xml?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/newshistory.xml (original)
+++ incubator/harmony/standard/site/xdocs/newshistory.xml Wed May 31 03:25:39 2006
@@ -1,22 +1,105 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<document>
-
- <properties>
-  <title>Apache Harmony</title>
-  <author email="harmony-dev@incubtaor.apache.org">Harmony Documentation Team</author>
- </properties>
+<!--
 
- <body>
+    Copyright 2006 The Apache Software Foundation
 
-<section name="Older Harmony News">
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
 
- </section>
+<document>
 
- </body>
- </document>
+	<properties>
+		<title>Apache Harmony</title>
+		<author email="harmony-dev@incubtaor.apache.org">Harmony Documentation Team</author>
+	</properties>
 
+<body>
 
+<section name="Older Harmony News">
+	
+	<p>
+	    <strong>Java Security Code Contribution</strong>
+	    <blockquote>
+	      On December 30th, 2005 the Apache Harmony project accepted additional
+	      class library code into the project.  The code had been contributed by
+	      Mikhail Loenko on behalf of Intel corp.  The new class library code
+	      includes security, cryptography, javax.net and unit tests.  Thanks to
+	      Mikhail and his collegues in the Intel Managed Runtime Division!
+	      (<i>2006-01-16</i>)
+	    </blockquote>
+	</p>
+	
+	<p>
+	    <strong>VM Interface and Core Classes Contribution</strong>
+	    <blockquote>
+	      IBM has offered the Apache Harmony project a set of core 
+	      Java classes and an implementation of a VM/class library
+	      interface.  Tim Ellison wrote : 
+	      
+	      <blockquote>I'm delighted to be able to make a code contribution to the
+			Harmony project on behalf of IBM.  The code comprises a concrete implementation
+			of the interface between virtual machine and class library that we have
+			been discussing recently, together with a set of core Java classes.
+	      </blockquote>
+	      This contribution is sufficient to run Ant and the Eclipse Java 
+	      compiler, to provide a basic self-hosting environment.  IBM also
+	      made a version of their J9 VM 
+	      <a href="http://www.ibm.com/developerworks/java/jdk/harmony">
+	      available</a> for use by the project in evaluating this contribution.
+	      Thanks Tim and IBM :)
+	      (<i>2005-11-08</i>)
+	    </blockquote>
+	</p>
+	
+	<p>
+	    <strong>"Bootstrap JVM" Contributed to Apache Harmony</strong>
+	    <blockquote>
+	        Daniel Lydickto the Harmony project of a basic Java 
+	        Virtual Machine entitled the "Apache Harmony Bootstrap JVM." 
+	        Dan offered the VM with the following goals in mind :
+	        <ul>
+		        <li>Basic platform for learning about VMs</li>
+		        <li>Boostrap and runtime framework for our eventual 'production' VM</li>
+		        <li>Help spur architectural discussion about core
+		            component designs</li>
+	        </ul>
+	        Thanks Dan!    
+	        (<i>2005-09-30</i>)
+	    </blockquote>
+	</p>
+	
+	<p>
+	    <strong>Source for JCVM Contributed to Apache Harmony</strong>
+	    <blockquote>
+	        Archie Cobbs has offered for contribution to the Apache Harmony project
+	        a copy of the <a href="http://jcvm.sourceforge.net/">JCVM</a>
+	        codebase.  Come and help us build on this interesting
+	        VM.  Thanks Archie!
+	        (<i>2005-09-25</i>)
+	    </blockquote>
+	</p>
+	<p>
+	  <strong>Project accepted by Apache Incubator</strong>
+	  <blockquote>
+	      The Apache Harmony project was accepted formally accepted for
+	      inubation by the Apache Incubator PMC.
+	      (<i>2005-05-18</i>)
+	  </blockquote>
+	</p>  
 
+</section>
 
+</body>
 
+</document>

Modified: incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/status.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/status.xml?rev=410490&r1=410489&r2=410490&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/status.xml (original)
+++ incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/status.xml Wed May 31 03:25:39 2006
@@ -46,26 +46,26 @@
 	</p>
 	
 <table>
-	<tr><th>Module Name</th>	<th>Status</th></tr>
-	<tr><td>ACCESSIBILITY</td>	<td>Missing</td></tr>
-	<tr><td>ANNOTATION</td>		    <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/annotation/">annotation</a></td></tr>
+	<tr><th>Module Name</th>		<th>Status</th></tr>
+	<tr><td>ACCESSIBILITY</td>		<td>Contributed in <a href="http://issues.apache.org/jira/browse/HARMONY-528">HARMONY-528</a></td></tr>
+	<tr><td>ANNOTATION</td>			<td>Missing</td></tr>
 	<tr><td>APPLET</td>             <td>Missing</td></tr>
 	<tr><td>ARCHIVE</td>            <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/archive/">archive</a></td></tr>
 	<tr><td>AUTH</td>               <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/auth/">auth</a></td></tr>
-	<tr><td>AWT</td>                <td>Missing</td></tr>
+	<tr><td>AWT</td>                <td>Contributed in <a href="http://issues.apache.org/jira/browse/HARMONY-528">HARMONY-528</a></td></tr>
 	<tr><td>BEANS</td>              <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/beans/">beans</a></td></tr>
-	<tr><td>CONCURRENT</td>		<td>Missing</td></tr>
+	<tr><td>CONCURRENT</td>			<td>Missing</td></tr>
 	<tr><td>CRYPTO</td>             <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/crypto/">crypto</a></td></tr>
-	<tr><td>IMAGEIO</td>		<td>Missing</td></tr>
-	<tr><td>INSTRUMENT</td>		<td>Missing</td></tr>
+	<tr><td>IMAGEIO</td>			<td>Missing</td></tr>
+	<tr><td>INSTRUMENT</td>			<td>Missing</td></tr>
 	<tr><td>JMX</td>                <td>Missing</td></tr>
 	<tr><td>JNDI</td>               <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/jndi/">jndi</a></td></tr>
 	<tr><td>LANG-MANAGEMENT</td>    <td>Missing</td></tr>
 	<tr><td>LOGGING</td>            <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/logging/">logging</a></td></tr>
 	<tr><td>LUNI</td>               <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/luni/">luni</a></td></tr>
 	<tr><td>MATH</td>               <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/math/">math</a></td></tr>
-	<tr><td>NIO-CHANNELS</td>	<td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/nio/">nio</a></td></tr>
-	<tr><td>NIO-CHARSET</td>	<td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/nio_char/">nio_char</a></td></tr>
+	<tr><td>NIO-CHANNELS</td>		<td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/nio/">nio</a></td></tr>
+	<tr><td>NIO-CHARSET</td>		<td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/nio_char/">nio_char</a></td></tr>
 	<tr><td>ORB</td>                <td>Missing</td></tr>
 	<tr><td>PREFS</td>              <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/prefs/">prefs</a></td></tr>
 	<tr><td>PRINT</td>              <td>Missing</td></tr>
@@ -74,7 +74,7 @@
 	<tr><td>SECURITY</td>           <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/security/">security</a></td></tr>
 	<tr><td>SOUND</td>              <td>Missing</td></tr>
 	<tr><td>SQL</td>                <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/sql/">sql</a></td></tr>
-	<tr><td>SWING</td>              <td>Missing</td></tr>
+	<tr><td>SWING</td>              <td>Contributed in <a href="http://issues.apache.org/jira/browse/HARMONY-528">HARMONY-528</a></td></tr>
 	<tr><td>TEXT</td>               <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/text/">text</a></td></tr>
 	<tr><td>X-NET</td>              <td>Present as module <a href="http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/x-net/">x-net</a></td></tr>
 	<tr><td>XML</td>                <td>Intend to use <a href="http://xerces.apache.org/xerces2-j/">Apache Xerces</a></td></tr>