summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M3/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-29 22:10:28 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-29 22:10:28 +0000
commit1fd00705939747143753aeae8c8aa084e3d9f800 (patch)
tree9ecb2c48a911665549388bbcba2069b6f020c53e /branches/sca-java-2.0-M3/pom.xml
parent1b4728bc676d02af0ddb68754167028cd5ab5773 (diff)
Merge changes from trunk to bring up the distributed osgi samples with Tuscany distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M3/pom.xml')
-rw-r--r--branches/sca-java-2.0-M3/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/pom.xml b/branches/sca-java-2.0-M3/pom.xml
index 5fc1616b92..306557b50e 100644
--- a/branches/sca-java-2.0-M3/pom.xml
+++ b/branches/sca-java-2.0-M3/pom.xml
@@ -479,6 +479,13 @@
<include>MANIFEST.MF</include>
</includes>
</resource>
+ <resource>
+ <directory>${basedir}/OSGI-INF</directory>
+ <targetPath>OSGI-INF</targetPath>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
</resources>
<pluginManagement>