You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/10/30 03:29:37 UTC

cvs commit: maven/xdocs repository-upload.xml

brett       2004/10/29 18:29:37

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  clarify upload instructions
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.4.11  +3 -3      maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.10
  retrieving revision 1.7.4.11
  diff -u -r1.7.4.10 -r1.7.4.11
  --- repository-upload.xml	30 Aug 2004 09:55:54 -0000	1.7.4.10
  +++ repository-upload.xml	30 Oct 2004 01:29:37 -0000	1.7.4.11
  @@ -53,7 +53,7 @@
         
         <p>
           If you are not using maven as your build system but want something
  -        uploaded to Ibiblio then you just need to make a JAR with the following
  +        uploaded to Ibiblio then you just need to make a JAR (using the <code>jar</code> executable, not <code>zip</code>, <code>pkzip</code> or equivalent) with the following
           format:
         </p>
         
  @@ -61,10 +61,10 @@
           LICENSE.txt
           project.xml
           foo-1.0.jar (or whatever artifact is referred to in the project.xml)
  +        META-INF/MANIFEST.MF (generated by the jar executable)
         </source>
   
  -      <p>
  -        In that case the project.xml should at least contain the following elements:
  +      <p>Note that the bundle will be read by a script, so it must follow the above format. Also, the project.xml should at least contain the following elements:
         </p>
         <ul>
           <li>groupId</li>
  
  
  

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


RE: cvs commit: maven/xdocs repository-upload.xml

Posted by Carlos Sanchez <ap...@carlos.cousas.net>.
Hi,

I think this line can be confusing and should be removed, as the manifest is not needed at all

>   +        META-INF/MANIFEST.MF (generated by the jar executable)


Regards

Carlos Sanchez
A Coruña, Spain
http://www.jroller.com/page/carlossg

 

> -----Original Message-----
> From: brett@apache.org [mailto:brett@apache.org] 
> Sent: Saturday, October 30, 2004 3:30 AM
> To: maven-cvs@apache.org
> Subject: cvs commit: maven/xdocs repository-upload.xml
> 
> brett       2004/10/29 18:29:37
> 
>   Modified:    xdocs    Tag: MAVEN-1_0-BRANCH repository-upload.xml
>   Log:
>   clarify upload instructions
>   
>   Revision  Changes    Path
>   No                   revision
>   No                   revision
>   1.7.4.11  +3 -3      maven/xdocs/repository-upload.xml
>   
>   Index: repository-upload.xml
>   ===================================================================
>   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
>   retrieving revision 1.7.4.10
>   retrieving revision 1.7.4.11
>   diff -u -r1.7.4.10 -r1.7.4.11
>   --- repository-upload.xml	30 Aug 2004 09:55:54 -0000	1.7.4.10
>   +++ repository-upload.xml	30 Oct 2004 01:29:37 -0000	1.7.4.11
>   @@ -53,7 +53,7 @@
>          
>          <p>
>            If you are not using maven as your build system 
> but want something
>   -        uploaded to Ibiblio then you just need to make a 
> JAR with the following
>   +        uploaded to Ibiblio then you just need to make a 
> JAR (using the <code>jar</code> executable, not 
> <code>zip</code>, <code>pkzip</code> or equivalent) with the following
>            format:
>          </p>
>          
>   @@ -61,10 +61,10 @@
>            LICENSE.txt
>            project.xml
>            foo-1.0.jar (or whatever artifact is referred to 
> in the project.xml)
>   +        META-INF/MANIFEST.MF (generated by the jar executable)
>          </source>
>    
>   -      <p>
>   -        In that case the project.xml should at least 
> contain the following elements:
>   +      <p>Note that the bundle will be read by a script, so 
> it must follow the above format. Also, the project.xml should 
> at least contain the following elements:
>          </p>
>          <ul>
>            <li>groupId</li>
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 


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