You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by na...@apache.org on 2007/01/18 10:12:04 UTC

svn commit: r497363 - in /harmony/standard/site: docs/documentation/build_classlib.html docs/documentation/dev_eclipse.html xdocs/documentation/dev_eclipse.xml xdocs/subcomponents/classlibrary/build_classlib.xml

Author: nadinem
Date: Thu Jan 18 01:12:03 2007
New Revision: 497363

URL: http://svn.apache.org/viewvc?view=rev&rev=497363
Log:
removing the old classlib building page and references to it

Removed:
    harmony/standard/site/docs/documentation/build_classlib.html
    harmony/standard/site/xdocs/subcomponents/classlibrary/build_classlib.xml
Modified:
    harmony/standard/site/docs/documentation/dev_eclipse.html
    harmony/standard/site/xdocs/documentation/dev_eclipse.xml

Modified: harmony/standard/site/docs/documentation/dev_eclipse.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/documentation/dev_eclipse.html?view=diff&rev=497363&r1=497362&r2=497363
==============================================================================
--- harmony/standard/site/docs/documentation/dev_eclipse.html (original)
+++ harmony/standard/site/docs/documentation/dev_eclipse.html Thu Jan 18 01:12:03 2007
@@ -86,106 +86,90 @@
         <ul>
                     <li class="menuItem">    <a href="../index.html">Home</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../license.html">License</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../contribution_policy.html">Contribution Policy</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../guidelines.html">Project Guidelines</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../downloads.html">Downloads</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Community</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../get-involved.html">Get Involved</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../contributors.html">Committers</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../mailing.html">Mailing Lists</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../documentation/documentation.html">Documentation</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../faq.html">FAQ</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://wiki.apache.org/harmony">Wiki</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Development</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../status.html">How Are We Doing?</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../roadmap.html">Road Map / TODO</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../svn.html">Source Code</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/HARMONY">JIRA</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../related.html">Other Projects</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
             <p class="menuItem"><strong>Subcomponents</strong></p>
         <ul>
                     <li class="menuItem">    <a href="../subcomponents/buildtest/index.html">Build-Test Framework</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../subcomponents/classlibrary/index.html">Class Library</a>
 </li>
-            
            
                            <table>
               <tr><td class="menuItem">
@@ -195,15 +179,14 @@
                         
                     <li class="menuItem">    <a href="../subcomponents/drlvm/index.html">DRLVM</a>
 </li>
-            
            
                         
                     <li class="menuItem">    <a href="../subcomponents/jchevm/index.html">JCHEVM</a>
 </li>
-            
            
                         
-                </ul>
+        
+        </ul>
                         </td>
                     <td width="80%" valign="top"><a name="top"></a>
                                                                     <h1>
@@ -255,12 +238,14 @@
       
                         <p>
         Next you will need the code to work with. <i>For class library development</i>,
-        you will need a compatible VM. You will also need a class libraries build if you want to work
-        on an individual module. Obtain a VM as
-        <a href="../subcomponents/classlibrary/build_classlib.html#Obtaining_a_VM">described here</a>, that is capable
-        of running the class libary code, and install it in the same location as
-        the class libraries build (or the location you will be building to if you are building the class libararies yourself).
-      </p>
+        you will need a compatible VM, such as DRLVM or IBM virtual machine (the latter
+        available under a non-open source, binary evaluation license). Install the VM following the 
+        instructions that accompany that VM in the same location as the class libraries build (or the
+        location you will be building to if you are building the class libararies yourself).
+        <br />
+        You will also need a class libraries build if you want to work
+        on an individual module. 
+       </p>
                                 <p>Analogously, you will need the class libraries for <i>DRLVM development</i>.
         Follow one of these ways depending on your needs:
       </p>

Modified: harmony/standard/site/xdocs/documentation/dev_eclipse.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/documentation/dev_eclipse.xml?view=diff&rev=497363&r1=497362&r2=497363
==============================================================================
--- harmony/standard/site/xdocs/documentation/dev_eclipse.xml (original)
+++ harmony/standard/site/xdocs/documentation/dev_eclipse.xml Thu Jan 18 01:12:03 2007
@@ -65,12 +65,14 @@
     <subsection name="Getting the Code">
       <p>
         Next you will need the code to work with. <i>For class library development</i>,
-        you will need a compatible VM. You will also need a class libraries build if you want to work
-        on an individual module. Obtain a VM as
-        <a href="../subcomponents/classlibrary/build_classlib.html#Obtaining_a_VM">described here</a>, that is capable
-        of running the class libary code, and install it in the same location as
-        the class libraries build (or the location you will be building to if you are building the class libararies yourself).
-      </p>
+        you will need a compatible VM, such as DRLVM or IBM virtual machine (the latter
+        available under a non-open source, binary evaluation license). Install the VM following the 
+        instructions that accompany that VM in the same location as the class libraries build (or the
+        location you will be building to if you are building the class libararies yourself).
+        <br />
+        You will also need a class libraries build if you want to work
+        on an individual module. 
+       </p>
       <p>Analogously, you will need the class libraries for <i>DRLVM development</i>.
         Follow one of these ways depending on your needs:
       </p>