On 14/01/2011, at 7:10 PM, Adelita Padilla wrote: > > > Hi Brett, > > > ----- "Brett Porter" <[email protected]> wrote: > >> On 14/01/2011, at 12:56 PM, [email protected] wrote: >> >>> + <exclude>**/**.xslt</exclude> >> >> Why are these ecxcluded? > > > Those xlst files were obtained from -> > http://www.jroller.com/DhavalDalal/entry/incorporating_partcover_for_nant_builds > ( this is for the part-cover-plugin). > > I've actually sent an email to the author, but got no reply that's why I > excluded them.
But can we distribute them at all then? They are heavily modified, but still based on the GPL files from PartCover. >> >>> + >> <exclude>**/src/main/java/NPanday/Plugin/Addin/AutomationExtensibilityMojo.java</exclude> >>> + >> <exclude>**/src/main/java/NPanday/Plugin/Devenv/DevenvMojo.java</exclude> >>> + >> <exclude>**/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java</exclude> >>> + >> <exclude>**/src/main/java/NPanday/Plugin/SysRef/SysRefMojo.java</exclude> >>> + >> <exclude>**/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java</exclude> >> >> Why are these excluded? > > > Those java files are generated on the netplugins module (not under svn > control), so I excluded them as well. They aren't generated into target/generated-sources ? - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
