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 'branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml')
-rw-r--r--branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml b/branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml
new file mode 100644
index 0000000000..5e1c5ec5d6
--- /dev/null
+++ b/branches/sca-equinox/distribution/features/core/src/main/components/bin-modules.xml
@@ -0,0 +1,32 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<component>
+ <fileSets>
+
+ <!-- Add modules to the modules directory -->
+ <fileSet>
+ <directory>target/modules</directory>
+ <outputDirectory>modules</outputDirectory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+
+</component>