Re: any showstoppers?
David Avendasora <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <[email protected]> |
Here's the patch: On Oct 4, 2010, at 2:57 PM, David Avendasora wrote: > Dave, > > Can you create a Jira for these? I'll make the change and attach a patch to the Jira. > > Thanks, > > See line 1. > > On Oct 4, 2010, at 2:19 PM, David Holt wrote: > >> 1. The D2W template needs to be updated to add ERCoolComponents to the classpath. >> 2. The <span> tags need to be removed from the Localizable.strings file or the tabs get messed up. >> >> > > >
ModernD2W.diff
(application/octet-stream, 1.8 KB)
Index: wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath
===================================================================
--- wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath (revision 6182)
+++ wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/.classpath (working copy)
@@ -6,6 +6,7 @@
<classpathentry kind="con" path="WOFramework/ERPrototypes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="WOFramework/ERModernLook"/>
+ <classpathentry kind="con" path="WOFramework/ERCoolComponents"/>
<classpathentry kind="con" path="WOFramework/JavaDTWGeneration"/>
<classpathentry kind="con" path="WOFramework/ERModernDefaultSkin"/>
<classpathentry kind="con" path="WOFramework/JavaDirectToWeb"/>
Index: wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/English.lproj/Localizable.strings
===================================================================
--- wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/English.lproj/Localizable.strings (revision 6182)
+++ wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/Modern D2W Application/Resources/English.lproj/Localizable.strings (working copy)
@@ -1,8 +1,8 @@
{
- "Nav.Tab1" = "<span>Tab1</span>";
- "Nav.Tab2" = "<span>Tab2</span>";
- "Nav.Home" = "<span>Home</span>";
- "Nav.Admin" = "<span>Admin</span>";
+ "Nav.Tab1" = "Tab1";
+ "Nav.Tab2" = "Tab2";
+ "Nav.Home" = "Home";
+ "Nav.Admin" = "Admin";
"ERD2W.advancedFindButtonLabel" = "Advanced...";