~ubuntu-branches/ubuntu/precise/asm3/precise

« back to all changes in this revision

Viewing changes to debian/poms/asm-tree.pom

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-12 13:50:38 UTC
  • mfrom: (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20110912135038-1g97tsp2uopphgm7
Tags: 3.3.2-1
* Team upload.
* New upstream release.
* Change debian/watch to point to upstream's SVN repository. Add
  debian/orig-tar.sh.
* Remove all prebuilt jar files from orig tarball.
* Install asm-debug-all.jar.
* Do no longer install symlinks from asm3-all.jar to the individual jars.
  Install the real files instead.
* Use upstream provided pom files instead of shipping them in the debian
  directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<project>
2
 
  <modelVersion>4.0.0</modelVersion>
3
 
 
4
 
  <parent>
5
 
    <artifactId>asm-parent</artifactId>
6
 
    <groupId>asm</groupId>
7
 
    <version>3.2</version>
8
 
  </parent>
9
 
 
10
 
  <name>ASM Tree</name>
11
 
  <artifactId>asm-tree</artifactId>
12
 
  <packaging>jar</packaging>
13
 
  
14
 
  <dependencies>
15
 
    <dependency>
16
 
      <artifactId>asm</artifactId>
17
 
      <groupId>asm</groupId>
18
 
    </dependency>
19
 
  </dependencies>
20
 
 
21
 
</project>