CVS: plexus-components/python-factory/src/python DefaultHello.py,1.1.1.1,1.2
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-components/python-factory/src/python
In directory eng.werken.com:/tmp/cvs-serv2632
Modified Files:
DefaultHello.py
Log Message:
o Little note about something to look at and hopefully fix.
Index: DefaultHello.py
===================================================================
RCS file: /cvsroot/plexus/plexus-components/python-factory/src/python/DefaultHello.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DefaultHello.py 24 Apr 2003 00:12:45 -0000 1.1.1.1
+++ DefaultHello.py 24 Apr 2003 01:31:20 -0000 1.2
@@ -1,3 +1,7 @@
+#
+# I really don't want this to be necessary. I'm not sure why the classpath
+# isn't enough. I'm sure I'm not initializing something correctly.
+#
sys.add_package("org.apache.plexus.service.repository.factory.python")
from org.apache.plexus.service.repository.factory.python import Hello