~ubuntu-branches/ubuntu/vivid/eclipse-linuxtools/vivid-proposed

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.tracing.rcp/pom.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam, Jakub Adam, tony mancill
  • Date: 2014-10-11 11:44:05 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20141011114405-yazjvxfzzhmi5sgj
Tags: 3.1.0-1
[ Jakub Adam ]
* New upstream release (Closes: #761524).
* Refreshed d/patches.
* Don't build removed feature org.eclipse.linuxtools.tools.launch
  - merged into org.eclipse.linuxtools.profiling.
* Use javac target 1.7.
* Build new feature org.eclipse.linuxtools.dataviewers.feature
  - required by Valgrind integration.
* Build-depend on eclipse-remote-services-api and eclipse-cdt-autotools.
* Bump Standards-Version to 3.9.6.
* Override incompatible-java-bytecode-format - linuxtools needs Java 7.
* Remove unused codeless-jar override.

[ tony mancill ]
* Tweak short package description to make lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!--
3
 
   Copyright (C) 2013 Ericsson
 
3
   Copyright (C) 2014 Ericsson
4
4
 
5
5
   All rights reserved. This program and the accompanying materials
6
6
   are made available under the terms of the Eclipse Public License v1.0
14
14
  <parent>
15
15
    <artifactId>linuxtools-lttng-parent</artifactId>
16
16
    <groupId>org.eclipse.linuxtools.lttng</groupId>
17
 
    <version>2.2.1-SNAPSHOT</version>
 
17
    <version>3.1.0</version>
18
18
  </parent>
19
19
 
20
20
  <artifactId>org.eclipse.linuxtools.tracing.rcp</artifactId>
21
 
  <version>0.0.1-SNAPSHOT</version>
 
21
  <version>1.1.0-SNAPSHOT</version>
22
22
  <packaging>eclipse-feature</packaging>
23
23
 
24
24
  <name>Linux Tools Trace Viewer Feature</name>
39
39
            </goals>
40
40
            <configuration>
41
41
              <excludes>
 
42
                <plugin id="org.eclipse.cdt.core"/>
 
43
                <plugin id="org.eclipse.cdt.core.native"/>
42
44
                <plugin id="org.eclipse.core.runtime.compatibility.auth"/>
43
45
                <plugin id="org.eclipse.swt"/>
44
46
                <plugin id="org.eclipse.swt.wpf.win32.x86"/>
68
70
                <plugin id="org.eclipse.linuxtools.tracing.rcp.help"/>
69
71
                <plugin id="org.sat4j.core"/>
70
72
                <plugin id="org.sat4j.pb"/>
 
73
                <plugin id="org.swtchart"/>
 
74
                <plugin id="com.google.guava"/>
71
75
              </excludes>
72
76
            </configuration>
73
77
          </execution>
89
93
      </plugin>
90
94
    </plugins>
91
95
  </build>
92
 
  
 
96
 
93
97
</project>