[Pydev-cvs] org.python.pydev.debug build.properties,1.2,1.3
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-03-29 17:16:10
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32116 Modified Files: build.properties Log Message: Add pysrc to the plugin includes Index: build.properties =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 10 Jan 2004 03:13:04 -0000 1.2 --- build.properties 29 Mar 2004 17:04:40 -0000 1.3 *************** *** 2,5 **** *.jar,\ pydev-debug.jar,\ ! icons/ source.pydev-debug.jar = src/ --- 2,7 ---- *.jar,\ pydev-debug.jar,\ ! icons/,\ ! pysrc/*.py ! source.pydev-debug.jar = src/ |