You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/11/12 22:42:03 UTC

svn commit: r474051 - in /jakarta/velocity/engine/trunk: NOTICE README.txt project.xml src/java/org/apache/velocity/runtime/RuntimeInstance.java

Author: henning
Date: Sun Nov 12 13:42:02 2006
New Revision: 474051

URL: http://svn.apache.org/viewvc?view=rev&rev=474051
Log:
Remove a few jakarta references, replacing them with "Velocity"


Modified:
    jakarta/velocity/engine/trunk/NOTICE
    jakarta/velocity/engine/trunk/README.txt
    jakarta/velocity/engine/trunk/project.xml
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java

Modified: jakarta/velocity/engine/trunk/NOTICE
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/NOTICE?view=diff&rev=474051&r1=474050&r2=474051
==============================================================================
--- jakarta/velocity/engine/trunk/NOTICE (original)
+++ jakarta/velocity/engine/trunk/NOTICE Sun Nov 12 13:42:02 2006
@@ -1,4 +1,4 @@
-Apache Jakarta Velocity
+Apache Velocity
 
 Copyright (C) 2000-2006 The Apache Software Foundation
 

Modified: jakarta/velocity/engine/trunk/README.txt
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/README.txt?view=diff&rev=474051&r1=474050&r2=474051
==============================================================================
--- jakarta/velocity/engine/trunk/README.txt (original)
+++ jakarta/velocity/engine/trunk/README.txt Sun Nov 12 13:42:02 2006
@@ -7,7 +7,7 @@
 HTML documentation in the docs/ directory, as well as the Velocity
 web site
 
-  http://jakarta.apache.org/velocity/index.html
+  http://velocity.apache.org/index.html
 
 Here is a description of what each of the top level directories
 contains. Please consult the documentation in each of the lower level

Modified: jakarta/velocity/engine/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/project.xml?view=diff&rev=474051&r1=474050&r2=474051
==============================================================================
--- jakarta/velocity/engine/trunk/project.xml (original)
+++ jakarta/velocity/engine/trunk/project.xml Sun Nov 12 13:42:02 2006
@@ -34,8 +34,8 @@
   <currentVersion>SNAPSHOT</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
-    <url>http://jakarta.apache.org/</url>
-    <logo>/images/jakarta.png</logo>
+    <url>http://velocity.apache.org/</url>
+    <logo>/images/newlogo.png</logo>
   </organization>
   <inceptionYear>2000</inceptionYear>
   <package>org.apache.velocity</package>
@@ -71,15 +71,15 @@
   <mailingLists>
     <mailingList>
       <name>Velocity User List</name>
-      <subscribe>velocity-user-subscribe@jakarta.apache.org</subscribe>
-      <unsubscribe>velocity-user-unsubscribe@jakarta.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-velocity-user</archive>
+      <subscribe>user-subscribe@velocity.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@velocity.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/velocity-user</archive>
     </mailingList>
     <mailingList>
       <name>Velocity Developer List</name>
-      <subscribe>velocity-dev-subscribe@jakarta.apache.org</subscribe>
-      <unsubscribe>velocity-dev-unsubscribe@jakarta.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-velocity-dev</archive>
+      <subscribe>dev-subscribe@velocity.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@velocity.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/velocity-dev</archive>
     </mailingList>
   </mailingLists>
 
@@ -325,7 +325,7 @@
       </sourceModification>
     </sourceModifications>
 
-    <nagEmailAddress>velocity-dev@jakarta.apache.org</nagEmailAddress>
+    <nagEmailAddress>dev@velocity.apache.org</nagEmailAddress>
     <sourceDirectory>target/src</sourceDirectory>
     <unitTestSourceDirectory>target/test-src</unitTestSourceDirectory>
 

Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java?view=diff&rev=474051&r1=474050&r2=474051
==============================================================================
--- jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java (original)
+++ jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java Sun Nov 12 13:42:02 2006
@@ -233,7 +233,7 @@
             initializing = true;
 
             log.trace("*******************************************************************");
-            log.debug("Starting Jakarta Velocity v@build.version@ (compiled: @build.time@)");
+            log.debug("Starting Apache Velocity v@build.version@ (compiled: @build.time@)");
             log.trace("RuntimeInstance initializing.");
 
             initializeProperties();



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org