You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/22 08:16:38 UTC

svn commit: r630108 [4/4] - in /harmony/standard/site: ./ docs/ docs/documentation/ xdocs/ xdocs/documentation/ xdocs/stylesheets/

Modified: harmony/standard/site/xdocs/quickhelp_contributors.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/quickhelp_contributors.xml?rev=630108&r1=630107&r2=630108&view=diff
==============================================================================
--- harmony/standard/site/xdocs/quickhelp_contributors.xml (original)
+++ harmony/standard/site/xdocs/quickhelp_contributors.xml Thu Feb 21 23:16:27 2008
@@ -443,14 +443,14 @@
   <section name="Running Java Applications">
       <p>
         Ensure that the <code>JAVA_HOME</code> environment variable is unset, or pointing
-        to the <code>deploy/jre</code> directory.
+        to the Harmony build directory (<code>deploy/jdk/jre</code> if you've built it as described above).
       </p>
       <p>
         Run Java applications normally using the launcher in
-        <code>deploy/jre/bin</code>:
+        <code>deploy/jdk/jre/bin</code>:
       </p>
       <source>
-$ deploy/jre/bin/java -showversion -jar helloworld.jar
+$ deploy/jdk/jre/bin/java -showversion -jar helloworld.jar
 Apache Harmony Launcher:
 (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
 java version "1.5.0"

Added: harmony/standard/site/xdocs/stylesheets/project.ru.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/stylesheets/project.ru.xml?rev=630108&view=auto
==============================================================================
--- harmony/standard/site/xdocs/stylesheets/project.ru.xml (added)
+++ harmony/standard/site/xdocs/stylesheets/project.ru.xml Thu Feb 21 23:16:27 2008
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Harmony"
+        href="http://harmony.apache.org/">
+
+    <title>Apache Harmony</title>
+    <logo href="/images/harmony-logo-new.png">Apache Harmony</logo>
+
+    <body>
+
+    <menu name="Основные ссылки">
+        <item name="Главная страница"     href="/index.ru.html"/>
+        <item name="License"                href="/license.html"/>
+        <item name="Contribution Policy"    href="/contribution_policy.html"/>
+        <item name="Downloads"              href="/download.cgi"/>
+        <item name="Готовые решения ПО"     href="/bundles.ru.html"/>
+        <item name="FAQ"                    href="/faq.html"/>
+        </menu>
+
+    <menu name="Сообщество">
+        <item name="Get Involved"           href="/get-involved.html"/>
+        <item name="Who we are"             href="/contributors.html"/>
+        <item name="Mailing Lists"          href="/mailing.html"/>
+        <item name="Bug Tracker"            href="http://issues.apache.org/jira/browse/HARMONY"/>
+        <item name="Other Projects"         href="/related.html"/>
+    </menu>
+
+    <menu name="Развитие проекта">
+        <item name="Source Code"                href="/svn.html"/>
+        <item name="Инструкция разработчика"    href="/quickhelp_contributors.ru.html"/>
+        <item name="Project Roadmap"            href="/roadmap.html"/>
+        <item name="Resolution Guideline"       href="/issue_resolution_guideline.html"/>
+        <item name="Performance"                href="/performance.html"/>
+    </menu>
+
+    <menu name="Документация">
+        <item name="Sitemap"                href="/sitemap.html"/>
+        <item name="Wiki"                   href="http://wiki.apache.org/harmony"/>
+        <item name="HDK"                    href="/hdk.html"/>
+        <item name="DRLVM"                  href="/subcomponents/drlvm/index.html"/>
+        <item name="Class Library"          href="/subcomponents/classlibrary/index.html"/>
+        <item name="Build-test Framework"   href="/subcomponents/buildtest/index.html"/>
+    </menu>
+
+    <menu name="Организация Апачи">
+        <item name="ASF"                    href="http://apache.org"/>
+        <item name="Sponsorship"            href="http://www.apache.org/foundation/sponsorship.html "/>
+        <item name="Thanks"                 href="http://www.apache.org/foundation/thanks.html "/>
+    </menu>
+
+    </body>
+</project>

Propchange: harmony/standard/site/xdocs/stylesheets/project.ru.xml
------------------------------------------------------------------------------
    svn:eol-style = native