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

Side by Side Diff: plugins/org.chromium.sdk.wipbackend.wk118685/plugin.xml

Issue 11829027: drop old backends (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 years, 11 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3
4 <!--
5 Copyright (c) 2011 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file.
8 -->
9
10 <plugin>
11 <extension
12 point="org.chromium.sdk.wip.eclipse.WipBacked">
13 <backend class="org.chromium.sdk.internal.wip.WipBackendImpl"/>
14 </extension>
15
16 </plugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698