CVS: plexus-components/hibernate project.xml,1.2,1.3

[email protected] Wed, 21 May 2003 11:00:27 -0500
Newsgroups gmane.comp.java.plexus.devel
Message-ID <[email protected]>
Update of /cvsroot/plexus/plexus-components/hibernate
In directory eng.werken.com:/tmp/cvs-serv18115/hibernate

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/hibernate/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- project.xml	21 May 2003 00:36:43 -0000	1.2
+++ project.xml	21 May 2003 16:00:25 -0000	1.3
@@ -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-hibernate</id>
+  <artifactId>plexus-hibernate</artifactId>
   <name>Plexus Hibernate Component</name>
   <currentVersion>1.0-alpha-5</currentVersion>