File: 07_add_classpath_to_manifest.diff

package info (click to toggle)
jets3t 0.8.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,816 kB
  • sloc: java: 39,293; xml: 431; sh: 212; makefile: 30
file content (17 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Miguel Landaeta <miguel@miguel.cc>
Subject: include Class-Path header in jets3t public jar
Forwarded: no
Last-Update: 2010-04-13

--- jets3t-0.8.0+dfsg.orig/build.xml
+++ jets3t-0.8.0+dfsg/build.xml
@@ -132,6 +132,9 @@ zip-source-code   : Zips the JetS3t sour
 			<include name="org/apache/commons/httpclient/contrib/**"/>
 			<include name="com/centerkey/utils/**"/>
 			<include name="contribs/mx/**" if="contribs.include-mx"/>
+			<manifest>
+				<attribute name="Class-Path" value="axis.jar commons-codec.jar commons-httpclient.jar commons-logging.jar bcprov.jar java-xmlbuilder.jar" />
+			</manifest>
 		</jar>
         <jar
             basedir="${dir.build}"