Author: cziegeler
Date: Fri Jun 13 07:58:30 2008
New Revision: 667562

URL: http://svn.apache.org/viewvc?rev=667562&view=rev
Log:
Update assemblies to new locations of files.

Added:
    incubator/sling/trunk/launchpad/app/src/main/assembly/
    incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml   (with props)
Modified:
    incubator/sling/trunk/launchpad/app/pom.xml
    incubator/sling/trunk/launchpad/webapp/src/main/assembly/bin.xml

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=667562&r1=667561&r2=667562&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Fri Jun 13 07:58:30 2008
@@ -140,6 +140,14 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/main/assembly/bin.xml</descriptor>
+                    </descriptors>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <reporting>

Added: incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml?rev=667562&view=auto
==============================================================================
--- incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml (added)
+++ incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml Fri Jun 13 
07:58:30 2008
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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>bin</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>zip</format>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <includes>
+        <include>README*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>src/main/resources/META-INF/LICENSE*</include>
+        <include>src/main/resources/META-INF/NOTICE*</include>
+        <include>src/main/resources/META-INF/DISCLAIMER</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>target</directory>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>*.jar</include>
+        <include>*.war</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file

Propchange: incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sling/trunk/launchpad/app/src/main/assembly/bin.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/sling/trunk/launchpad/webapp/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/src/main/assembly/bin.xml?rev=667562&r1=667561&r2=667562&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/src/main/assembly/bin.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/src/main/assembly/bin.xml Fri Jun 13 
07:58:30 2008
@@ -27,8 +27,14 @@
     <fileSet>
       <includes>
         <include>README*</include>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>src/main/resources/META-INF/LICENSE*</include>
+        <include>src/main/resources/META-INF/NOTICE*</include>
+        <include>src/main/resources/META-INF/DISCLAIMER</include>
       </includes>
     </fileSet>
     <fileSet>


Reply via email to