You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/06/16 09:17:30 UTC

cvs commit: maven/src/plugins-build/examples/simple-filtering/src/conf test-nofilter.properties

vmassol     2003/06/16 00:17:30

  Modified:    src/plugins-build/examples/simple-filtering/src/conf
                        test-nofilter.properties
  Log:
  Added a filter in the properties file that is not filtered, to verify that it is indeed not filtered... :-)
  
  Revision  Changes    Path
  1.2       +3 -0      maven/src/plugins-build/examples/simple-filtering/src/conf/test-nofilter.properties
  
  Index: test-nofilter.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/examples/simple-filtering/src/conf/test-nofilter.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-nofilter.properties	13 Jun 2003 12:24:35 -0000	1.1
  +++ test-nofilter.properties	16 Jun 2003 07:17:30 -0000	1.2
  @@ -1 +1,4 @@
   # A simple config file that should not be filtered
  +
  +# Note: The filter below should not be replaced
  +test.property = @testFilter@
  
  
  

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