CVS: plexus-components/python-factory project.xml,1.1.1.1,1.2
[email protected] Thu, 1 May 2003 15:12:55 -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-serv19388
Modified Files:
project.xml
Log Message:
o Don't need to explicitly state deps on plexus/avalon-api as it's taken
care of in the inherited POM.
Index: project.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-components/python-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 24 Apr 2003 00:12:45 -0000 1.1.1.1
+++ project.xml 1 May 2003 20:12:53 -0000 1.2
@@ -70,19 +70,6 @@
<dependencies>
<dependency>
- <groupId>avalon</groupId>
- <artifactId>avalon-framework-api</artifactId>
- <version>4.1.4</version>
- </dependency>
-
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus</artifactId>
- <version>0.4</version>
- </dependency>
-
-
- <dependency>
<groupId>jython</groupId>
<artifactId>jython</artifactId>
<version>2.1</version>