You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2008/04/04 22:55:44 UTC

svn commit: r644910 - /geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml

Author: jlaskowski
Date: Fri Apr  4 13:55:44 2008
New Revision: 644910

URL: http://svn.apache.org/viewvc?rev=644910&view=rev
Log:
Move legal files to their proper place under eclipse directory

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml?rev=644910&r1=644909&r2=644910&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml Fri Apr  4 13:55:44 2008
@@ -26,7 +26,7 @@
     <fileSets>
         <fileSet>
             <directory>..</directory>
-            <outputDirectory>.</outputDirectory>
+            <outputDirectory>eclipse</outputDirectory>
             <includes>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
@@ -82,4 +82,4 @@
         </dependencySet>
 
     </dependencySets>
-</assembly>
\ No newline at end of file
+</assembly>