summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-25 18:45:42 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-25 18:45:42 +0000
commitd9492689426e6a81cc8c71176bcbd8c4c8c1dfa8 (patch)
treeb69a23fd30ed5f595a4af3d3e367951d45e3961d /branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml
parentcba1e85023803ea0210d1703c92c2c8070057629 (diff)
Moved distro builds under distribution module.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml')
-rw-r--r--branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml b/branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml
deleted file mode 100644
index 7413fde78f..0000000000
--- a/branches/sca-equinox/distribution/features/process/src/main/assembly/bin.xml
+++ /dev/null
@@ -1,38 +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></id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-sca-1.4-SNAPSHOT</baseDirectory>
- <formats>
- <!--
- <format>dir</format>
- <format>tar.gz</format>
- -->
- <format>zip</format>
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../core/src/main/components/bin-common.xml</componentDescriptor>
- <componentDescriptor>../core/src/main/components/bin-modules.xml</componentDescriptor>
- <componentDescriptor>src/main/components/bin-samples.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>