summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 13:26:05 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 13:26:05 +0000
commit3439134b7948bd2b124ab5cb7936732604d38a55 (patch)
treec4be7f62da76c1e4adb54291ec8eef2b2ff886bc
parent6f1f2f5918c295392c7f1c964d22dc01bd1becc9 (diff)
add another missing file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740729 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/distribution/all/src/main/assembly/dir.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/java/sca/distribution/all/src/main/assembly/dir.xml b/java/sca/distribution/all/src/main/assembly/dir.xml
new file mode 100644
index 0000000000..ebbc72d9aa
--- /dev/null
+++ b/java/sca/distribution/all/src/main/assembly/dir.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
+<assembly>
+ <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+ <id>dir</id>
+ <includeBaseDirectory>true</includeBaseDirectory>
+ <baseDirectory>tuscany-sca-2.0-SNAPSHOT</baseDirectory>
+ <formats>
+ <format>dir</format>
+ </formats>
+
+ <componentDescriptors>
+ <componentDescriptor>../core/src/main/components/bin-common.xml</componentDescriptor>
+ <componentDescriptor>../core/src/main/components/bin-modules.xml</componentDescriptor>
+ <componentDescriptor>../core/src/main/components/bin-samples.xml</componentDescriptor>
+ <componentDescriptor>../ejava/src/main/components/bin-samples.xml</componentDescriptor>
+ <componentDescriptor>../webservice/src/main/components/bin-samples.xml</componentDescriptor>
+ <componentDescriptor>../all/src/main/components/bin-launcher.xml</componentDescriptor>
+ </componentDescriptors>
+</assembly>