~ubuntu-branches/ubuntu/vivid/cobertura/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/add_classpath_to_manifest.diff

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-05-11 19:21:46 UTC
  • mfrom: (0.1.4 sid) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100511192146-j742v5jsl89ztndu
Tags: 1.9.4.1+dfsg-2
* Now Build-Depends on libservlet2.5-java and add a missing Depends
  on the same package. (Closes: #580842). 
* Simplify list of JRE dependences for cobertura and drop JRE dependences for
  libcobertura-java as Java libraries are no longer required to depend on a
  JVM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/build.xml b/build.xml
 
2
index 7c689da..9aac115 100644
 
3
--- a/build.xml
 
4
+++ b/build.xml
 
5
@@ -137,6 +137,7 @@
 
6
                                <attribute name="Implementation-Vendor" value="Cobertura"/>
 
7
                                <attribute name="Implementation-Vendor-Id" value="net.sourceforge.cobertura"/>
 
8
                                <attribute name="Implementation-Version" value="${version}"/>
 
9
+                               <attribute name="Class-Path" value="asm3.jar asm3-tree.jar oro.jar log4j-1.2.jar servlet-api.jar"/>
 
10
                        </manifest>
 
11
                </jar>
 
12