summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-03-25 21:30:02 +0000
committerTom Tromey <tromey@redhat.com>2006-03-25 21:30:02 +0000
commited3028f15667ebb0d27357b1ef010bbd089744af (patch)
tree564418f94ebd40b53794219394a3250ba94abc7c
parent64334fcef6ff185da6902004981c2f32a9a3b46e (diff)
downloadclasspath-ed3028f15667ebb0d27357b1ef010bbd089744af.tar.gz
* .externalToolBuilders/CreateLocaleData.launch: Run if resource files
change or if generator script changes.
-rw-r--r--.externalToolBuilders/CreateLocaleData.launch1
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 0 deletions
diff --git a/.externalToolBuilders/CreateLocaleData.launch b/.externalToolBuilders/CreateLocaleData.launch
index fc91d8dcc..0610d24a5 100644
--- a/.externalToolBuilders/CreateLocaleData.launch
+++ b/.externalToolBuilders/CreateLocaleData.launch
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
+<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/resource/gnu/java/locale&quot; type=&quot;2&quot;/&gt;&#10;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/classpath/scripts/generate-locale-list.sh&quot; type=&quot;1&quot;/&gt;&#10;&lt;/launchConfigurationWorkingSet&gt;}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-C ${build_project}/lib ../gnu/java/locale/LocaleData.java"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
<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 editPageId=&quot;org.eclipse.ui.resourceWorkingSetPage&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; name=&quot;working set&quot;&gt;&#10;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/classpath/gnu/java/locale&quot; type=&quot;2&quot;/&gt;&#10;&lt;/launchConfigurationWorkingSet&gt;}"/>
diff --git a/ChangeLog b/ChangeLog
index 64b7149ea..babcea484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-03-25 Tom Tromey <tromey@redhat.com>
+ * .externalToolBuilders/CreateLocaleData.launch: Run if resource files
+ change or if generator script changes.
+
+2006-03-25 Tom Tromey <tromey@redhat.com>
+
* javax/naming/ldap/StartTlsRequest.java: New file.
* javax/naming/ldap/StartTlsResponse.java: New file.