You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by fl...@apache.org on 2012/01/29 21:34:04 UTC

svn commit: r1237454 [1/3] - in /incubator/jspwiki/trunk: ChangeLog build.xml doc/API Changes from 2.4.html doc/Compiling.txt src/org/apache/wiki/Release.java src/org/apache/wiki/filters/ProfanityFilter.java src/org/apache/wiki/plugin/Denounce.java

Author: florianh
Date: Sun Jan 29 20:34:03 2012
New Revision: 1237454

URL: http://svn.apache.org/viewvc?rev=1237454&view=rev
Log:
* 2.9.0-svn-2
* corrected some minor errors which emerged from package renaming

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/build.xml
    incubator/jspwiki/trunk/doc/API Changes from 2.4.html
    incubator/jspwiki/trunk/doc/Compiling.txt
    incubator/jspwiki/trunk/src/org/apache/wiki/Release.java
    incubator/jspwiki/trunk/src/org/apache/wiki/filters/ProfanityFilter.java
    incubator/jspwiki/trunk/src/org/apache/wiki/plugin/Denounce.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1237454&r1=1237453&r2=1237454&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sun Jan 29 20:34:03 2012
@@ -1,3 +1,9 @@
+2012-01-29  Florian Holeczek <fl...@apache.org>
+
+        * 2.9.0-svn-2
+        
+        * corrected some minor errors which emerged from package renaming
+
 2012-01-25  Harry Metske <me...@apache.org>
 
         * 2.9.0-svn-1

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1237454&r1=1237453&r2=1237454&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Sun Jan 29 20:34:03 2012
@@ -38,7 +38,7 @@
     |   |___webdocs
     |   |   |___[all .jsp files]
     |   |
-    |   |___com
+    |   |___org
     |       |___[...and the rest of the source code files]
     |
     |___docs
@@ -46,7 +46,7 @@
     |___lib
     |
     |___tests
-        |___com
+        |___org
             |___[...and the rest of the test source code]
 
     $Id: build.xml,v 1.97 2007-12-22 22:00:31 jalkanen Exp $
@@ -129,7 +129,7 @@
        source distribution.  Normally, you shouldn't have to care about these.
    -->
   <property name="svn.repository" value="http://svn.apache.org/repos/asf/incubator/jspwiki" />
-  <property name="svn.tag" value="branches/JSPWIKI_2_8_BRANCH" />
+  <property name="svn.tag" value="trunk" />
 
   <!-- And finally, the directory where the final .zip-file is put -->
   <property name="release.dir" value="releases" />
@@ -267,7 +267,7 @@
              breakiterator="true"
              windowtitle="${ant.project.name}">
       <packageset dir="${code.src}">
-        <include name="com/ecyrd/**" />
+        <include name="org/apache/wiki/**" />
       </packageset>
       <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
       <link href="http://java.sun.com/products/javamail/javadocs/"/>
@@ -658,8 +658,8 @@
                 <include name="**/*Test.java" />
                 <exclude name="**/AllTest*java" />
                 <include name="**/StressTestSpeed.java" if="tests.stress.enabled"/>
-                <exclude name="org.apache.wiki/web/*.*" />
-                <exclude name="org.apache.wiki/TranslatorReaderTest*" />
+                <exclude name="org/apache/wiki/web/*.*" />
+                <exclude name="org/apache/wiki/TranslatorReaderTest*" />
            </fileset>
         </batchtest>
      </junit>
@@ -1455,7 +1455,7 @@ To automate the JAR signing processs, yo
 	      description="Run this target to check whether a translation is up to date.">
 	  	 <input message="Please give the language you want to check translation for (e.g. fi, es, de)"
 	  			addproperty="check.language"/>
-	     <java classname="TranslationsCheck">
+	     <java classname="org.apache.wiki.TranslationsCheck">
 	       <classpath path="${tests.build}"/>
 	       <classpath path="${code.build}"/>
 	       <arg line="${check.language}"/>