|
From: <fg...@us...> - 2013-09-20 13:40:14
|
Revision: 4334
http://openutils.svn.sourceforge.net/openutils/?rev=4334&view=rev
Author: fgiust
Date: 2013-09-20 13:40:10 +0000 (Fri, 20 Sep 2013)
Log Message:
-----------
empty assembly
Added Paths:
-----------
magnoliamodules/trunk/magnolia-test-webapp/src/main/assembly/
magnoliamodules/trunk/magnolia-test-webapp/src/main/assembly/assembly-bundle.xml
Added: magnoliamodules/trunk/magnolia-test-webapp/src/main/assembly/assembly-bundle.xml
===================================================================
--- magnoliamodules/trunk/magnolia-test-webapp/src/main/assembly/assembly-bundle.xml (rev 0)
+++ magnoliamodules/trunk/magnolia-test-webapp/src/main/assembly/assembly-bundle.xml 2013-09-20 13:40:10 UTC (rev 4334)
@@ -0,0 +1,25 @@
+<assembly>
+ <id>openutils-test-webapp</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <filtered>true</filtered>
+ <outputDirectory>/</outputDirectory>
+ <lineEnding>crlf</lineEnding>
+ <directory>${basedir}/src/main/bundle</directory>
+ <includes>
+ <include>*</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>src/main/java/</directory>
+ <outputDirectory>/sources/</outputDirectory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Property changes on: magnoliamodules/trunk/magnolia-test-webapp/src/main/assembly/assembly-bundle.xml
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/xml
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Revision
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|