You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2004/12/28 22:09:25 UTC

cvs commit: incubator-myfaces/build/examples-webapp build.xml

svieujot    2004/12/28 13:09:25

  Modified:    build/examples-webapp build.xml
  Removed:     src/components_resource/jscookmenu/ThemeOffice cutshadow.gif
                        copy.gif copyshadow.gif help.gif blank.gif
                        saveshadow.gif pasteshadow.gif theme.js open.gif
                        paste.gif arrow.gif theme.css new.gif spacer.gif
                        openshadow.gif helpshadow.gif arrowdown.gif cut.gif
                        save.gif
               src/components_resource/jscookmenu/ThemePanel arrow.gif
                        arrowdown.gif theme.css blank.gif theme.js
               src/components_resource/jscookmenu/ThemeMiniBlack theme.js
                        theme.css
               src/components_resource/jscookmenu/ThemeIE arrow.gif
                        folder.gif theme.js link.gif theme.css
               src/components_resource/jscookmenu JSCookMenu.js
  Log:
  Remove components_resource directory as the resources are now embeded in the jar.
  
  Revision  Changes    Path
  1.31      +1 -8      incubator-myfaces/build/examples-webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/build/examples-webapp/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml	13 Nov 2004 22:34:30 -0000	1.30
  +++ build.xml	28 Dec 2004 21:09:25 -0000	1.31
  @@ -62,7 +62,7 @@
   
   
       <target name="-compile-and-copy-libs"
  -            depends="-myfaces-jar, -copy-components-resource"
  +            depends="-myfaces-jar"
               description="compiles the examples java classes to WEB-INF/classes and copies all needed libs to WEB-INF/lib">
           <mkdir dir="${web-inf.classes.dir}"/>
           <javac srcdir="${examples.src}"
  @@ -79,13 +79,6 @@
           </copy>
       </target>
   
  -    <target name="-copy-components-resource">
  -        <copy todir="${examples.web}">
  -            <fileset dir="${components_resource.src}"
  -                     includes="**"
  -                     excludes="CVS" />
  -        </copy>
  -    </target>
   
       <target name="-war" depends="-compile-and-copy-libs">
           <tstamp>