Skip to Content.
Sympa Menu

notify-dpml - r1409 - in trunk/main/depot: library/src/main/net/dpml/library/info tools/builder/src/main/net/dpml/tools/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1409 - in trunk/main/depot: library/src/main/net/dpml/library/info tools/builder/src/main/net/dpml/tools/tasks
  • Date: Tue, 25 Apr 2006 22:37:11 +0200

Author: mcconnell
Date: 2006-04-25 22:37:10 +0200 (Tue, 25 Apr 2006)
New Revision: 1409

Modified:

trunk/main/depot/library/src/main/net/dpml/library/info/PatternDirective.java
trunk/main/depot/library/src/main/net/dpml/library/info/RMICDirective.java
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
Log:
housekeeping

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/PatternDirective.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/PatternDirective.java
2006-04-25 19:38:34 UTC (rev 1408)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/PatternDirective.java
2006-04-25 20:37:10 UTC (rev 1409)
@@ -32,10 +32,7 @@

/**
* Creation of a new include directive.
- * @param mode the include mode
- * @param category the runtime category
- * @param value the value (key or reference address depending on mode)
- * @param properties supplimentary properties
+ * @param name the pattern name
*/
public PatternDirective( String name )
{

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/RMICDirective.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/RMICDirective.java
2006-04-25 19:38:34 UTC (rev 1408)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/RMICDirective.java
2006-04-25 20:37:10 UTC (rev 1409)
@@ -35,7 +35,7 @@

/**
* Creation of a new data directive.
- * @param key the unique datatype key
+ * @param patterns the array of include/exclude patterns
*/
public RMICDirective( PatternDirective[] patterns )
{

Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
===================================================================
---
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
2006-04-25 19:38:34 UTC (rev 1408)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
2006-04-25 20:37:10 UTC (rev 1409)
@@ -55,6 +55,7 @@
/**
* Creation of a new RMICTask.
* @param context the project context
+ * @param directive the RMIC directive
*/
public RMICTask( Context context, RMICDirective directive )
{
@@ -85,8 +86,8 @@
}

/**
- * Set the destination directory.
- * @param destination the destination directory
+ * Set the base directory.
+ * @param base the base directory
*/
public void setBase( File base )
{




  • r1409 - in trunk/main/depot: library/src/main/net/dpml/library/info tools/builder/src/main/net/dpml/tools/tasks, mcconnell at BerliOS, 04/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page