CVS: plexus-components/python-factory project.xml,1.2,1.3
[email protected] Fri, 2 May 2003 08:22:06 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-components/python-factory
In directory eng.werken.com:/tmp/cvs-serv27148
Modified Files:
project.xml
Log Message:
o ditto
Index: project.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-components/python-factory/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- project.xml 1 May 2003 20:12:53 -0000 1.2
+++ project.xml 2 May 2003 13:22:04 -0000 1.3
@@ -13,7 +13,7 @@
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-dev -->
- <currentVersion>1.0</currentVersion>
+ <currentVersion>1.0-alpha-5</currentVersion>
<!-- details about the organization that 'owns' the project -->
<organization>
@@ -107,7 +107,10 @@
</resource>
</resources>
</build>
-
+
+ <properties>
+ <implementation>org.apache.plexus.service.repository.factory.python.PythonComponentFactory</implementation>
+ </properties>
</project>