Author: cbegin
Date: Sun Mar 28 16:12:05 2010
New Revision: 928442

URL: http://svn.apache.org/viewvc?rev=928442&view=rev
Log:
improved assembly output

Removed:
    ibatis/java/ibatis-3/trunk/TODO
Modified:
    ibatis/java/ibatis-3/trunk/bundle.xml
    ibatis/java/ibatis-3/trunk/migrations.xml

Modified: ibatis/java/ibatis-3/trunk/bundle.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibatis-3/trunk/bundle.xml?rev=928442&r1=928441&r2=928442&view=diff
==============================================================================
--- ibatis/java/ibatis-3/trunk/bundle.xml (original)
+++ ibatis/java/ibatis-3/trunk/bundle.xml Sun Mar 28 16:12:05 2010
@@ -1,19 +1,27 @@
-<assembly>
+<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>bundle</id>
   <formats>
     <format>zip</format>
   </formats>
   <files>
     <file>
-      
<source>target/${project.artifactId}-${project.version}.${project.packaging}</source>
    
+      
<source>target/${project.artifactId}-${project.version}.${project.packaging}</source>
     </file>
     <file>
-      
<source>target/${project.artifactId}-${project.version}-sources.${project.packaging}</source>
    
+      
<source>target/${project.artifactId}-${project.version}-sources.${project.packaging}</source>
+    </file>
+    <file>
+      <source>LICENSE</source>
+    </file>
+    <file>
+      <source>NOTICE</source>
     </file>
   </files>
   <dependencySets>
     <dependencySet>
-      <outputDirectory>optional/${dependency.artifactId}</outputDirectory>
+      <outputDirectory>optional</outputDirectory>
     </dependencySet>
   </dependencySets>
 </assembly>
\ No newline at end of file

Modified: ibatis/java/ibatis-3/trunk/migrations.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibatis-3/trunk/migrations.xml?rev=928442&r1=928441&r2=928442&view=diff
==============================================================================
--- ibatis/java/ibatis-3/trunk/migrations.xml (original)
+++ ibatis/java/ibatis-3/trunk/migrations.xml Sun Mar 28 16:12:05 2010
@@ -1,14 +1,22 @@
-<assembly>
+<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>migrations</id>
+  <baseDirectory>ibatis-3-migrations-${project.version}</baseDirectory>
   <formats>
     <format>zip</format>
   </formats>
-  <outputDirectory>ibatis-migrations</outputDirectory>
   <files>
     <file>
       
<source>target/${project.artifactId}-${project.version}.${project.packaging}</source>
    
       <outputDirectory>lib</outputDirectory>
     </file>
+    <file>
+      <source>LICENSE</source>
+    </file>
+    <file>
+      <source>NOTICE</source>
+    </file>
   </files>
   <fileSets>
     <fileSet>


Reply via email to