summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/core/src/main/components/bin-modules.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-21 19:06:30 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-21 19:06:30 +0000
commit06509a44c2c36bfdfcf6c008f7fe88682911251d (patch)
tree5c837fd63e3a8bd892ab051191a4c6821293af67 /java/sca/distribution/core/src/main/components/bin-modules.xml
parent5d291452ae5a99fbb4e32cb4342b39cab18014b5 (diff)
Adjust the core distro to include additional artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/core/src/main/components/bin-modules.xml')
-rw-r--r--java/sca/distribution/core/src/main/components/bin-modules.xml72
1 files changed, 40 insertions, 32 deletions
diff --git a/java/sca/distribution/core/src/main/components/bin-modules.xml b/java/sca/distribution/core/src/main/components/bin-modules.xml
index 5e1c5ec5d6..703c729e90 100644
--- a/java/sca/distribution/core/src/main/components/bin-modules.xml
+++ b/java/sca/distribution/core/src/main/components/bin-modules.xml
@@ -1,32 +1,40 @@
-<!--
- * 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>
+<!--
+ * 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>
+ <fileSet>
+ <directory>target/startup</directory>
+ <outputDirectory>startup</outputDirectory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </fileSet>
+
+ </fileSets>
+
+</component>