You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/12 23:30:05 UTC

svn commit: rev 9984 - xml/forrest/trunk/src/java/org/apache/forrest/conf

Author: nicolaken
Date: Mon Apr 12 14:30:04 2004
New Revision: 9984

Modified:
   xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java
   xml/forrest/trunk/src/java/org/apache/forrest/conf/ForrestWrappingModule.java
Log:
Correct package names

Modified: xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java
==============================================================================
--- xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java	(original)
+++ xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java	Mon Apr 12 14:30:04 2004
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.cocoon.components.modules.input;
+package org.apache.forrest.conf;
 
 import java.io.BufferedReader;
 import java.io.IOException;

Modified: xml/forrest/trunk/src/java/org/apache/forrest/conf/ForrestWrappingModule.java
==============================================================================
--- xml/forrest/trunk/src/java/org/apache/forrest/conf/ForrestWrappingModule.java	(original)
+++ xml/forrest/trunk/src/java/org/apache/forrest/conf/ForrestWrappingModule.java	Mon Apr 12 14:30:04 2004
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.cocoon.components.modules.input;
+package org.apache.forrest.conf;
 
 
 /**