Index: editor/tools/plugins/com.google.dart.tools.core/schema/buildParticipants.exsd |
=================================================================== |
--- editor/tools/plugins/com.google.dart.tools.core/schema/buildParticipants.exsd (revision 15619) |
+++ editor/tools/plugins/com.google.dart.tools.core/schema/buildParticipants.exsd (working copy) |
@@ -65,11 +65,9 @@ |
<annotation> |
<documentation> |
The class that implements this compilation participant. This class must implement <code>com.google.dart.tools.core.builder.BuildParticipant</code> and provided a public 0-argument constructor. |
- |
-(Deprecated) Classes that implement <code>com.google.dart.tools.core.builder.DartBuildParticipant</code> rather than the new <code>BuildParticipant</code> interface are currently supported, but this support will be removed sometime in the future. |
</documentation> |
<appInfo> |
- <meta.attribute kind="java" basedOn=":com.google.dart.tools.core.builder.DartBuildParticipant"/> |
+ <meta.attribute kind="java" basedOn=":com.google.dart.tools.core.builder.BuildParticipant"/> |
</appInfo> |
</annotation> |
</attribute> |