~ubuntu-branches/ubuntu/wily/eclipse-linuxtools/wily

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.tracing.rcp.help/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:
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.help</artifactId>
21
 
  <version>0.0.1-SNAPSHOT</version>
 
21
  <version>1.1.0-SNAPSHOT</version>
22
22
  <packaging>eclipse-plugin</packaging>
23
23
 
24
24
  <name>Linux Tools Trace Viewer Help Plug-in</name>
34
34
            <phase>generate-sources</phase>
35
35
            <configuration>
36
36
              <echo>Generating Trace Viewer Help Files</echo>
37
 
              <tasks>
 
37
              <target>
38
38
                <property name="compile_classpath" refid="maven.compile.classpath" />
39
39
                <ant target="build" inheritRefs="true" antfile="build.xml" />
40
 
              </tasks>
 
40
              </target>
41
41
            </configuration>
42
42
            <goals>
43
43
              <goal>run</goal>
48
48
            <phase>clean</phase>
49
49
            <configuration>
50
50
              <echo>Cleaning up generated Trace Viewer Help Files</echo>
51
 
              <tasks>
 
51
              <target>
52
52
                <ant target="clean" antfile="build.xml" />
53
 
              </tasks>
 
53
              </target>
54
54
            </configuration>
55
55
            <goals>
56
56
              <goal>run</goal>