Author: stliu
Date: 2009-12-19 11:14:16 -0500 (Sat, 19 Dec 2009)
New Revision: 18287
Added:
entitymanager/branches/v3_4_0_GA_CP/src/main/assembly/dist.xml
Log:
JBPAPP-3153 change the build tool of Hibernate EM(eap 5 cp branch)
Added: entitymanager/branches/v3_4_0_GA_CP/src/main/assembly/dist.xml
===================================================================
--- entitymanager/branches/v3_4_0_GA_CP/src/main/assembly/dist.xml
(rev 0)
+++ entitymanager/branches/v3_4_0_GA_CP/src/main/assembly/dist.xml 2009-12-19 16:14:16 UTC
(rev 18287)
@@ -0,0 +1,43 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<assembly>
+ <id>dist</id>
+ <formats>
+ <!-- <format>tar.gz</format>
+ <format>tar.bz2</format> -->
+ <format>zip</format>
+ </formats>
+
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>false</useProjectArtifact>
+ <outputDirectory>lib</outputDirectory>
+ <scope>runtime</scope>
+ </dependencySet>
+ </dependencySets>
+
+ <fileSets>
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory>.</outputDirectory>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>target/site/apidocs</directory>
+ <outputDirectory>docs/api</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>target/docbook/publish/en</directory>
+ <outputDirectory>docs/manual/en</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>.</directory>
+ <outputDirectory></outputDirectory>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <excludes>
+ <exclude>**/target/**</exclude>
+ </excludes>
+ </fileSet>
+ </fileSets>
+</assembly>
Show replies by date