On Sun, Aug 24, 2008 at 2:04 PM, <[EMAIL PROTECTED]> wrote: > Author: leosutic > Date: Sun Aug 24 11:04:57 2008 > New Revision: 688543 > > URL: http://svn.apache.org/viewvc?rev=688543&view=rev > Log: > Fixed broken manifest files. > <snip/>
Looks like the entries were the way they were to stay in line with the maximum line width for manifests (72 bytes, IIRC). -Rahul > Modified: > commons/proper/attributes/trunk/api/manifest.mf > commons/proper/attributes/trunk/compiler/manifest.mf > > Modified: commons/proper/attributes/trunk/api/manifest.mf > URL: > http://svn.apache.org/viewvc/commons/proper/attributes/trunk/api/manifest.mf?rev=688543&r1=688542&r2=688543&view=diff > ============================================================================== > --- commons/proper/attributes/trunk/api/manifest.mf (original) > +++ commons/proper/attributes/trunk/api/manifest.mf Sun Aug 24 11:04:57 2008 > @@ -13,12 +13,10 @@ > Extension-List: ant qdox > ant-Extension-Name: ant > ant-Implementation-Version: 1.5 > -ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5. > - jar > +ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar > qdox-Extension-Name: qdox > qdox-Implementation-Version: 1.5 > -qdox-Implementation-URL: http://www.ibiblio.org/maven/qdox/jars/qdox-1 > - .5.jar > +qdox-Implementation-URL: http://www.ibiblio.org/maven/qdox/jars/qdox-1.5.jar > Implementation-Vendor-Id: org.apache > X-Compile-Source-JDK: 1.4 > X-Compile-Target-JDK: 1.4 > > Modified: commons/proper/attributes/trunk/compiler/manifest.mf > URL: > http://svn.apache.org/viewvc/commons/proper/attributes/trunk/compiler/manifest.mf?rev=688543&r1=688542&r2=688543&view=diff > ============================================================================== > --- commons/proper/attributes/trunk/compiler/manifest.mf (original) > +++ commons/proper/attributes/trunk/compiler/manifest.mf Sun Aug 24 11:04:57 > 2008 > @@ -13,20 +13,16 @@ > Extension-List: ant qdox commons-attributes-api javadoc > ant-Extension-Name: ant > ant-Implementation-Version: 1.5 > -ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5. > - jar > +ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar > qdox-Extension-Name: qdox > qdox-Implementation-Version: 1.5 > -qdox-Implementation-URL: http://www.ibiblio.org/maven/qdox/jars/qdox-1 > - .5.jar > +qdox-Implementation-URL: http://www.ibiblio.org/maven/qdox/jars/qdox-1.5.jar > commons-attributes-api-Extension-Name: commons-attributes-api > commons-attributes-api-Implementation-Version: 2.2 > -commons-attributes-api-Implementation-URL: http://www.ibiblio.org/mave > - n/commons-attributes/jars/commons-attributes-api-2.2.jar > +commons-attributes-api-Implementation-URL: > http://www.ibiblio.org/maven/commons-attributes/jars/commons-attributes-api-2.2.jar > javadoc-Extension-Name: javadoc > javadoc-Implementation-Version: 1.4 > -javadoc-Implementation-URL: http://www.ibiblio.org/maven/javadoc/jars/ > - javadoc-1.4.jar > +javadoc-Implementation-URL: > http://www.ibiblio.org/maven/javadoc/jars/javadoc-1.4.jar > Implementation-Vendor-Id: org.apache > X-Compile-Source-JDK: 1.4 > X-Compile-Target-JDK: 1.4 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]