Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2446 - in development/main/magic: core/src/main/net/dpml/magic core/src/main/net/dpml/magic/builder core/src/main/net/dpml/magic/model core/src/main/net/dpml/magic/project core/src/main/net/dpml/magic/tasks core/src/test/net/dpml/magic/builder/test core/src/test/net/dpml/magic/model/test core/src/test/net/dpml/magic/project/test core/src/test/net/dpml/magic/test spells/bar/src/main/net/dpml/magic/bar spells/example/src/main/net/dpml/magic/example spells/example/src/test/net/dpml/magic/example/test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2446 - in development/main/magic: core/src/main/net/dpml/magic core/src/main/net/dpml/magic/builder core/src/main/net/dpml/magic/model core/src/main/net/dpml/magic/project core/src/main/net/dpml/magic/tasks core/src/test/net/dpml/magic/builder/test core/src/test/net/dpml/magic/model/test core/src/test/net/dpml/magic/project/test core/src/test/net/dpml/magic/test spells/bar/src/main/net/dpml/magic/bar spells/example/src/main/net/dpml/magic/example spells/example/src/test/net/dpml/magic/example/test
  • Date: Thu, 28 Apr 2005 19:48:19 -0400

Author: niclas AT hedhman.org
Date: Thu Apr 28 19:48:16 2005
New Revision: 2446

Modified:
development/main/magic/core/src/main/net/dpml/magic/Index.java

development/main/magic/core/src/main/net/dpml/magic/UnknownResourceException.java

development/main/magic/core/src/main/net/dpml/magic/builder/ElementHelper.java

development/main/magic/core/src/main/net/dpml/magic/builder/XMLDefinitionBuilder.java
development/main/magic/core/src/main/net/dpml/magic/model/Definition.java
development/main/magic/core/src/main/net/dpml/magic/model/Info.java
development/main/magic/core/src/main/net/dpml/magic/model/Module.java
development/main/magic/core/src/main/net/dpml/magic/model/Policy.java
development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
development/main/magic/core/src/main/net/dpml/magic/model/ResourceRef.java
development/main/magic/core/src/main/net/dpml/magic/project/Context.java

development/main/magic/core/src/main/net/dpml/magic/project/DeliverableHelper.java

development/main/magic/core/src/main/net/dpml/magic/project/ProjectPath.java
development/main/magic/core/src/main/net/dpml/magic/tasks/BarTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/CleanTask.java

development/main/magic/core/src/main/net/dpml/magic/tasks/ContextualTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/ExportTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/FeatureTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/FilterTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/IndexTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/InfoTask.java

development/main/magic/core/src/main/net/dpml/magic/tasks/InitializeTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java

development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/JarTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/JavacTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/JavadocTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/ModuleTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/PrepareTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/ProjectTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/PropertyTask.java
development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java

development/main/magic/core/src/main/net/dpml/magic/tasks/ReplicateTask.java

development/main/magic/core/src/test/net/dpml/magic/builder/test/ElementHelperTestCase.java

development/main/magic/core/src/test/net/dpml/magic/builder/test/IndexBuilderTestCase.java

development/main/magic/core/src/test/net/dpml/magic/builder/test/PropertyResolverTestCase.java

development/main/magic/core/src/test/net/dpml/magic/builder/test/XMLDefinitionBuilderTestCase.java

development/main/magic/core/src/test/net/dpml/magic/model/test/DefinitionTestCase.java

development/main/magic/core/src/test/net/dpml/magic/model/test/InfoTestCase.java

development/main/magic/core/src/test/net/dpml/magic/model/test/PolicyTestCase.java

development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceRefTestCase.java

development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceTestCase.java

development/main/magic/core/src/test/net/dpml/magic/project/test/ContextTestCase.java
development/main/magic/core/src/test/net/dpml/magic/test/IndexTestCase.java

development/main/magic/core/src/test/net/dpml/magic/test/UnknownResourceExceptionTestCase.java
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/BarTask.java

development/main/magic/spells/bar/src/main/net/dpml/magic/bar/UnbarTask.java

development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleListener.java

development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleTask.java

development/main/magic/spells/example/src/test/net/dpml/magic/example/test/ExampleTestCase.java
Log:
Change of author tag to something more long-term stable, i.e.
http://www.dpml.net.

Modified: development/main/magic/core/src/main/net/dpml/magic/Index.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/Index.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/Index.java Thu
Apr 28 19:48:16 2005
@@ -51,7 +51,7 @@
* A Index is an immutable data object that aggregates a suite of buildable
* project defintions relative to local and external dependencies.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Index extends DataType

Modified:
development/main/magic/core/src/main/net/dpml/magic/UnknownResourceException.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/UnknownResourceException.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/UnknownResourceException.java
Thu Apr 28 19:48:16 2005
@@ -1,16 +1,16 @@
-/*
+/*
* Copyright 2004 Apache Software Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
+ * You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
- *
+ *
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -22,10 +22,10 @@
/**
* Project info.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
-public class UnknownResourceException extends BuildException
+public class UnknownResourceException extends BuildException
{
private final String m_key;


Modified:
development/main/magic/core/src/main/net/dpml/magic/builder/ElementHelper.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/builder/ElementHelper.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/builder/ElementHelper.java
Thu Apr 28 19:48:16 2005
@@ -37,7 +37,7 @@
* Utility class supporting the translation of DOM content into local child,
children,
* attribute and value values.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ElementHelper

Modified:
development/main/magic/core/src/main/net/dpml/magic/builder/XMLDefinitionBuilder.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/builder/XMLDefinitionBuilder.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/builder/XMLDefinitionBuilder.java
Thu Apr 28 19:48:16 2005
@@ -31,7 +31,7 @@
/**
* Definition of a project.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class XMLDefinitionBuilder

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Definition.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Definition.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Definition.java
Thu Apr 28 19:48:16 2005
@@ -32,7 +32,7 @@
* A definition is an immutable description of a project including its name,
* group, version, structrual dependencies and plugin dependencies.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Definition extends Resource

Modified: development/main/magic/core/src/main/net/dpml/magic/model/Info.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Info.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Info.java Thu
Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* Project info.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Info
@@ -82,9 +82,9 @@
m_version = version;
m_types = types;

- if( m_types.length < 1 )
+ if( m_types.length < 1 )
{
- final String error =
+ final String error =
"At least one type is required.";
throw new IllegalArgumentException( error );
}

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Module.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Module.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Module.java
Thu Apr 28 19:48:16 2005
@@ -32,7 +32,7 @@
* names and the legal information concerning the license and legal notice
under which the
* content is made available.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Module extends Resource
@@ -96,7 +96,7 @@
}
catch( Throwable e )
{
- final String error =
+ final String error =
"Unexpected error while attempting to construct module.";
throw new BuildException( error, e );
}
@@ -149,11 +149,11 @@
}
catch( Throwable e )
{
- final String error =
+ final String error =
"Invalid href attribute value ["
+ href
+ "] in the element ["
- + name
+ + name
+ "]";
throw new BuildException( error, e );
}
@@ -178,7 +178,7 @@
}
catch( BuildException e )
{
- final String error =
+ final String error =
"Error while attempt to construct legel element in
module.";
throw new BuildException( error, e );
}

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Policy.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Policy.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Policy.java
Thu Apr 28 19:48:16 2005
@@ -21,7 +21,7 @@
/**
* Project info.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Policy
@@ -59,7 +59,7 @@
}
else
{
- final String error =
+ final String error =
"Policy value [" + policy + "] out of range.";
throw new IllegalArgumentException( error );
}

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
Thu Apr 28 19:48:16 2005
@@ -35,7 +35,7 @@
/**
* Defintion of a resource.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Resource
@@ -79,8 +79,8 @@
if( value.length() == 0 )
{
final String error =
- "Supplied argument value for the parameter ["
- + key
+ "Supplied argument value for the parameter ["
+ + key
+ "] contains an illegal zero length string.";
throw new IllegalArgumentException( error );
}
@@ -97,11 +97,11 @@
}
catch( IllegalArgumentException iae )
{
- final String error =
- "Module key binding for the resource ["
- + id
- + "] under the parameter ["
- + key
+ final String error =
+ "Module key binding for the resource ["
+ + id
+ + "] under the parameter ["
+ + key
+ "] is undefined.";
throw new IllegalArgumentException ( error );
}
@@ -164,11 +164,11 @@
}
catch( BuildException e )
{
- final String error =
- "The resource ["
- + getKey()
- + "] contains an enclosing module reference ["
- + key
+ final String error =
+ "The resource ["
+ + getKey()
+ + "] contains an enclosing module reference ["
+ + key
+ "] that is unresolvable.";
throw new BuildException( error, e );
}
@@ -289,13 +289,13 @@

/**
* Used to filter the resources assigned to a path based on a module
- * restriction policy. If the supplied module argument is false then
+ * restriction policy. If the supplied module argument is false then
* a resource is by default a path candidate. If the module argument
* is true then the function evaluates if the module of this resource
* and the module of the supplied resource are equal.
*
* @param resource the resource to evaluate for path inclusion
- * @param module a boolean value declaring if module filtering shall be
+ * @param module a boolean value declaring if module filtering shall be
* performed
*/
private boolean filterModule( Resource resource, boolean module )

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/ResourceRef.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/model/ResourceRef.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/model/ResourceRef.java
Thu Apr 28 19:48:16 2005
@@ -20,7 +20,7 @@
/**
* Delcaration of a repository resource reference.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public final class ResourceRef

Modified:
development/main/magic/core/src/main/net/dpml/magic/project/Context.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/project/Context.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/project/Context.java
Thu Apr 28 19:48:16 2005
@@ -39,7 +39,7 @@
* A project context holds information about a single project node and is
used
* by multiple tasks during a project build sequence.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class Context
@@ -368,9 +368,9 @@
}
catch( IOException ioe )
{
- final String error =
+ final String error =
"Internal error while attempting to resolve the canonical
representation of a file ["
- + file.toString()
+ + file.toString()
+ "].";
throw new BuildException( error, ioe );
}

Modified:
development/main/magic/core/src/main/net/dpml/magic/project/DeliverableHelper.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/project/DeliverableHelper.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/project/DeliverableHelper.java
Thu Apr 28 19:48:16 2005
@@ -27,7 +27,7 @@
/**
* Utilites supporting the generation of MD5 and ASC artifacts.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class DeliverableHelper

Modified:
development/main/magic/core/src/main/net/dpml/magic/project/ProjectPath.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/project/ProjectPath.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/project/ProjectPath.java
Thu Apr 28 19:48:16 2005
@@ -34,7 +34,7 @@
* artifacts. If the key attribute is not declared the path returned will
* be composed of the dependent artifacts.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ProjectPath extends Path
@@ -90,7 +90,7 @@
/**
* Set module filtering. The default value is "*".
*
- * @param module the module name to restrict path elements to.
+ * @param module the module name to restrict path elements to.
*/
public void setModule( final boolean module )
{

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
Thu Apr 28 19:48:16 2005
@@ -37,7 +37,7 @@
/**
* Create a block archive.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class BarTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
Thu Apr 28 19:48:16 2005
@@ -43,7 +43,7 @@
/**
* Create meta-data for a block.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class BlockTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/CleanTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/CleanTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/CleanTask.java
Thu Apr 28 19:48:16 2005
@@ -26,7 +26,7 @@
/**
* Clean the project by removing the target directory.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class CleanTask extends ContextualTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/ContextualTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/ContextualTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/ContextualTask.java
Thu Apr 28 19:48:16 2005
@@ -26,7 +26,7 @@
/**
* Abstract task that hanldes the resolution of the current project context.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public abstract class ContextualTask extends Task

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
Thu Apr 28 19:48:16 2005
@@ -34,7 +34,7 @@
/**
* A very primite distribution task.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class DistTask extends ProjectTask
@@ -61,7 +61,7 @@
* </ul>
* @param mode the compression method.
*/
- public void setCompression( TarTask.TarCompressionMethod mode )
+ public void setCompression( TarTask.TarCompressionMethod mode )
{
if( null == m_tar )
{
@@ -117,7 +117,7 @@
final File zipfile = new File( dist, zipfilename );
zipIt( zipfile );
}
-
+
if( isTarContentDeclared() )
{
final String tarfilename = getTarFilename();

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/ExportTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/ExportTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/ExportTask.java
Thu Apr 28 19:48:16 2005
@@ -42,7 +42,7 @@
/**
* Create a repository plugin descriptor in the form of a properties file.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ExportTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/FeatureTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/FeatureTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/FeatureTask.java
Thu Apr 28 19:48:16 2005
@@ -32,7 +32,7 @@
* Build a set of projects taking into account dependencies within the
* supplied fileset.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public abstract class FeatureTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/FilterTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/FilterTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/FilterTask.java
Thu Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* Construct a pattern filter using a supplied feature and token.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class FilterTask extends FeatureTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/IndexTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/IndexTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/IndexTask.java
Thu Apr 28 19:48:16 2005
@@ -1,17 +1,17 @@
-/*
+/*
* Copyright 2004 Stephen McConnell
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
+ * You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
- *
+ *
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -21,7 +21,7 @@
/**
* Convinience task that enables the explicit establishment of an index.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class IndexTask extends ContextualTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/InfoTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/InfoTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/InfoTask.java
Thu Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* Announce the initiation of a build.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class InfoTask extends ContextualTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/InitializeTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/InitializeTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/InitializeTask.java
Thu Apr 28 19:48:16 2005
@@ -35,7 +35,7 @@
* The initialize task loads and plugins that a project
* has declared under the &lt;plugins&gt; element.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class InitializeTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
Thu Apr 28 19:48:16 2005
@@ -28,7 +28,7 @@
* Install the ${basedir}/target/deliverables content into the local
* repository cache.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class InstallTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
Thu Apr 28 19:48:16 2005
@@ -38,7 +38,7 @@
/**
* Load a goal.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class JUnitTestTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/JarTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/JarTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/JarTask.java
Thu Apr 28 19:48:16 2005
@@ -31,7 +31,7 @@
* Creation of a jar file using the content undder the
${project.target}/classes
* directory.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class JarTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/JavacTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/JavacTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/JavacTask.java
Thu Apr 28 19:48:16 2005
@@ -38,7 +38,7 @@
* <li>project.javac.fork: boolean true or false (default) </li>
* <li>projectjavac.deprecation: boolean true (default) or false</li>
* </ul>
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class JavacTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/JavadocTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/JavadocTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/JavadocTask.java
Thu Apr 28 19:48:16 2005
@@ -41,7 +41,7 @@
/**
* Build the javadoc for a project.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class JavadocTask extends ProjectTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/ModuleTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/ModuleTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/ModuleTask.java
Thu Apr 28 19:48:16 2005
@@ -37,7 +37,7 @@
/**
* Create a module descriptor relative to the current project.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ModuleTask extends ProjectTask
@@ -186,8 +186,8 @@

//
// after scanning all of the contained projects within the scope of
this
- // module, we scan all of the depedencies, we grab the list of
module uris
- // implied by the dependencies. This establishes the runtime
imports
+ // module, we scan all of the depedencies, we grab the list of
module uris
+ // implied by the dependencies. This establishes the runtime imports
// (module dependencies that this module has with other moudlues)
//

@@ -233,9 +233,9 @@
}

//
- // write out the list of any externally referenced resources that
+ // write out the list of any externally referenced resources that
// are not part of the module but required by the module to fullfill
- // project runtime depedencies (this impl needs to be updated to
+ // project runtime depedencies (this impl needs to be updated to
// crosscheck with resources available under imported modules)
//

@@ -260,7 +260,7 @@
* @param definition the current module definition
* @param def the project defintion to be expanded
* @param list the list of external resources to be populated
- * @param modules the list of module uri names to be populated
+ * @param modules the list of module uri names to be populated
*/
private void expand( final Definition definition, final Definition def,
final List list, final List modules )
{

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/PrepareTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/PrepareTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/PrepareTask.java
Thu Apr 28 19:48:16 2005
@@ -28,7 +28,7 @@
* Prepare the target build directory based on content presented under the
* ${basedir}/src and ${basedir}/etc directories.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class PrepareTask extends ProjectTask
@@ -160,7 +160,7 @@
}

//
- // ${etc}/* directories (excluding test, main and deliverables)
+ // ${etc}/* directories (excluding test, main and deliverables)
// directly to the target directory
//


Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/ProjectTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/ProjectTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/ProjectTask.java
Thu Apr 28 19:48:16 2005
@@ -32,7 +32,7 @@
/**
* Abstract task that hanldes the resolution of the current project context.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public abstract class ProjectTask extends ContextualTask

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/PropertyTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/PropertyTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/PropertyTask.java
Thu Apr 28 19:48:16 2005
@@ -1,16 +1,16 @@
-/*
+/*
* Copyright 2004 Apache Software Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
+ * You may obtain a copy of the License at
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
- *
+ *
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@@ -21,10 +21,10 @@
import org.apache.tools.ant.taskdefs.Property;

/**
- * Build a set of projects taking into account dependencies within the
- * supplied fileset.
+ * Build a set of projects taking into account dependencies within the
+ * supplied fileset.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class PropertyTask extends FeatureTask
@@ -36,11 +36,11 @@
m_property = property;
}

- public void execute() throws BuildException
+ public void execute() throws BuildException
{
if( null == m_property )
{
- final String error =
+ final String error =
"Missing name attribute.";
throw new BuildException( error );
}
@@ -57,9 +57,9 @@
}
else
{
- final String error =
- "Unrecognized or unsupported feature ["
- + getFeature()
+ final String error =
+ "Unrecognized or unsupported feature ["
+ + getFeature()
+ "].";
throw new BuildException( error );
}

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java
Thu Apr 28 19:48:16 2005
@@ -36,7 +36,7 @@
/**
* Build a set of projects taking into account cross-project dependencies.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ReactorTask extends Sequential
@@ -49,7 +49,7 @@
public static final String REACTOR_HALT_ON_ERROR_KEY =
"reactor.test.halt-on-error";
public static final boolean REACTOR_HALT_ON_ERROR_VALUE = true;
public static final String REACTOR_TEST_ERRORS_KEY =
"reactor.test.errors";
-
+
private String m_target;

private Context m_context;
@@ -107,9 +107,9 @@
}
catch( Throwable e )
{
-
+
throw new BuildException( e );
-
+
}
}
}
@@ -207,9 +207,9 @@
}
catch( UnknownResourceException ure )
{
- final String error =
+ final String error =
"The definition "
- + def
+ + def
+ " contains an unknown dependency reference ["
+ ure.getKey()
+ "].";
@@ -234,9 +234,9 @@
}
catch( UnknownResourceException ure )
{
- final String error =
+ final String error =
"The definition "
- + def
+ + def
+ " contains an unknown plugin reference ["
+ ure.getKey()
+ "].";

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/ReplicateTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/ReplicateTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/ReplicateTask.java
Thu Apr 28 19:48:16 2005
@@ -31,7 +31,7 @@
/**
* Build a set of projects taking into account cross-project dependencies.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ReplicateTask extends ProjectTask
@@ -119,7 +119,7 @@
getProject().log( "using replication path: " + m_path,
Project.MSG_VERBOSE );

String[] translation = path.list();
- String root = cache.toString();
+ String root = cache.toString();

final FileSet fileset = new FileSet();
fileset.setDir( cache );

Modified:
development/main/magic/core/src/test/net/dpml/magic/builder/test/ElementHelperTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/builder/test/ElementHelperTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/builder/test/ElementHelperTestCase.java
Thu Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* ElementHelperTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class ElementHelperTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/builder/test/IndexBuilderTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/builder/test/IndexBuilderTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/builder/test/IndexBuilderTestCase.java
Thu Apr 28 19:48:16 2005
@@ -26,7 +26,7 @@
/**
* IndexTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class IndexBuilderTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/builder/test/PropertyResolverTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/builder/test/PropertyResolverTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/builder/test/PropertyResolverTestCase.java
Thu Apr 28 19:48:16 2005
@@ -26,7 +26,7 @@
/**
* Testcases for the PropertyResolver
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version CVS $ Revision: 1.1 $
*/
public class PropertyResolverTestCase extends TestCase

Modified:
development/main/magic/core/src/test/net/dpml/magic/builder/test/XMLDefinitionBuilderTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/builder/test/XMLDefinitionBuilderTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/builder/test/XMLDefinitionBuilderTestCase.java
Thu Apr 28 19:48:16 2005
@@ -24,7 +24,7 @@
/**
* XMLDefinitionBuilderTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class XMLDefinitionBuilderTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/model/test/DefinitionTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/model/test/DefinitionTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/model/test/DefinitionTestCase.java
Thu Apr 28 19:48:16 2005
@@ -23,7 +23,7 @@
/**
* DefinitionTestCase .
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class DefinitionTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/model/test/InfoTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/model/test/InfoTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/model/test/InfoTestCase.java
Thu Apr 28 19:48:16 2005
@@ -23,7 +23,7 @@
/**
* InfoTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class InfoTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/model/test/PolicyTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/model/test/PolicyTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/model/test/PolicyTestCase.java
Thu Apr 28 19:48:16 2005
@@ -24,7 +24,7 @@
/**
* ResourceRefTestCase .
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class PolicyTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceRefTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceRefTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceRefTestCase.java
Thu Apr 28 19:48:16 2005
@@ -23,7 +23,7 @@
/**
* ResourceRefTestCase .
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class ResourceRefTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/model/test/ResourceTestCase.java
Thu Apr 28 19:48:16 2005
@@ -23,7 +23,7 @@
/**
* ResourceTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class ResourceTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/project/test/ContextTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/project/test/ContextTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/project/test/ContextTestCase.java
Thu Apr 28 19:48:16 2005
@@ -28,7 +28,7 @@
/**
* ContextTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class ContextTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/test/IndexTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/test/IndexTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/test/IndexTestCase.java
Thu Apr 28 19:48:16 2005
@@ -27,7 +27,7 @@
/**
* IndexTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class IndexTestCase extends TestCase
{

Modified:
development/main/magic/core/src/test/net/dpml/magic/test/UnknownResourceExceptionTestCase.java
==============================================================================
---
development/main/magic/core/src/test/net/dpml/magic/test/UnknownResourceExceptionTestCase.java
(original)
+++
development/main/magic/core/src/test/net/dpml/magic/test/UnknownResourceExceptionTestCase.java
Thu Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* UnknownResourceExceptionTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class UnknownResourceExceptionTestCase extends TestCase
{

Modified:
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/BarTask.java
==============================================================================
---
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/BarTask.java
(original)
+++
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/BarTask.java
Thu Apr 28 19:48:16 2005
@@ -32,7 +32,7 @@
/**
* Load a goal.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class BarTask extends ProjectTask

Modified:
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/UnbarTask.java
==============================================================================
---
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/UnbarTask.java
(original)
+++
development/main/magic/spells/bar/src/main/net/dpml/magic/bar/UnbarTask.java
Thu Apr 28 19:48:16 2005
@@ -33,7 +33,7 @@
/**
* Unpack a bar file into a repository.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class UnbarTask extends ProjectTask

Modified:
development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleListener.java
==============================================================================
---
development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleListener.java
(original)
+++
development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleListener.java
Thu Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* A very simple spell.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ExampleListener implements BuildListener

Modified:
development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleTask.java
==============================================================================
---
development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleTask.java
(original)
+++
development/main/magic/spells/example/src/main/net/dpml/magic/example/ExampleTask.java
Thu Apr 28 19:48:16 2005
@@ -25,7 +25,7 @@
/**
* A very simple spell.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
* @version $Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
*/
public class ExampleTask extends ProjectTask

Modified:
development/main/magic/spells/example/src/test/net/dpml/magic/example/test/ExampleTestCase.java
==============================================================================
---
development/main/magic/spells/example/src/test/net/dpml/magic/example/test/ExampleTestCase.java
(original)
+++
development/main/magic/spells/example/src/test/net/dpml/magic/example/test/ExampleTestCase.java
Thu Apr 28 19:48:16 2005
@@ -26,7 +26,7 @@
/**
* IndexTestCase.
*
- * @author <a href="mailto:dev-dpml AT lists.ibiblio.org";>The Digital Product
Meta Library</a>
+ * @author <a href="http://www.dpml.net";>The Digital Product Meta Library</a>
*/
public class ExampleTestCase extends TestCase
{



  • svn commit: r2446 - in development/main/magic: core/src/main/net/dpml/magic core/src/main/net/dpml/magic/builder core/src/main/net/dpml/magic/model core/src/main/net/dpml/magic/project core/src/main/net/dpml/magic/tasks core/src/test/net/dpml/magic/builder/test core/src/test/net/dpml/magic/model/test core/src/test/net/dpml/magic/project/test core/src/test/net/dpml/magic/test spells/bar/src/main/net/dpml/magic/bar spells/example/src/main/net/dpml/magic/example spells/example/src/test/net/dpml/magic/example/test, niclas, 04/28/2005

Archive powered by MHonArc 2.6.24.

Top of Page