[kepler-dev] [Bug 4179] - ant jar does not include configs/
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Mon Jun 22 17:37:53 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4179
------- Comment #1 from tao at nceas.ucsb.edu 2009-06-22 17:37 -------
Here is the code from line 106:
dirs.add( module.getTargetClasses() );
dirs.add( module.getSrc() );
dirs.add( module.getResourcesDir() );
//dirs.add( new File(moduleDir, "configs" ));
//dirs.add( new File(moduleDir, "lib") );
//dirs.add( new File(moduleDir, "lib/images") );
we are wondering if we add a new line:
dirs.add( module.getConfigsDir() );
More information about the Kepler-dev
mailing list