CVS: plexus-components/summit/src/java/org/apache/plexus/summit/rundata AbstractRunData.java,1.7,1.8 RunData.java,1.7,1.8
[email protected] Wed, 21 May 2003 11:00:28 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-components/summit/src/java/org/apache/plexus/summit/rundata
In directory eng.werken.com:/tmp/cvs-serv18115/summit/src/java/org/apache/plexus/summit/rundata
Modified Files:
AbstractRunData.java RunData.java
Log Message:
o Made AbstractResolver.getView protected again so that the resolver tool in
pull works again.
o Converted the scheduler over to using new plexus code
o switched over all the components to inherit POMs from the local repository.
This works with your current version of Maven so no changes necessary there.
But you do have to 'maven pom:install' in the top-level component directory
so that the POM is where the component projects expect it.
Index: AbstractRunData.java
===================================================================
RCS file: /cvsroot/plexus/plexus-components/summit/src/java/org/apache/plexus/summit/rundata/AbstractRunData.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- AbstractRunData.java 13 May 2003 18:11:45 -0000 1.7
+++ AbstractRunData.java 21 May 2003 16:00:26 -0000 1.8
@@ -202,6 +202,7 @@
public ServletConfig getServletConfig()
{
return servletConfig;
+
}
/**
Index: RunData.java
===================================================================
RCS file: /cvsroot/plexus/plexus-components/summit/src/java/org/apache/plexus/summit/rundata/RunData.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- RunData.java 5 May 2003 18:57:33 -0000 1.7
+++ RunData.java 21 May 2003 16:00:26 -0000 1.8
@@ -78,7 +78,8 @@
* @author <a href="mailto:[email protected]">Ilkka Priha</a>
* @version $Id$
*/
-public interface RunData extends SummitComponent
+public interface RunData
+ extends SummitComponent
{
/** Role name. */
public static final String ROLE = RunData.class.getName();