|
From: Fabricio S. <fab...@us...> - 2007-09-29 15:09:46
|
Update of /cvsroot/tail/Tail In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31582 Modified Files: .project .cvsignore .classpath Log Message: PythonDSL Index: .cvsignore =================================================================== RCS file: /cvsroot/tail/Tail/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .cvsignore 10 Jun 2007 17:01:33 -0000 1.2 --- .cvsignore 29 Sep 2007 15:09:46 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- bin *.jar + .pydevproject Index: .project =================================================================== RCS file: /cvsroot/tail/Tail/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 4 Sep 2007 13:09:14 -0000 1.2 --- .project 29 Sep 2007 15:09:46 -0000 1.3 *************** *** 7,10 **** --- 7,15 ---- <buildSpec> <buildCommand> + <name>org.python.pydev.PyDevBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> *************** *** 20,23 **** --- 25,29 ---- <nature>org.eclipse.jdt.core.javanature</nature> <nature>javafx.eclipse.f3editor.builder.F3Nature</nature> + <nature>org.python.pydev.pythonNature</nature> </natures> </projectDescription> Index: .classpath =================================================================== RCS file: /cvsroot/tail/Tail/.classpath,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** .classpath 26 Sep 2007 19:36:22 -0000 1.19 --- .classpath 29 Sep 2007 15:09:46 -0000 1.20 *************** *** 23,28 **** <classpathentry kind="lib" path="lib/dsl/ruby/jarjar-0.7.jar"/> <classpathentry kind="lib" path="lib/dsl/ruby/jline-0.9.91.jar"/> - <classpathentry kind="lib" path="lib/dsl/ruby/jruby-engine.jar"/> <classpathentry kind="lib" path="lib/dsl/ruby/jruby.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/> <classpathentry kind="output" path="bin"/> --- 23,30 ---- <classpathentry kind="lib" path="lib/dsl/ruby/jarjar-0.7.jar"/> <classpathentry kind="lib" path="lib/dsl/ruby/jline-0.9.91.jar"/> <classpathentry kind="lib" path="lib/dsl/ruby/jruby.jar"/> + <classpathentry kind="lib" path="lib/dsl/ruby/jruby-engine.jar"/> + <classpathentry kind="lib" path="lib/jython.jar"/> + <classpathentry kind="lib" path="lib/jython-engine-1.0-jdk14.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/> <classpathentry kind="output" path="bin"/> |