You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2009/10/12 13:57:09 UTC

svn commit: r824306 - /james/jdkim/trunk/assemble/src/assemble/bin.xml

Author: bago
Date: Mon Oct 12 11:57:08 2009
New Revision: 824306

URL: http://svn.apache.org/viewvc?rev=824306&view=rev
Log:
A new assemble module to generate releasable artifacts (JDKIM-12)

Added:
    james/jdkim/trunk/assemble/src/assemble/bin.xml   (with props)

Added: james/jdkim/trunk/assemble/src/assemble/bin.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/assemble/src/assemble/bin.xml?rev=824306&view=auto
==============================================================================
--- james/jdkim/trunk/assemble/src/assemble/bin.xml (added)
+++ james/jdkim/trunk/assemble/src/assemble/bin.xml Mon Oct 12 11:57:08 2009
@@ -0,0 +1,45 @@
+<assembly>
+  <!--
+  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.
+  -->
+  <id>bin</id>
+  
+  <formats>
+    <format>zip</format>
+    <format>tar.gz</format>
+  </formats>
+  
+  <fileSets>
+    <fileSet>
+      <directory>..</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>LICENSE.*</include>
+        <include>NOTICE.*</include>
+        <include>RELEASE_NOTES.txt</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>/lib/</outputDirectory>
+      <useProjectArtifact>false</useProjectArtifact>
+      <scope>runtime</scope>
+    </dependencySet>
+  </dependencySets>
+</assembly>
\ No newline at end of file

Propchange: james/jdkim/trunk/assemble/src/assemble/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/jdkim/trunk/assemble/src/assemble/bin.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org