com.redstarhackers.craftsman.file
Class CraftsmanFileHelper

java.lang.Object
  extended by com.redstarhackers.craftsman.file.CraftsmanFileHelper

public class CraftsmanFileHelper
extends java.lang.Object

A utility for creating the craftsman definitions file, the file which declares the ant targets which define the build life-cycle.

Version:
$Revision: 3070 $
Author:
$Author: kostya $

Field Summary
static java.lang.String TAB
           
 
Method Summary
static void createCraftsmanFile(Project project, java.util.Set bundles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB

public static final java.lang.String TAB
See Also:
Constant Field Values
Method Detail

createCraftsmanFile

public static void createCraftsmanFile(Project project,
                                       java.util.Set bundles)