You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by or...@apache.org on 2005/06/02 01:30:10 UTC

svn commit: r179463 - /myfaces/trunk/build/examples-webapp/build.xml

Author: oros
Date: Wed Jun  1 16:30:09 2005
New Revision: 179463

URL: http://svn.apache.org/viewcvs?rev=179463&view=rev
Log:
fixed examples.src path so resource bundles are included at the correct location

Modified:
    myfaces/trunk/build/examples-webapp/build.xml

Modified: myfaces/trunk/build/examples-webapp/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/examples-webapp/build.xml?rev=179463&r1=179462&r2=179463&view=diff
==============================================================================
--- myfaces/trunk/build/examples-webapp/build.xml (original)
+++ myfaces/trunk/build/examples-webapp/build.xml Wed Jun  1 16:30:09 2005
@@ -9,7 +9,7 @@
     <!-- Constants -->
     <property name="project.dir" location="${basedir}/../.."/>
     <property name="examples.dir" location="${project.dir}/webapps/examples"/>
-    <property name="examples.src" location="${project.dir}/webapps/src"/>
+    <property name="examples.src" location="${project.dir}/webapps/src/example"/>
     <property name="examples.web" location="${examples.dir}"/>
     <property name="web-inf.classes.dir" location="${examples.web}/WEB-INF/classes"/>
     <property name="web-inf.lib.dir" location="${examples.web}/WEB-INF/lib"/>