Author: metskem
Date: Fri Jul  6 17:26:30 2012
New Revision: 1358311

URL: http://svn.apache.org/viewvc?rev=1358311&view=rev
Log:
changed more ancient Jakarta links (as noted in JSPWIKI-731)

Modified:
    incubator/jspwiki/trunk/README
    incubator/jspwiki/trunk/build.properties
    incubator/jspwiki/trunk/doc/Compiling.txt
    incubator/jspwiki/trunk/etc/jspwiki.properties.tmpl
    incubator/jspwiki/trunk/lib/README

Modified: incubator/jspwiki/trunk/README
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/README?rev=1358311&r1=1358310&r2=1358311&view=diff
==============================================================================
--- incubator/jspwiki/trunk/README (original)
+++ incubator/jspwiki/trunk/README Fri Jul  6 17:26:30 2012
@@ -73,7 +73,7 @@ check out the "Install" section below.
 Since JSPWiki 2.1.153, JSPWiki comes with a really simple installation
 engine.  Just do the following:
 
-1) Install Tomcat from http://jakarta.apache.org/ (or any other servlet
+1) Install Tomcat from http://tomcat.apache.org/ (or any other servlet
    container)
 
 2) After you've installed the engine and checked that it works, you just
@@ -100,7 +100,7 @@ Advanced Installation
 ---------------------
 
 First, install a JSP engine and a web server.  You can download Tomcat
-from http://jakarta.apache.org/tomcat/.  This software was built
+from http://tomcat.apache.org.  This software was built
 originally on top of Tomcat 5.5, but probably most other versions
 work, too, and most other JSP containers.
 

Modified: incubator/jspwiki/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.properties?rev=1358311&r1=1358310&r2=1358311&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.properties (original)
+++ incubator/jspwiki/trunk/build.properties Fri Jul  6 17:26:30 2012
@@ -59,3 +59,4 @@ webtests.browser=*safari
 # For generating API diffs (you must have DependencyFinder installed)
 #dependencyfinder.dir=../lib/DependencyFinder
 #jarfile.old=../JSPWiki-2.6.3-src/build/JSPWiki.jar
+#jspwiki.test.skip=whatever

Modified: incubator/jspwiki/trunk/doc/Compiling.txt
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/Compiling.txt?rev=1358311&r1=1358310&r2=1358311&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/Compiling.txt (original)
+++ incubator/jspwiki/trunk/doc/Compiling.txt Fri Jul  6 17:26:30 2012
@@ -11,7 +11,7 @@ Requirements
 You'll need the following programs:
 
 - J2SDK 5.0 (I use the one from Sun Microsystems; I haven't tested any others.)
-- Jakarta Ant 1.5 (available from http://jakarta.apache.org/ant)
+- Jakarta Ant 1.5 (available from http://ant.apache.org)
 - Servlet API 2.4 (servlet.jar, available from Sun Microsystems.)
 - JUnit 3.7 (from www.junit.org, required for running tests)
 

Modified: incubator/jspwiki/trunk/etc/jspwiki.properties.tmpl
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/jspwiki.properties.tmpl?rev=1358311&r1=1358310&r2=1358311&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/jspwiki.properties.tmpl (original)
+++ incubator/jspwiki/trunk/etc/jspwiki.properties.tmpl Fri Jul  6 17:26:30 2012
@@ -314,7 +314,7 @@ jspwiki.searchProvider = LuceneSearchPro
 
 #
 #  If your wiki's language is something else than English, you might
-#  want to visit jakarta.apache.org/lucene and download a proper Analyzer
+#  want to visit lucene.apache.org and download a proper Analyzer
 #  for your language.  Default is to use StandardAnalyzer.
 #
 #jspwiki.lucene.analyzer = org.apache.lucene.analysis.standard.StandardAnalyzer
@@ -784,7 +784,7 @@ mail.smtp.host = @mail.smtp.host@
 #  Configure logs.  See log4j documentation for more information
 #  on how you can configure the logs.
 #
-#  Log4j is available at http://jakarta.apache.org/log4j
+#  Log4j is available at http://log4j.apache.org
 #
 #  WARNING WARNING WILL ROBINSON: If you turn on DEBUG logging, be aware
 #  that some security-sensitive information will be logged (such as session 
IDs).

Modified: incubator/jspwiki/trunk/lib/README
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/lib/README?rev=1358311&r1=1358310&r2=1358311&view=diff
==============================================================================
--- incubator/jspwiki/trunk/lib/README (original)
+++ incubator/jspwiki/trunk/lib/README Fri Jul  6 17:26:30 2012
@@ -70,24 +70,24 @@ activation.jar
 
 commons-codec-1.3.jar
       Jakarta Commons Codec, version 1.3
-      http://jakarta.apache.org/commons/codec/
+      http://commons.apache.org/codec/
 
 commons-httpclient-3.0.1.jar
       Jakarta Commons HttpClient library, version 3.0.1
       http://jakarta.apache.org/commons/httpclient/
 
 commons-lang-2.3.jar
-      Jakarta commons lang, version 2.3
-                       http://jakarta.apache.org/commons/lang/ 
+      Apache commons lang, version 2.3
+                       http://commons.apache.org/lang/
 
 commons-logging-api.jar
-      Jakarta commons logging, version 1.0.4
-                       http://jakarta.apache.org/commons/logging/
+      Apache commons logging, version 1.0.4
+                       http://commons.apache.org/logging/
 
 jakarta-taglibs-standard-1.1.2.jar
 jakarta-taglibs-jstl-1.1.2.jar
-      Apache Jakarta Standard/JSTL Taglibs, version 1.1.2
-      http://jakarta.apache.org/taglibs/
+      Apache TomcatStandard/JSTL Taglibs, version 1.1.2
+      http://tomcat.apache.org/taglibs
 
 jaxen.jar
       Java XPath Engine, version 1.1b6.


Reply via email to