You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Peter Courcoux <pe...@courcoux.biz> on 2004/04/04 21:45:44 UTC

[PATCH] pipeline path

The patch fixes a path which Linux doesn't like. I believe that the
patch should be ok with Windows as well.


Thanks 

Peter

Index: TurbinePipeline.java
===================================================================
retrieving revision 1.1
diff -u -r1.1 TurbinePipeline.java
--- TurbinePipeline.java	23 Feb 2004 20:35:05 -0000	1.1
+++ TurbinePipeline.java	4 Apr 2004 19:14:48 -0000
@@ -73,7 +73,7 @@
      * The "Turbine Classic" pipeline.
      */
     public static String CLASSIC_PIPELINE = 
-        "web-inf/conf/turbine-classic-pipeline.xml";
+        "WEB-INF/conf/turbine-classic-pipeline.xml";
 
     /**
      * Name of this pipeline.



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


Re: [PATCH] pipeline path

Posted by Daniel Rall <dl...@collab.net>.
Thanks Peter, applied in CVS rev 1.2 with the following change log message:

* src/java/org/apache/turbine/pipeline/TurbinePipeline.java
   CLASSIC_PIPELINE: Correct the case of the WEB-INF directory
   containing the pipeline descriptor (lower to upper, as per the
   Servlet specification).

Including a change log message of that format with your patch is appreciated.


Peter Courcoux wrote:
> The patch fixes a path which Linux doesn't like. I believe that the
> patch should be ok with Windows as well.
> 
> 
> Thanks 
> 
> Peter
> 
> Index: TurbinePipeline.java
> ===================================================================
> retrieving revision 1.1
> diff -u -r1.1 TurbinePipeline.java
> --- TurbinePipeline.java	23 Feb 2004 20:35:05 -0000	1.1
> +++ TurbinePipeline.java	4 Apr 2004 19:14:48 -0000
> @@ -73,7 +73,7 @@
>       * The "Turbine Classic" pipeline.
>       */
>      public static String CLASSIC_PIPELINE = 
> -        "web-inf/conf/turbine-classic-pipeline.xml";
> +        "WEB-INF/conf/turbine-classic-pipeline.xml";
>  
>      /**
>       * Name of this pipeline.



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