summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/api/src/main/assembly/bin.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-03 21:59:43 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-03 21:59:43 +0000
commit60b20572d5b6a74dcb34e5a18cf36175557b576d (patch)
treec43cd590cb0054471f9514804ae2f21469319e10 /java/sca/distribution/api/src/main/assembly/bin.xml
parent2bdf184f687417666c0592fbfd2f14d2d24e1ca0 (diff)
Update the distribution to use the features
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/api/src/main/assembly/bin.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/java/sca/distribution/api/src/main/assembly/bin.xml b/java/sca/distribution/api/src/main/assembly/bin.xml
deleted file mode 100644
index 3978358b82..0000000000
--- a/java/sca/distribution/api/src/main/assembly/bin.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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>bin</id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-sca-2.0-SNAPSHOT</baseDirectory>
- <formats>
- <format>dir</format>
- <format>tar.gz</format>
- <format>zip</format>
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>src/main/components/bin-common.xml</componentDescriptor>
- <componentDescriptor>src/main/components/bin-modules.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>