~ubuntu-branches/ubuntu/utopic/eclipse-linuxtools/utopic

« back to all changes in this revision

Viewing changes to gprof/pom.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-05-12 18:11:40 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140512181140-w237r3vsah1tmybz
Tags: 2.2.1-1
* New upstream release.
* Refreshed d/patches.
* Removed eclipse-cdt-valgrind-remote package, all its functionality
  is now provided by eclipse-cdt-profiling-framework-remote.
* Added remove-license-feature.patch.
* Bump Standards-Version to 3.9.5.
* Enable eclipse-changelog package.
* Enable eclipse-rpm-editor package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14
14
  <modelVersion>4.0.0</modelVersion>
15
15
 
16
 
  <prerequisites>
17
 
    <maven>3.0</maven>
18
 
  </prerequisites>
19
 
 
20
16
  <parent>
21
17
    <groupId>org.eclipse.linuxtools</groupId>
22
18
    <artifactId>linuxtools-parent</artifactId>
23
 
    <version>1.2.1</version>
 
19
    <version>2.2.1</version>
24
20
  </parent>
25
21
 
26
22
  <groupId>org.eclipse.linuxtools.gprof</groupId>
27
23
  <artifactId>linuxtools-gprof-parent</artifactId>
28
 
  <version>1.2.1</version>
29
24
  <packaging>pom</packaging>
30
25
 
31
26
  <name>Eclipse Linux Tools GProf Parent</name>
43
38
      </comments>
44
39
    </license>
45
40
  </licenses>
46
 
  
47
 
  <build>
48
 
    <plugins>
49
 
      <plugin>
50
 
        <artifactId>maven-assembly-plugin</artifactId>
51
 
        <configuration>
52
 
          <descriptors>
53
 
            <descriptor>../src.xml</descriptor>
54
 
          </descriptors>
55
 
        </configuration>
56
 
      </plugin>
57
 
    </plugins>
58
 
  </build>
59
41
 
60
42
  <modules>
61
43
    <module>org.eclipse.linuxtools.gprof</module>