classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: more eclipse updates


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: more eclipse updates
Date: 16 Aug 2005 15:42:48 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

I had renamed the "CreateLocaleData" launch configuration before my
last patch, but somehow Eclipse failed to rename the launcher in
.project.  I fixed this by hand.

I also added a build step to build the native code.

Tom

2005-08-16  Tom Tromey  <address@hidden>

        * .project: Fixed typo.  Added builder for native code.
        * .externalToolBuilders/CompileNative.launch: New file.

Index: .project
===================================================================
RCS file: /cvsroot/classpath/classpath/.project,v
retrieving revision 1.3
diff -u -r1.3 .project
--- .project    16 Aug 2005 20:15:18 -0000      1.3
+++ .project    16 Aug 2005 21:42:29 -0000
@@ -31,7 +31,17 @@
                        <arguments>
                                <dictionary>
                                        <key>LaunchConfigHandle</key>
-                                       
<value>&lt;project&gt;/.externalToolBuilders/Create LocaleData.launch</value>
+                                       
<value>&lt;project&gt;/.externalToolBuilders/CreateLocaleData.launch</value>
+                               </dictionary>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+                       <triggers>full,incremental,</triggers>
+                       <arguments>
+                               <dictionary>
+                                       <key>LaunchConfigHandle</key>
+                                       
<value>&lt;project&gt;/.externalToolBuilders/CompileNative.launch</value>
                                </dictionary>
                        </arguments>
                </buildCommand>
Index: .externalToolBuilders/CompileNative.launch
===================================================================
RCS file: .externalToolBuilders/CompileNative.launch
diff -N .externalToolBuilders/CompileNative.launch
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .externalToolBuilders/CompileNative.launch  1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,2 @@
+<?xml version='1.0'?>
+<launchConfiguration 
type='org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType'><stringAttribute
 key='org.eclipse.debug.core.ATTR_REFRESH_SCOPE' value='${working_set:&lt;?xml 
version=&quot;1.0&quot; 
encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;launchConfigurationWorkingSet 
factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; 
name=&quot;working set&quot; 
editPageId=&quot;org.eclipse.ui.resourceWorkingSetPage&quot;&gt;&#10;&lt;item 
factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; 
path=&quot;/classpath/native&quot; 
type=&quot;2&quot;/&gt;&#10;&lt;/launchConfigurationWorkingSet&gt;}'/><stringAttribute
 key='org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS' 
value='full,incremental,'/><stringAttribute 
key='org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE' 
value='${working_set:&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;launchConfigurationWorkingSet 
factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; name
 =&quot;workingSet&quot;&gt;&#10;&lt;item 
factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; 
path=&quot;/classpath/native&quot; 
type=&quot;2&quot;/&gt;&#10;&lt;/launchConfigurationWorkingSet&gt;}'/><stringAttribute
 key='org.eclipse.ui.externaltools.ATTR_LOCATION' 
value='${system_path:make}'/><booleanAttribute 
key='org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED' 
value='true'/><stringAttribute 
key='org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY' 
value='${build_project}'/><stringAttribute 
key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-C 
${build_project}/native'/><booleanAttribute 
key='org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND' 
value='false'/><booleanAttribute 
key='org.eclipse.debug.core.appendEnvironmentVariables' 
value='true'/></launchConfiguration>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]