You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/08/10 16:53:45 UTC

svn commit: r430405 - in /geronimo/branches/1.1/applications/daytrader/derby: LICENSE.txt NOTICE.txt project.xml

Author: jsisson
Date: Thu Aug 10 07:53:44 2006
New Revision: 430405

URL: http://svn.apache.org/viewvc?rev=430405&view=rev
Log:
GERONIMO-2308 ensure NOTICE.txt file is included in jar (merged from 1.1.1 branch)

Added:
    geronimo/branches/1.1/applications/daytrader/derby/LICENSE.txt
      - copied unchanged from r430403, geronimo/branches/1.1.1/applications/daytrader/derby/LICENSE.txt
    geronimo/branches/1.1/applications/daytrader/derby/NOTICE.txt
      - copied unchanged from r430403, geronimo/branches/1.1.1/applications/daytrader/derby/NOTICE.txt
Modified:
    geronimo/branches/1.1/applications/daytrader/derby/project.xml

Modified: geronimo/branches/1.1/applications/daytrader/derby/project.xml
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/applications/daytrader/derby/project.xml?rev=430405&r1=430404&r2=430405&view=diff
==============================================================================
--- geronimo/branches/1.1/applications/daytrader/derby/project.xml (original)
+++ geronimo/branches/1.1/applications/daytrader/derby/project.xml Thu Aug 10 07:53:44 2006
@@ -40,6 +40,13 @@
                     <include>**/*</include>
                 </includes>
             </resource>
+           <resource>
+             <directory>${basedir}</directory>
+               <includes>
+                 <include>NOTICE.txt</include>
+               </includes>
+               <targetPath>META-INF</targetPath>
+           </resource>
         </resources>
     </build>	
 </project>