Author: richard.opalka(a)jboss.com
Date: 2011-01-11 11:06:46 -0500 (Tue, 11 Jan 2011)
New Revision: 13554
Removed:
framework/trunk/src/main/java/
framework/trunk/src/main/scripts/assembly-resources.xml
Log:
refactoring framework sources to common
Deleted: framework/trunk/src/main/scripts/assembly-resources.xml
===================================================================
--- framework/trunk/src/main/scripts/assembly-resources.xml 2011-01-11 14:20:09 UTC (rev
13553)
+++ framework/trunk/src/main/scripts/assembly-resources.xml 2011-01-11 16:06:46 UTC (rev
13554)
@@ -1,18 +0,0 @@
-<assembly
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
- <id>scripts</id>
- <formats>
- <format>zip</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <fileSets>
- <fileSet>
- <directory>src/main/etc</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>*.bat</include>
- <include>*.sh</include>
- </includes>
- </fileSet>
- </fileSets>
-</assembly>
\ No newline at end of file