You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by tk...@apache.org on 2008/09/20 20:27:50 UTC

svn commit: r697404 - in /geronimo/devtools/eclipse-plugin/trunk: ./ features/org.apache.geronimo.v21.feature/ plugins/ plugins/org.apache.geronimo.st.ui/src/main/java/org/apache/geronimo/st/ui/pages/ plugins/org.apache.geronimo.st.v21.core/

Author: tkirby
Date: Sat Sep 20 11:27:50 2008
New Revision: 697404

URL: http://svn.apache.org/viewvc?rev=697404&view=rev
Log:
GERONIMODEVTOOLS-518 Update GEP code with new Devtools URL
undo this code change.  Changet the wiki pages instead!  So old releases continue to work.

Modified:
    geronimo/devtools/eclipse-plugin/trunk/PLUGIN_RELEASE-NOTES-2.1.3.txt
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v21.feature/license.html
    geronimo/devtools/eclipse-plugin/trunk/plugins/about.html
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/src/main/java/org/apache/geronimo/st/ui/pages/AbstractGeronimoFormPage.java
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/about.ini

Modified: geronimo/devtools/eclipse-plugin/trunk/PLUGIN_RELEASE-NOTES-2.1.3.txt
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/PLUGIN_RELEASE-NOTES-2.1.3.txt?rev=697404&r1=697403&r2=697404&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/PLUGIN_RELEASE-NOTES-2.1.3.txt (original)
+++ geronimo/devtools/eclipse-plugin/trunk/PLUGIN_RELEASE-NOTES-2.1.3.txt Sat Sep 20 11:27:50 2008
@@ -3,7 +3,7 @@
 
 Helpful URLs
 ------------
-Geronimo Devtools:                          http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
 Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
 Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
 Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v21.feature/license.html
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v21.feature/license.html?rev=697404&r1=697403&r2=697404&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v21.feature/license.html (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v21.feature/license.html Sat Sep 20 11:27:50 2008
@@ -11,6 +11,6 @@
 <h3>The Geronimo Devtools project</h3>
 For more information on using this feature, getting the source code and/or contributing to the project,
 visit the project home page 
-<a href="http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html">http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html</a>.
+<a href="http://geronimo.apache.org/development-tools.html">http://geronimo.apache.org/development-tools.html</a>.
 </body>
 </html>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/about.html
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/about.html?rev=697404&r1=697403&r2=697404&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/about.html (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/about.html Sat Sep 20 11:27:50 2008
@@ -12,6 +12,6 @@
 <h3>The Geronimo Devtools project</h3>
 For more information on using this feature, getting the source code and/or contributing to the project,
 visit the project home page 
-<a href="http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html">http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html</a>.
+<a href="http://geronimo.apache.org/development-tools.html">http://geronimo.apache.org/development-tools.html</a>.
 </body>
 </html>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/src/main/java/org/apache/geronimo/st/ui/pages/AbstractGeronimoFormPage.java
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/src/main/java/org/apache/geronimo/st/ui/pages/AbstractGeronimoFormPage.java?rev=697404&r1=697403&r2=697404&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/src/main/java/org/apache/geronimo/st/ui/pages/AbstractGeronimoFormPage.java (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/src/main/java/org/apache/geronimo/st/ui/pages/AbstractGeronimoFormPage.java Sat Sep 20 11:27:50 2008
@@ -126,7 +126,7 @@
 	protected abstract void triggerGeronimoServerInfoUpdate();
 
 	protected String getHelpResource() {
-		return "http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html";
+		return "http://geronimo.apache.org/development-tools.html";
 	}
 
 	protected GridLayout getLayout() {

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/about.ini
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/about.ini?rev=697404&r1=697403&r2=697404&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/about.ini (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v21.core/about.ini Sat Sep 20 11:27:50 2008
@@ -27,7 +27,7 @@
 (c) Copyright 2003-2008 The Apache Software Foundation\n\
 Visit http://www.apache.org/licenses/LICENSE-2.0.txt for additional details\n\
 \n\
-Visit http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html\n\
+Visit http://geronimo.apache.org/development-tools.html\n\
 \n\
 This product includes software developed by the\n\
 Apache Software Foundation http://www.apache.org/