Author: bago
Date: Mon Aug 18 01:29:01 2008
New Revision: 686694

URL: http://svn.apache.org/viewvc?rev=686694&view=rev
Log:
Updated ant build for sar-deployment to correctly include LICENSE/NOTICE and 
phoenix descriptors/confs.
Updated m2 build to build the sar too (it builds a zip because of a limitation 
in the assembly plugin).

Added:
    james/server/trunk/sar-deployment/src/assemble/sar.xml   (with props)

Added: james/server/trunk/sar-deployment/src/assemble/sar.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/sar-deployment/src/assemble/sar.xml?rev=686694&view=auto
==============================================================================
--- james/server/trunk/sar-deployment/src/assemble/sar.xml (added)
+++ james/server/trunk/sar-deployment/src/assemble/sar.xml Mon Aug 18 01:29:01 
2008
@@ -0,0 +1,62 @@
+<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>sar</id>
+  <formats>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory></directory>
+      <outputDirectory>/META-INF</outputDirectory>
+      <includes>
+        <include>*.txt</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>/src/main/config/</directory>
+      <outputDirectory>/conf/</outputDirectory>
+      <includes>
+        <include>**</include>
+      </includes>
+      <excludes>
+        <exclude>assembly.xml</exclude>
+        <exclude>environment.xml</exclude>
+        <exclude>config.xml</exclude>
+      </excludes>
+    </fileSet>
+    <fileSet>
+      <directory>/src/main/config/</directory>
+      <outputDirectory>/SAR-INF</outputDirectory>
+      <includes>
+        <include>assembly.xml</include>
+        <include>environment.xml</include>
+        <include>config.xml</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>/SAR-INF/lib/</outputDirectory>
+      <useProjectArtifact>true</useProjectArtifact>
+      <scope>runtime</scope>
+    </dependencySet>
+  </dependencySets>
+</assembly>

Propchange: james/server/trunk/sar-deployment/src/assemble/sar.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/server/trunk/sar-deployment/src/assemble/sar.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to