summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/ejava/src/main/assembly/src.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-06 07:31:31 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-06 07:31:31 +0000
commitecb850e441678ba2c8ef2808b25e2e241a0d1c31 (patch)
tree647f834ff6133678c0cf14c203b8259e91eedcb3 /java/sca/distribution/ejava/src/main/assembly/src.xml
parent3c7ec11067d18189c26d2e779e078c7241371b2e (diff)
Move more unused code to contrib
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/ejava/src/main/assembly/src.xml')
-rw-r--r--java/sca/distribution/ejava/src/main/assembly/src.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/java/sca/distribution/ejava/src/main/assembly/src.xml b/java/sca/distribution/ejava/src/main/assembly/src.xml
deleted file mode 100644
index ce301181e0..0000000000
--- a/java/sca/distribution/ejava/src/main/assembly/src.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>src</id>
- <includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-sca-2.0-SNAPSHOT-src</baseDirectory>
- <formats>
- <format>dir</format>
- <format>tar.gz</format>
- <format>zip</format>
- </formats>
-
- <componentDescriptors>
- <componentDescriptor>../core/src/main/components/src-common.xml</componentDescriptor>
- <componentDescriptor>src/main/components/src-modules.xml</componentDescriptor>
- </componentDescriptors>
-</assembly>