You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/26 17:09:28 UTC

svn commit: r1063773 - in /incubator/opennlp/trunk/opennlp-distr: pom.xml src/main/assembly/src.xml

Author: joern
Date: Wed Jan 26 16:09:27 2011
New Revision: 1063773

URL: http://svn.apache.org/viewvc?rev=1063773&view=rev
Log:
OPENNLP-98 Added a src.xml assembly descriptor to the distr project

Added:
    incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml   (with props)
Modified:
    incubator/opennlp/trunk/opennlp-distr/pom.xml

Modified: incubator/opennlp/trunk/opennlp-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/pom.xml?rev=1063773&r1=1063772&r2=1063773&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-distr/pom.xml Wed Jan 26 16:09:27 2011
@@ -65,6 +65,7 @@
 						<configuration>
 							<descriptors>
 								<descriptor>src/main/assembly/bin.xml</descriptor>
+								<descriptor>src/main/assembly/src.xml</descriptor>
 							</descriptors>
 							<!-- Tar package is only compatible with gnu tar,
 							     many file have more than 100 chars.

Added: incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml?rev=1063773&view=auto
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml (added)
+++ incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml Wed Jan 26 16:09:27 2011
@@ -0,0 +1,33 @@
+<!--
+ 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>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <directory>../</directory>
+      <outputDirectory></outputDirectory>
+      <excludes>
+        <exclude>**/target/**</exclude>
+        <exclude>**/.*/**</exclude>
+      </excludes>
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file

Propchange: incubator/opennlp/trunk/opennlp-distr/src/main/assembly/src.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain