Index: xdocs/roadmap.xml =================================================================== --- xdocs/roadmap.xml (revision 581194) +++ xdocs/roadmap.xml (working copy) @@ -533,12 +533,12 @@ Index: xdocs/bundles.xml =================================================================== --- xdocs/bundles.xml (revision 581194) +++ xdocs/bundles.xml (working copy) @@ -43,7 +43,7 @@

- In Harmony with Eclipse project was + In Harmony with Eclipse project was created in cooperation with Eclipse Foundation. The latest bundle includes Harmony M2 and Eclipse 3.3 Europa.

Index: xdocs/newshistory.xml =================================================================== --- xdocs/newshistory.xml (revision 581194) +++ xdocs/newshistory.xml (working copy) @@ -100,7 +100,7 @@
AWT, Java2D and Swing Code Contribution
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 Index: xdocs/quickhelp_contributors.xml =================================================================== --- xdocs/quickhelp_contributors.xml (revision 581194) +++ xdocs/quickhelp_contributors.xml (working copy) @@ -200,7 +200,7 @@

-$ svn co https://svn.apache.org/repos/asf/harmony/enhanced/trunk +$ svn co http://svn.apache.org/repos/asf/harmony/enhanced/trunk

The given command checks out a directory structure that Index: xdocs/subcomponents/buildtest/index.xml =================================================================== --- xdocs/subcomponents/buildtest/index.xml (revision 581194) +++ xdocs/subcomponents/buildtest/index.xml (working copy) @@ -63,7 +63,7 @@ Harmony project via zip or tgz files. You also can check it out from the project Subversion repository:

-
svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk
+
svn co http://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk

With Java, Ant and SVN installed, change into the buildtest/trunk Index: xdocs/issue_resolution_guideline.xml =================================================================== --- xdocs/issue_resolution_guideline.xml (revision 581194) +++ xdocs/issue_resolution_guideline.xml (working copy) @@ -81,7 +81,7 @@ Add a link to the discussion as a comment.

  • All pacthes, such as tests and fixes, should be relative to the directory where the main build.xml is:
    - https://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk,
    + http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk,
    or to the module root directory.
  • Test and fix patches should be in different files.
  • If the patch requires adding, removing or moving some files in the repository, Index: xdocs/svn.xml =================================================================== --- xdocs/svn.xml (revision 581194) +++ xdocs/svn.xml (working copy) @@ -25,6 +25,13 @@

    + We provide tarballs of the source code, you can just download + either stable build or nightly snapshot and + + ascertain that it passed sanity testing. +

    +

    + And if you want to be on the bleeding-edge of the development effort, access repository. The Harmony project uses the Subversion version control system. If you're new to Subversion, you can check out the @@ -45,16 +52,16 @@

    - Anyone can check code out of Subversion. You only need to specify a + Anyone can check code out of Subversion repository. You only need to specify a username and password in order to update the Subversion repository, and only Harmony committers have the permissions to do that. We run Subversion - over standard HTTPS, so hopefully you won't have problems with intervening + over standard HTTP/HTTPS, so hopefully you won't have problems with intervening firewalls.

    Check out from Subversion

    Again, anyone can do this. Use a command like:

    -
    svn checkout https://svn.apache.org/repos/asf/harmony/enhanced/trunk
    +
    svn checkout http://svn.apache.org/repos/asf/harmony/enhanced/trunk

    Commit Changes to Subversion

    @@ -75,7 +82,9 @@ will remember it for you.

    Note

    This is the password you configured with - svnpasswd, not your shell or other password. + svnpasswd, not your shell or other password.

    +

    Write-access assumes HTTPS connection, + so you may need to perform svn switch prior to committing.

    Index: xdocs/documentation/dev_eclipse.xml =================================================================== --- xdocs/documentation/dev_eclipse.xml (revision 581194) +++ xdocs/documentation/dev_eclipse.xml (working copy) @@ -93,10 +93,10 @@ using the URL:
     ///for the class libraries
    -https://svn.apache.org/repos/asf/harmony/enhanced/classlib
    +http://svn.apache.org/repos/asf/harmony/enhanced/classlib
     
     ///for DRLVM
    -https://svn.apache.org/repos/asf/harmony/enhanced/drlvm
    +http://svn.apache.org/repos/asf/harmony/enhanced/drlvm Check out the code from SVN selecting Checkout... from the context menu of trunk.
  • Index: xdocs/documentation/milestones/m2-relnotes.xml =================================================================== --- xdocs/documentation/milestones/m2-relnotes.xml (revision 581194) +++ xdocs/documentation/milestones/m2-relnotes.xml (working copy) @@ -210,8 +210,8 @@