[Pydev-cvs] org.python.pydev build.properties,1.2,1.3 plugin.xml,1.28,1.29
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-08-10 12:25:00
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29608 Modified Files: build.properties plugin.xml Log Message: Added the pySrc folder to the build. Index: build.properties =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 17 May 2004 23:29:35 -0000 1.2 --- build.properties 10 Aug 2004 12:24:50 -0000 1.3 *************** *** 4,5 **** --- 4,10 ---- pydev.jar,\ icons/ + bin.includes = plugin.xml,\ + pydev.jar,\ + icons/,\ + PySrc/ + src.includes = PySrc/ Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/plugin.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** plugin.xml 10 Aug 2004 11:45:53 -0000 1.28 --- plugin.xml 10 Aug 2004 12:24:50 -0000 1.29 *************** *** 4,8 **** id="org.python.pydev" name="Pydev - Python Development Environment" ! version="0.5.8" provider-name="AleksTotic" class="org.python.pydev.plugin.PydevPlugin"> --- 4,8 ---- id="org.python.pydev" name="Pydev - Python Development Environment" ! version="0.5.8.2" provider-name="AleksTotic" class="org.python.pydev.plugin.PydevPlugin"> |