Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1526 - development/main/magic/core/src/main/net/dpml/magic/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1526 - development/main/magic/core/src/main/net/dpml/magic/tasks
  • Date: Tue, 18 Jan 2005 23:55:10 +0100

Author: mcconnell
Date: Tue Jan 18 23:55:10 2005
New Revision: 1526

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/BarTask.java
Log:
Fix a bug concerning bar addition to self when rebuilding.

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/BarTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/BarTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/BarTask.java
Tue Jan 18 23:55:10 2005
@@ -121,7 +121,7 @@
final FileSet fileset = new FileSet();
fileset.setDir( deliverables );
fileset.createInclude().setName( "**/*" );
- fileset.createExclude().setName( "**/" + BAR_EXT + "s" );
+ fileset.createExclude().setName( "**/" + BAR_EXT + "s/*.*" );
ZipFileSet deliverablesSet = new BarZipFileSet( fileset );
deliverablesSet.setPrefix( getDefinition().getInfo().getGroup()
);
jar.addZipfileset( deliverablesSet );



  • svn commit: r1526 - development/main/magic/core/src/main/net/dpml/magic/tasks, mcconnell, 01/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page