Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Pontes2012-07-04 21:50:51 +0000
committerOtavio Pontes2012-07-04 21:51:13 +0000
commit6055d2d4ee3f7c169abc2e1d91a6fe88103721e2 (patch)
tree786585cd451690b7c9e069ce9c5a97cf7f46418a /valgrind
parent0f2e6f79b01f55c50750ee5beaf24a4271491f0f (diff)
downloadorg.eclipse.linuxtools-6055d2d4ee3f7c169abc2e1d91a6fe88103721e2.tar.gz
org.eclipse.linuxtools-6055d2d4ee3f7c169abc2e1d91a6fe88103721e2.tar.xz
org.eclipse.linuxtools-6055d2d4ee3f7c169abc2e1d91a6fe88103721e2.zip
releng: Adding remote features to releng.
Diffstat (limited to 'valgrind')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.remote-feature/pom.xml37
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.remote-feature/sourceTemplateFeature/feature.properties1
2 files changed, 38 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/pom.xml
index 48314c9ffa..68b9c0d442 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/pom.xml
@@ -23,4 +23,41 @@
<name>Linux Tools Valgrind Tools Remote Integration Feature</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.linuxtools.valgrind.doc"/>
+ </excludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/sourceTemplateFeature/feature.properties b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/sourceTemplateFeature/feature.properties
new file mode 100644
index 0000000000..8d1c8b69c3
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/sourceTemplateFeature/feature.properties
@@ -0,0 +1 @@
+

Back to the top