Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Ferguson2008-03-18 17:35:16 +0000
committerAndrew Ferguson2008-03-18 17:35:16 +0000
commit2b3bac985a7d181e14f93099574db4c914a35bc8 (patch)
tree2ca6ac2cb992298c66cb3179ced0439e03fbf2af
parent3075e1b91c5f66f8c003422782f92e1699e0ac69 (diff)
downloadorg.eclipse.cdt-2b3bac985a7d181e14f93099574db4c914a35bc8.tar.gz
org.eclipse.cdt-2b3bac985a7d181e14f93099574db4c914a35bc8.tar.xz
org.eclipse.cdt-2b3bac985a7d181e14f93099574db4c914a35bc8.zip
222954: fix default attribute
-rw-r--r--core/org.eclipse.cdt.ui.tests/resources/projectTemplates/testWidgets/template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/resources/projectTemplates/testWidgets/template.xml b/core/org.eclipse.cdt.ui.tests/resources/projectTemplates/testWidgets/template.xml
index 4e924fe3b07..c4262ca6c06 100644
--- a/core/org.eclipse.cdt.ui.tests/resources/projectTemplates/testWidgets/template.xml
+++ b/core/org.eclipse.cdt.ui.tests/resources/projectTemplates/testWidgets/template.xml
@@ -16,7 +16,7 @@
<item label="Exclude" name="0"/>
</property>
- <property id="TestWidget6" label="SelectWidget2" description="SelectWidget2Description" type="select" default="-1" mandatory="true" persist="false">
+ <property id="TestWidget6" label="SelectWidget2" description="SelectWidget2Description" type="select" default="" mandatory="true" persist="false">
<item label="" value=""/>
<item label="Include" value="1"/>
<item label="Exclude" value="0"/>

Back to the top