You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by nc...@apache.org on 2003/01/23 22:26:28 UTC

cvs commit: jakarta-tapestry/examples/Tutorial2 build.xml

nclayton    2003/01/23 13:26:28

  Modified:    examples/Tutorial2 build.xml
  Log:
  Removed properties that make assets private.
  
  Revision  Changes    Path
  1.7       +4 -0      jakarta-tapestry/examples/Tutorial2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Tutorial2/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	17 Jan 2003 17:45:28 -0000	1.6
  +++ build.xml	23 Jan 2003 21:26:27 -0000	1.7
  @@ -109,8 +109,12 @@
         <!-- Jetty can get easily confused (under NT) unless this is turned off. -->
         <sysproperty key="org.mortbay.util.FileResource.checkAliases" value="false"/>
   
  +
  +      <!--
  +      This is enabled only if we want to use the private asset service
         <sysproperty key="net.sf.tapestry.asset.dir" value="${private.dir}"/>
         <sysproperty key="net.sf.tapestry.asset.URL" value="/private"/>
  +      -->
       </java>
     </target>