Author: sisbell
Date: Tue Feb 12 11:25:08 2008
New Revision: 627047

URL: http://svn.apache.org/viewvc?rev=627047&view=rev
Log:
Assembly source.

Added:
    incubator/nmaven/trunk/src/
    incubator/nmaven/trunk/src/main/
    incubator/nmaven/trunk/src/main/assembly/
    incubator/nmaven/trunk/src/main/assembly/src.xml

Added: incubator/nmaven/trunk/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/src/main/assembly/src.xml?rev=627047&view=auto
==============================================================================
--- incubator/nmaven/trunk/src/main/assembly/src.xml (added)
+++ incubator/nmaven/trunk/src/main/assembly/src.xml Tue Feb 12 11:25:08 2008
@@ -0,0 +1,40 @@
+<!--
+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>src</id>
+  <formats>
+    <format>zip</format>
+    <format>tar.gz</format>
+    <format>tar.bz2</format>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <directory>.</directory>
+      <outputDirectory>/</outputDirectory>
+      <excludes>
+        <exclude>**/target/**</exclude>
+      </excludes>
+    </fileSet>
+    <fileSet>
+      <directory>target/maven-shared-archive-resources/META-INF</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file


Reply via email to