CVS: plexus-components/scheduler project.xml,1.6,1.7

[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/scheduler
In directory eng.werken.com:/tmp/cvs-serv18115/scheduler

Modified Files:
	project.xml 
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: project.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-components/scheduler/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- project.xml	2 May 2003 13:24:19 -0000	1.6
+++ project.xml	21 May 2003 16:00:25 -0000	1.7
@@ -1,7 +1,8 @@
 <?xml version="1.0"?>
 <project>
-  <extend>${basedir}/../project.xml</extend>  
+  <extend>${maven.repo.local}/plexus/poms/plexus-components-1.0.pom</extend>
   <id>plexus-scheduler</id>
+  <artifactId>plexus-scheduler</artifactId>
   <name>Plexus Scheduler Component</name>
   <currentVersion>1.0-alpha-5</currentVersion>