Update of /cvsroot/pydev/org.pydev.jython
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29338
Modified Files:
.project plugin.xml
Log Message:
Updated to version 3.0
Index: .project
===================================================================
RCS file: /cvsroot/pydev/org.pydev.jython/.project,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .project 25 May 2004 18:01:56 -0000 1.1
--- .project 15 Sep 2004 17:49:07 -0000 1.2
***************
*** 4,9 ****
<comment></comment>
<projects>
- <project>org.eclipse.core.boot</project>
- <project>org.eclipse.core.runtime</project>
</projects>
<buildSpec>
--- 4,7 ----
Index: plugin.xml
===================================================================
RCS file: /cvsroot/pydev/org.pydev.jython/plugin.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plugin.xml 14 Jun 2004 01:03:42 -0000 1.2
--- plugin.xml 15 Sep 2004 17:49:07 -0000 1.3
***************
*** 1,3 ****
--- 1,4 ----
<?xml version="1.0" encoding="UTF-8"?>
+ <?eclipse version="3.0"?>
<plugin
id="org.pydev.jython"
|