Author: sclassen
Date: Tue Jul 22 20:55:20 2014
New Revision: 1612703
URL: http://svn.apache.org/r1612703
Log:
site: updated URL of guice from google-code to github
Modified:
onami/trunk/guava/src/site/site.xml
onami/trunk/parent/src/site/site.xml
onami/trunk/scheduler/src/site/apt/index.apt.vm
onami/trunk/scheduler/src/site/apt/userguide.apt
onami/trunk/scheduler/src/site/site.xml
onami/trunk/scopes/src/site/apt/index.apt.vm
onami/trunk/test/src/site/site.xml
Modified: onami/trunk/guava/src/site/site.xml
URL:
http://svn.apache.org/viewvc/onami/trunk/guava/src/site/site.xml?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/guava/src/site/site.xml (original)
+++ onami/trunk/guava/src/site/site.xml Tue Jul 22 20:55:20 2014
@@ -27,7 +27,7 @@
</head>
<links>
- <item name="Google Guice" href="http://code.google.com/p/google-guice/"
/>
+ <item name="Google Guice" href="https://github.com/google/guice/wiki" />
<item name="Google Guava Libraries"
href="http://code.google.com/p/guava-libraries/" />
</links>
Modified: onami/trunk/parent/src/site/site.xml
URL:
http://svn.apache.org/viewvc/onami/trunk/parent/src/site/site.xml?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/parent/src/site/site.xml (original)
+++ onami/trunk/parent/src/site/site.xml Tue Jul 22 20:55:20 2014
@@ -33,7 +33,7 @@
<body>
<links>
- <item name="Google Guice" href="http://code.google.com/p/google-guice/"
/>
+ <item name="Google Guice" href="https://github.com/google/guice/wiki" />
</links>
<menu name="Community" inherit="bottom">
Modified: onami/trunk/scheduler/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/onami/trunk/scheduler/src/site/apt/index.apt.vm?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/scheduler/src/site/apt/index.apt.vm (original)
+++ onami/trunk/scheduler/src/site/apt/index.apt.vm Tue Jul 22 20:55:20 2014
@@ -26,7 +26,7 @@
Welcome to ${project.name}!
- ${project.name} is the {{{http://code.google.com/p/google-guice/}Google
Guice}} extension for
+ ${project.name} is the {{{https://github.com/google/guice/wiki}Google
Guice}} extension for
{{{http://www.quartz-scheduler.org/}Quartz}}, originally developed by
{{{http://ninomartinez.wordpress.com/}Nino Martinez Wael}} on Google Code
with the name of
{{{http://code.google.com/p/slurry/}quartz4guice}}.
Modified: onami/trunk/scheduler/src/site/apt/userguide.apt
URL:
http://svn.apache.org/viewvc/onami/trunk/scheduler/src/site/apt/userguide.apt?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/scheduler/src/site/apt/userguide.apt (original)
+++ onami/trunk/scheduler/src/site/apt/userguide.apt Tue Jul 22 20:55:20 2014
@@ -141,7 +141,7 @@ Guice.createInjector(..., new org.apache
** Starting the schedule manually
Since version 1.1 the <<<Scheduler>>> instance can be started manually; that
feature is incredibly useful due to serious
- {{{http://code.google.com/p/google-guice/issues/detail?id=183}deadlock}}
+ {{{https://github.com/google/guice/issues/183}deadlock}}
{{{http://groups.google.com/group/google-guice/browse_thread/thread/c4ccd95b76192519}issue}}
found in the main Guice
thread:
Modified: onami/trunk/scheduler/src/site/site.xml
URL:
http://svn.apache.org/viewvc/onami/trunk/scheduler/src/site/site.xml?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/scheduler/src/site/site.xml (original)
+++ onami/trunk/scheduler/src/site/site.xml Tue Jul 22 20:55:20 2014
@@ -27,7 +27,7 @@
</head>
<links>
- <item name="Google Guice" href="http://code.google.com/p/google-guice/"
/>
+ <item name="Google Guice" href="https://github.com/google/guice/wiki" />
<item name="Quartz Scheduler" href="http://quartz-scheduler.org/" />
</links>
Modified: onami/trunk/scopes/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/onami/trunk/scopes/src/site/apt/index.apt.vm?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/scopes/src/site/apt/index.apt.vm (original)
+++ onami/trunk/scopes/src/site/apt/index.apt.vm Tue Jul 22 20:55:20 2014
@@ -26,7 +26,7 @@
Welcome to ${project.name}!
- ${project.name} adds useful Scopes to
{{{http://code.google.com/p/google-guice/}Google Guice}}.
+ ${project.name} adds useful Scopes to
{{{https://github.com/google/guice/wiki}Google Guice}}.
Before starting
Modified: onami/trunk/test/src/site/site.xml
URL:
http://svn.apache.org/viewvc/onami/trunk/test/src/site/site.xml?rev=1612703&r1=1612702&r2=1612703&view=diff
==============================================================================
--- onami/trunk/test/src/site/site.xml (original)
+++ onami/trunk/test/src/site/site.xml Tue Jul 22 20:55:20 2014
@@ -27,7 +27,7 @@
</head>
<links>
- <item name="Google Guice" href="http://code.google.com/p/google-guice/"
/>
+ <item name="Google Guice" href="https://github.com/google/guice/wiki" />
<item name="JUnit" href="http://www.junit.org" />
<item name="Easy-Mock" href="http://easymock.org/" />
<item name="Mockito" href="http://mockito.org/" />