You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/03/01 22:38:07 UTC

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

hlship      2005/03/01 13:38:07

  Modified:    src/documentation/content/xdocs site.xml
               contrib  build.xml
               framework build.xml
               examples/Workbench build.xml
  Removed:     doc/src/DevelopersGuide components.xml engine.xml intro.xml
                        spec.xml coding.xml coding-components.xml faq.xml
                        pages.xml script-spec.xml DevelopersGuide.xml
                        script.xml jars.xml inspector.xml apps.xml
                        .cvsignore cycle.xml beans.xml build.xml
               doc/src/Tutorial2 tutorial-chapter-intro-examples.xml
                        tutorial-pagelinking.xml .cvsignore build.xml
                        tutorial-required-pages.xml tutorial-inspector.xml
                        tutorial-chapter-gettingstarted.xml
                        tutorial-chapter-intro.xml
                        tutorial-chapter-builtins.xml
                        tutorial-localization.xml
                        tutorial-chapter-forms.xml
                        tutorial-chapter-components.xml tutorial-assets.xml
                        Tutorial2.xml
               doc/src/Tutorial/images hangman-win.jpg border-home.jpg
                        hello-world.jpg Inspector-Properties.jpg
                        hangman-home.jpg Inspector-Engine.jpg
                        localize-home-english.jpg dynamic.jpg
                        localize-home-german.jpg hangman-lose.jpg
                        border-credo.jpg show-inspector.gif
                        localize-changed-german.jpg
                        workbench-home-expanded.jpg workbench-home.jpg
                        hangman-guess.jpg timeout.jpg
                        Inspector-Template.jpg Inspector-Logging.jpg
                        Inspector-Spec.jpg tutorial-index.png .cvsignore
               doc/src/DevelopersGuide/images Gestures.gif
                        ApplicationServlet-sequence.gif
                        Inspector-Template.jpg Page-Render-sequence.gif
                        Page-Lifecycle.gif Inspector-Engine.jpg
                        Page-Rewind-sequence.gif
                        Direct-Service-sequence.gif Page-Load-sequence.gif
                        Inspector-Properties.jpg Inspector-Logging.jpg
                        Page-Detach-Sequence.gif Page-Service-sequence.gif
                        Inspector-Spec.jpg Body-sequence.gif .cvsignore
                        Action-Service-Sequence.gif
               doc/src/Tutorial2/images pagelinking-actions.png
                        forms-part3-date-result.gif Inspector-Engine.jpg
                        forms-part1-form.gif localize-home-german.jpg
                        localize-home-english.jpg Inspector-Logging.jpg
                        helloworld-example.png Inspector-Template.jpg
                        tutorial-index.png events-genericlink.gif
                        pages-stalelink.jpg forms-part4-result.gif
                        pages-exception.jpg localize-changed-german.jpg
                        forms-part3-result.gif pagelinking-home.png
                        assets-example.jpg tapestry-dev-env.png
                        Inspector-Properties.jpg pages-stalesession.jpg
                        Inspector-Spec.jpg forms-part1-result.gif
                        forms-part2-form.gif pages-newexception.jpg
               src/documentation/content/xdocs quotes.xml
               src/documentation/resources/images/success edit-form.gif
                        status-table.gif
               doc/src/Tutorial Tutorial.xml build.xml .cvsignore
               doc/src/Tutorial2/images/.xvpics forms-part1-form.gif
                        helloworld-example.png forms-part1-result.gif
               doc/src  build.xml
  Log:
  Remove dead documentation.
  
  Revision  Changes    Path
  1.20      +0 -1      jakarta-tapestry/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- site.xml	28 Feb 2005 18:44:52 -0000	1.19
  +++ site.xml	1 Mar 2005 21:38:05 -0000	1.20
  @@ -28,7 +28,6 @@
       
       <project label="Tapestry">
         <home label="Home" href="index.html"/>
  -      <quotes label="Quotes" href="quotes.html"/>
         <faq label="FAQ" href="faq.html"/>
         <todo label="TODO" href="todo.html"/>
         <changes label="Change Log" href="changes.html"/>
  
  
  
  1.27      +1 -3      jakarta-tapestry/contrib/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	23 Feb 2005 20:40:06 -0000	1.26
  +++ build.xml	1 Mar 2005 21:38:05 -0000	1.27
  @@ -27,7 +27,7 @@
   	<import file="${hivebuild.dir}/javadoc-report.xml"/>
   	<import file="${hivebuild.dir}/clover-report.xml"/>  
     
  -	<target name="compile">
  +	<target name="compile-dependencies">
       <project-dependency artifact="tapestry"/>
   
       <ibiblio-dependency artifact="commons-logging"    version="${logging.version}"  group="commons-logging"/>
  @@ -46,8 +46,6 @@
   		<ibiblio-dependency artifact="javassist"          version="2.6"                 group="jboss"/>
   		<ibiblio-dependency artifact="servletapi"         version="2.3"                 group="servletapi"/>
       -->
  -     
  -		<default-compile/> 
   	</target>	
     
   </project>
  
  
  
  1.47      +4 -2      jakarta-tapestry/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml	23 Feb 2005 20:40:06 -0000	1.46
  +++ build.xml	1 Mar 2005 21:38:06 -0000	1.47
  @@ -30,7 +30,7 @@
     <import file="${hivebuild.dir}/clover-report.xml"/>  
     <import file="${hivebuild.dir}/hivedoc-report.xml"/>  
     
  -  <target name="compile">
  +  <target name="compile-dependencies">
       <ibiblio-dependency artifact="bsf"                version="${bsf.version}"      group="bsf"/>
       <ibiblio-dependency artifact="commons-codec"      version="${codec.version}"    group="commons-codec"/>
       <ibiblio-dependency artifact="commons-fileupload" version="${fileupload.version}" group="commons-fileupload"/>    
  @@ -49,7 +49,9 @@
       <ibiblio-dependency artifact="cglib-full"         version="2.0.2"               group="cglib"    use="test"/>
       <ibiblio-dependency artifact="jdom"               version="1.0"                 group="jdom"     use="test"/>
       <ibiblio-dependency artifact="jython"             version="2.1"                 group="jython"   use="test"/>
  -	
  +	</target>
  + 
  + <target name="compile" depends="compile-dependencies">
       <default-compile/>
       
       <copy file="${root.dir}/version.properties" todir="${java.classes.dir}/org/apache/tapestry"/>    
  
  
  
  1.14      +1 -3      jakarta-tapestry/examples/Workbench/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	23 Feb 2005 20:40:06 -0000	1.13
  +++ build.xml	1 Mar 2005 21:38:07 -0000	1.14
  @@ -26,7 +26,7 @@
   	<import file="${hivebuild.dir}/war-module.xml"/>
   	<import file="${hivebuild.dir}/javadoc-report.xml"/>
     
  -	<target name="compile">
  +	<target name="compile-dependencies">
       <project-dependency artifact="tapestry"            use="run"/>
       <project-dependency artifact="tapestry-contrib"    use="run"/>
   
  @@ -47,8 +47,6 @@
    
       <!-- This isn't actually uploaded to Maven yet! -->
       <ibiblio-dependency artifact="jCharts"            version="0.6.0"               group="krysalis"          use="run"/>
  -     
  -		<default-compile/> 
   	</target>	
     
   </project>
  \ No newline at end of file
  
  
  

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