[gatein-commits] gatein SVN: r4935 - portal/trunk/packaging/pkg/src/main/assembly.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 4 02:36:29 EDT 2010


Author: trong.tran
Date: 2010-11-04 02:36:29 -0400 (Thu, 04 Nov 2010)
New Revision: 4935

Removed:
   portal/trunk/packaging/pkg/src/main/assembly/tomcat-zip.xml
Log:
GTNPORTAL-1632 Missing in last commit

Deleted: portal/trunk/packaging/pkg/src/main/assembly/tomcat-zip.xml
===================================================================
--- portal/trunk/packaging/pkg/src/main/assembly/tomcat-zip.xml	2010-11-04 05:04:09 UTC (rev 4934)
+++ portal/trunk/packaging/pkg/src/main/assembly/tomcat-zip.xml	2010-11-04 06:36:29 UTC (rev 4935)
@@ -1,49 +0,0 @@
-<!--
-
-    Copyright (C) 2009 eXo Platform SAS.
-    
-    This is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-    
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-    Lesser General Public License for more details.
-    
-    You should have received a copy of the GNU Lesser General Public
-    License along with this software; if not, write to the Free
-    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-    02110-1301 USA, or see the FSF site: http://www.fsf.org.
-
--->
-
-<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
-   <id>tomcat</id>
-   <formats>
-      <format>zip</format>
-      <format>tar.gz</format>
-   </formats>
-   <includeBaseDirectory>false</includeBaseDirectory>
-   <fileSets>
-      <fileSet>
-         <directory>target/tomcat</directory>
-         <outputDirectory>${project.build.finalName}</outputDirectory>
-         <useDefaultExcludes>true</useDefaultExcludes>
-         <excludes>
-            <exclude>**/*.sh</exclude>
-         </excludes>
-      </fileSet>
-      <fileSet>
-         <directory>target/tomcat</directory>
-         <outputDirectory>${project.build.finalName}</outputDirectory>
-         <useDefaultExcludes>true</useDefaultExcludes>
-         <includes>
-            <include>**/*.sh</include>
-         </includes>
-         <fileMode>755</fileMode>
-      </fileSet>
-   </fileSets>
-</assembly>
\ No newline at end of file



More information about the gatein-commits mailing list