donaldp     2002/06/11 01:14:13

  Added:       container/src/java/org/apache/myrmidon/interfaces/workspace
                        package.html
  Log:
  Add a blurb to package documentation.
  
  Revision  Changes    Path
  1.1                  
jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/workspace/package.html
  
  Index: package.html
  ===================================================================
  <body>
  A set of classes accessed by the tasks to execute targets within the current 
"Workspace".
  
  <h3>Overview</h3>
  <p>This package contains the interfaces that represent services that
  tasks can use to execute targets in a workspace.  The service is stateful and
  will not re-evaluate a target after it has already been executed in current
  project. This interface <em>can</em> be used as a simple API to execute 
projects
  from embeddor but it is recomended that the XXXXXXXX API be used in 
preference if
  you wish to load and manage project instances (ie if you wish to display the 
Project
  in a GUI).<p>
  
  </body>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to