
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
[10443] gant/trunk/build.gradle: Get the licence file included as metadata in the artefacts.
- Revision
- 10443
- Author
- russel
- Date
- 2009-11-01 07:01:35 -0600 (Sun, 01 Nov 2009)
Log Message
Get the licence file included as metadata in the artefacts.
Modified Paths
Diff
Modified: gant/trunk/build.gradle (10442 => 10443)
--- gant/trunk/build.gradle 2009-11-01 13:01:32 UTC (rev 10442)
+++ gant/trunk/build.gradle 2009-11-01 13:01:35 UTC (rev 10443)
@@ -52,10 +52,7 @@
main { groovy { srcDir '../src/main/groovy' } }
test { groovy { srcDir '../src/test/groovy' } }
}
- //
- // TODO: Find out why including the licence file as metadata fails to work. ################
- //
- //metaInf << files ( '../LICENCE.txt' )
+ metaInf << fileTree ( dir : '..' ).matching { include 'LICENCE.txt' }
def theVendor = 'The Codehaus'
def theTitle = 'Gant: Scripting Ant tasks with Groovy.'
if ( osgify ) {
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email