You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/05/24 02:10:25 UTC

cvs commit: maven-new/fetch/xdocs features.xml downloads.xml index.xml example.xml

bwalding    2003/05/23 17:10:25

  Added:       fetch/xdocs features.xml downloads.xml index.xml example.xml
  Log:
  New component
  
  Revision  Changes    Path
  1.1                  maven-new/fetch/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Dep - Features</title>
      <author email="bwalding@apache.org">Ben Walding</author>
    </properties>
  
    <body>
  
      <section name="Features">
        <p>
  		<ul>
  			<li>It is a lightweight compatriot for commons-vfs.</li>
  			<li>Any requests to make this application download multiples files will be summarily ignored.</li>
  			<li>As will connection sharing between requests?  maybe...</li>
  			
  			<li>The file is downloaded to a temporary location</li>
  		</ul>
  	  </p>
      </section>
  
    </body>
  </document>
  
  
  
  1.1                  maven-new/fetch/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Dep - Downloads</title>
      <author email="bwalding@apache.org">Ben Walding</author>
    </properties>
  
    <body>
  
      <section name="SNAPSHOTS">
        <p>
           <a href="dep-SNAPSHOT.jar">dep-SNAPSHOT.jar</a>
  	  </p>
      </section>
  
    </body>
  </document>
  
  
  
  1.1                  maven-new/fetch/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Dep - Downloads</title>
      <author email="bwalding@apache.org">Ben Walding</author>
    </properties>
  
    <body>
  
      <section name="Downloads">
        <p>
        	This package is for the simplified downloading of single resources.
  	  </p>
  	</section>
  
    </body>
  </document>
  
  
  
  1.1                  maven-new/fetch/xdocs/example.xml
  
  Index: example.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Dep - Features</title>
      <author email="bwalding@apache.org">Ben Walding</author>
    </properties>
  
    <body>
  
      <section name="Example 1">
        <p>
  		Create a DownloadRequest
  	  </p>
  
  	  <source>
  		DownloadRequest dreq = new DownloadRequest("http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.4.1.jar");
        </source>
      </section>
  
    </body>
  </document>
  
  
  

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