[Pydev-cvs] org.python.pydev.help .cvsignore,NONE,1.1 toc_main.xml,1.6,1.7 plugin.xml,1.5,1.6 build.
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-09-28 20:00:36
|
Update of /cvsroot/pydev/org.python.pydev.help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31799 Modified Files: toc_main.xml plugin.xml Added Files: .cvsignore Removed Files: build.xml Log Message: 0.6.1 sync up --- NEW FILE: .cvsignore --- *.jar Index: toc_main.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/toc_main.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** toc_main.xml 12 Jul 2004 18:22:32 -0000 1.6 --- toc_main.xml 28 Sep 2004 20:00:22 -0000 1.7 *************** *** 1,4 **** --- 1,5 ---- <toc label="PyDev User Guide" topic="html/index.html"> <topic label="Editor" href="html/editor.html"> + <topic label="Undocumented" href="html/ed_undocumented.html"/> <topic label="Preferences" href="html/ed_prefs.html"/> </topic> --- build.xml DELETED --- Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/plugin.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** plugin.xml 15 Sep 2004 17:51:25 -0000 1.5 --- plugin.xml 28 Sep 2004 20:00:22 -0000 1.6 *************** *** 4,8 **** id="org.python.pydev.help" name="Pydev Online Help" ! version="0.5.3" provider-name="Aleks Totic"> --- 4,8 ---- id="org.python.pydev.help" name="Pydev Online Help" ! version="0.6" provider-name="Aleks Totic"> |