Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/schema/buildParticipants.exsd

Issue 11415253: Refactored analysis into a build participant (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 &lt;code&gt;com.google.dart.tools.core.builder.BuildParticipant&lt;/code&gt; and provided a public 0-argument constructor.
-
-(Deprecated) Classes that implement &lt;code&gt;com.google.dart.tools.core.builder.DartBuildParticipant&lt;/code&gt; rather than the new &lt;code&gt;BuildParticipant&lt;/code&gt; 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>

Powered by Google App Engine
This is Rietveld 408576698