changeset 25:4ee11720c213

add a bulider that keeps the .ui files in sync automatically
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 29 Apr 2010 06:46:37 +0200
parents 6b5ceffabe49
children f9a3223182c5
files .externalToolBuilders/pyuic.launch .project .settings/org.eclipse.core.resources.prefs
diffstat 3 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.externalToolBuilders/pyuic.launch	Thu Apr 29 06:46:37 2010 +0200
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?><launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType">
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/usr/bin/make"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Feedworm}"/>
+</launchConfiguration>
--- a/.project	Thu Apr 29 05:43:57 2010 +0200
+++ b/.project	Thu Apr 29 06:46:37 2010 +0200
@@ -10,6 +10,16 @@
 			<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/pyuic.launch</value>
+				</dictionary>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.python.pydev.pythonNature</nature>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.settings/org.eclipse.core.resources.prefs	Thu Apr 29 06:46:37 2010 +0200
@@ -0,0 +1,4 @@
+#Thu Apr 29 05:48:00 CEST 2010
+eclipse.preferences.version=1
+encoding/Ui_AddFeed.py=utf-8
+encoding/Ui_MainWindow.py=utf-8