You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/10/16 02:14:02 UTC

svn commit: r464327 - in /incubator/tuscany/branches/sca-java-M2/sca/distribution: extensions.scdl src/main/assembly/standalone.xml

Author: jboynes
Date: Sun Oct 15 17:14:00 2006
New Revision: 464327

URL: http://svn.apache.org/viewvc?view=rev&rev=464327
Log:
add empty SCDL file for extensions to distribution

Added:
    incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl   (with props)
Modified:
    incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml

Added: incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl?view=auto&rev=464327
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl (added)
+++ incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl Sun Oct 15 17:14:00 2006
@@ -0,0 +1,30 @@
+<?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.
+-->
+<!--
+    Composite containing definitions for contributed extensions.
+    Extensions can be enabled either by including them in this file or
+    by copying their SCDL or jar file to the extensions directory.
+
+    $Rev$ $Date$
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+           name="org.apache.tuscany.sca.distribution.Extensions">
+</composite>
\ No newline at end of file

Propchange: incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/branches/sca-java-M2/sca/distribution/extensions.scdl
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml?view=diff&rev=464327&r1=464326&r2=464327
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml Sun Oct 15 17:14:00 2006
@@ -33,7 +33,16 @@
                 <include>NOTICE.txt</include>
             </includes>
         </fileSet>
+
+        <!-- empty fileSet to create the extensions directory -->
+        <fileSet>
+            <outputDirectory>extensions</outputDirectory>
+            <includes>
+                <include>extensions.scdl</include>
+            </includes>
+        </fileSet>
     </fileSets>
+
 
     <dependencySets>
         <!-- include commands in bin directory (without versions) -->



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org