Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-04-12 16:08:12 +0000
committerCamilo Bernal2013-04-12 17:22:19 +0000
commitc0b3e1ffa1b03b28b11828671e64de76db042077 (patch)
treefdaae57255ae01faf5f2831e5ae043ce8c38369c /libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml
parentdb55844a3ef6cc363d6d73c1e40fdfd379885588 (diff)
downloadorg.eclipse.linuxtools-c0b3e1ffa1b03b28b11828671e64de76db042077.tar.gz
org.eclipse.linuxtools-c0b3e1ffa1b03b28b11828671e64de76db042077.tar.xz
org.eclipse.linuxtools-c0b3e1ffa1b03b28b11828671e64de76db042077.zip
Fix libhover libstdcxx to be consistent w/r to source plugin stuff.
Change-Id: I0955790f84feb48a7ec60afafba233d97b4970a3 Reviewed-on: https://git.eclipse.org/r/11867 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
Diffstat (limited to 'libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml')
-rw-r--r--libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml b/libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml
index 9ed11b7204..ebaa9352a5 100644
--- a/libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml
+++ b/libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx/pom.xml
@@ -22,4 +22,23 @@
<packaging>eclipse-plugin</packaging>
<name>Linux Tools libstdc++ Libhover Plug-in</name>
+
+ <build>
+ <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
</project>

Back to the top