Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-26 01:46:50 +0000
committerspingel2011-01-26 01:46:50 +0000
commit28c97d42a0feee5f8c29a310beb6796a49df17d0 (patch)
tree792bde3a263f106fb9b32abf10aa94759794a8ae /org.eclipse.mylyn.bugzilla.tests
parentb5b0c6328beeae7c042a9f37408c8b6b6244073e (diff)
downloadorg.eclipse.mylyn.tasks-28c97d42a0feee5f8c29a310beb6796a49df17d0.tar.gz
org.eclipse.mylyn.tasks-28c97d42a0feee5f8c29a310beb6796a49df17d0.tar.xz
org.eclipse.mylyn.tasks-28c97d42a0feee5f8c29a310beb6796a49df17d0.zip
resources for standalone tests
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/pom.xml b/org.eclipse.mylyn.bugzilla.tests/pom.xml
index 79f537b9b..83fbb36fd 100644
--- a/org.eclipse.mylyn.bugzilla.tests/pom.xml
+++ b/org.eclipse.mylyn.bugzilla.tests/pom.xml
@@ -18,5 +18,14 @@
<artifactId>maven-osgi-source-plugin</artifactId>
</plugin>
</plugins>
+ <!-- resources for standalone tests -->
+ <resources>
+ <resource>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>testdata/**</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>

Back to the top