Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2012-02-29 22:08:25 +0000
committerRoland Grunberg2012-02-29 22:08:25 +0000
commitb568797b35e703514c9fc6b33417c4270425e334 (patch)
tree76d39bf5ced6969f4d5ab253c1cee88f661d127e /pom.xml
parente34e6f99a6561f536c04544bb9e0d8e00f24ab93 (diff)
parent3fff3043f670f5068a5fcd33079df9d365020398 (diff)
downloadorg.eclipse.linuxtools-b568797b35e703514c9fc6b33417c4270425e334.tar.gz
org.eclipse.linuxtools-b568797b35e703514c9fc6b33417c4270425e334.tar.xz
org.eclipse.linuxtools-b568797b35e703514c9fc6b33417c4270425e334.zip
Merge branch 'feature/valgrind/no-birt'
Conflicts: valgrind/org.eclipse.linuxtools.valgrind.test-feature/feature.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 98c8e8dab9..f5507ff402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</swtbot-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository</orbit-site>
+ <swtchart-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20120123151124/repository/</swtchart-site>
</properties>
<pluginRepositories>
@@ -104,7 +105,13 @@
<id>maven.eclipse.org</id>
<url>http://maven.eclipse.org/nexus/content/groups/public/</url>
</repository>
+ <repository>
+ <id>swtchart</id>
+ <layout>p2</layout>
+ <url>${swtchart-site}</url>
+ </repository>
</repositories>
+
</profile>
<profile>

Back to the top