CVS: plexus-components/beanshell-factory project.xml,1.1.1.1,1.2
[email protected] Fri, 2 May 2003 08:21:38 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-components/beanshell-factory
In directory eng.werken.com:/tmp/cvs-serv27123
Modified Files:
project.xml
Log Message:
o making currentVersion accurate and adding implementation properties for
the component manifest creation.
Index: project.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-components/beanshell-factory/project.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- project.xml 1 May 2003 22:04:19 -0000 1.1.1.1
+++ project.xml 2 May 2003 13:21:36 -0000 1.2
@@ -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.bsh.BshComponentFactory</implementation>
+ </properties>
</project>