if (!blah blah blah)
I've got the reactor tag ordering thingamajig working now. Will start committing it later tonight.
Cheers,
Ben
/**
* Add a unique dependency for this project.
*
* @param dependency Dependency for this project.
*/
public void addDependency( Dependency dependency )
{
if ( getModel().getDependencies().contains( dependency ) )
{
getModel().addDependency( dependency ); dependencyMap.put( dependency.getId(), dependency );
}
}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
