Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Build Submission (I20031202)

While updating the JDT Debug plugin.xml, I noticed that the schema file for 
activities has a typo that busts it. I've attached the fix.

- Jared

On Monday 01 December 2003 02:45 pm, Douglas Pollock wrote:
> Unfortunately, I'm not sure how well tomorrow's build is going to go for
> platform-ui.  I've been getting hangs while running the test suites, and
> general bad stuff has ensued.  It may just be that my machine(s) have been
> acting up (which they have), but ....  Oh, and JDT Debug is still using
> out-of-date activites&roles stuff in their plugin.xml.
>
> Bravely forward.
>
> All projects have been tagged, and the map file has been updated and
> committed to cvs.
>
>
>
> Doug.
> _______________________________________________
> platform-ui-dev mailing list
> platform-ui-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-ui-dev
Index: activities.exsd
===================================================================
retrieving revision 1.4
diff -u -r1.4 activities.exsd
--- activities.exsd	20 Nov 2003 19:42:37 -0000	1.4
+++ activities.exsd	1 Dec 2003 23:28:35 -0000
@@ -17,7 +17,7 @@
          <sequence>
             <element ref="activity"/>
             <element ref="activityActivityBinding"/>
-            <element ref="activityParentBinding"/>
+            <element ref="activityPatternBinding"/>
             <element ref="category"/>
             <element ref="categoryActivityBinding"/>
          </sequence>

Back to the top