Codebase list eclipse-linuxtools / f905439
Use upstream manifest file Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sudip Mukherjee 3 years ago
1 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4040 <plugin>
4141 --- eclipse-linuxtools-7.4.0+dfsg.1.orig/profiling/org.eclipse.linuxtools.dataviewers.piechart/pom.xml
4242 +++ eclipse-linuxtools-7.4.0+dfsg.1/profiling/org.eclipse.linuxtools.dataviewers.piechart/pom.xml
43 @@ -20,7 +20,22 @@
43 @@ -20,7 +20,33 @@
4444
4545 <artifactId>org.eclipse.linuxtools.dataviewers.piechart</artifactId>
4646 <version>2.0.1-SNAPSHOT</version>
5050 <name>Linux Tools PieChart plug-in</name>
5151 + <build>
5252 + <sourceDirectory>src</sourceDirectory>
53 + <plugins>
54 + <plugin>
55 + <groupId>org.apache.maven.plugins</groupId>
56 + <artifactId>maven-jar-plugin</artifactId>
57 + <configuration>
58 + <archive>
59 + <manifestFile>META-INF/MANIFEST.MF</manifestFile>
60 + </archive>
61 + </configuration>
62 + </plugin>
63 + </plugins>
5364 + </build>
5465 + <dependencies>
5566 + <dependency>