[Jython-checkins] jython: Added Pydev nature to .project

alex.gronholm jython-checkins at python.org
Wed Mar 14 20:07:40 CET 2012


http://hg.python.org/jython/rev/70cd94823a93
changeset:   6363:70cd94823a93
user:        Alex Grönholm <alex.gronholm at nextday.fi>
date:        Wed Mar 14 12:06:14 2012 -0700
summary:
  Added Pydev nature to .project

files:
  .project |  16 ++++++++++++++++
  1 files changed, 16 insertions(+), 0 deletions(-)


diff --git a/.project b/.project
--- a/.project
+++ b/.project
@@ -6,12 +6,28 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.python.pydev.PyDevBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+			<triggers>full,incremental,</triggers>
+			<arguments>
+				<dictionary>
+					<key>LaunchConfigHandle</key>
+					<value>&lt;project&gt;/.externalToolBuilders/New_Builder.launch</value>
+				</dictionary>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.python.pydev.pythonNature</nature>
 	</natures>
 </projectDescription>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list