summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-23 00:37:43 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-23 00:37:43 +0000
commit19af867c442931facd640218c07f5659f1595cb3 (patch)
tree4d97e30621368c338f8009107436cd68ead5e2c9 /branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml
parentae0697630eaca3eaf05080be3d8e3730b675c56b (diff)
Changed distro builds to build OSGi friendly distributions. Added an Eclipse build profile to build an Eclipse PDE target which can be used to configure an Eclipse workspace.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml (renamed from branches/sca-equinox/distribution/features/core/src/main/components/bin-dependencies.xml)23
1 files changed, 7 insertions, 16 deletions
diff --git a/branches/sca-equinox/distribution/features/core/src/main/components/bin-dependencies.xml b/branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml
index a1bde3932b..5e1c5ec5d6 100644
--- a/branches/sca-equinox/distribution/features/core/src/main/components/bin-dependencies.xml
+++ b/branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml
@@ -17,25 +17,16 @@
* under the License.
-->
<component>
- <dependencySets>
+ <fileSets>
- <!-- Add all the Tuscany modules to the modules directory -->
- <dependencySet>
+ <!-- Add modules to the modules directory -->
+ <fileSet>
+ <directory>target/modules</directory>
<outputDirectory>modules</outputDirectory>
- <unpack>false</unpack>
<includes>
- <include>org.apache.tuscany.sca:*</include>
+ <include>**/*</include>
</includes>
- </dependencySet>
-
- <!-- Add all the dependent jars to the lib directory -->
- <dependencySet>
- <outputDirectory>lib</outputDirectory>
- <unpack>false</unpack>
- <excludes>
- <exclude>org.apache.tuscany.sca:*</exclude>
- </excludes>
- </dependencySet>
- </dependencySets>
+ </fileSet>
+ </fileSets>
</component>