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/08/10 16:33:42 UTC

svn commit: r430393 - /incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml

Author: jboynes
Date: Thu Aug 10 07:33:40 2006
New Revision: 430393

URL: http://svn.apache.org/viewvc?rev=430393&view=rev
Log:
helps if you remember to add the file

Added:
    incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml   (with props)

Added: incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml?rev=430393&view=auto
==============================================================================
--- incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml (added)
+++ incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml Thu Aug 10 07:33:40 2006
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
+ *
+ *  Licensed 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>bin</id>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <formats>
+        <format>zip</format>
+        <format>tar.gz</format>
+    </formats>
+
+    <fileSets>
+        <!-- include legal and other files -->
+        <fileSet>
+            <includes>
+                <include>LICENSE.txt</include>
+                <include>NOTICE.txt</include>
+            </includes>
+        </fileSet>
+    </fileSets>
+
+    <dependencySets>
+    </dependencySets>
+</assembly>
+

Propchange: incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/distribution/sdo/src/main/assembly/sdo.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date



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