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

Unified Diff: editor/tools/plugins/com.google.dart.engine/META-INF/MANIFEST.MF

Issue 192303002: Support for @DartName and @DartOptional annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.engine/META-INF/MANIFEST.MF
diff --git a/editor/tools/plugins/com.google.dart.engine/META-INF/MANIFEST.MF b/editor/tools/plugins/com.google.dart.engine/META-INF/MANIFEST.MF
index 7b8a405eeaa262748da5deebd895f489df7030d0..65d213acf0f1767db07cf92214b9c83a0cc27936 100644
--- a/editor/tools/plugins/com.google.dart.engine/META-INF/MANIFEST.MF
+++ b/editor/tools/plugins/com.google.dart.engine/META-INF/MANIFEST.MF
@@ -59,6 +59,7 @@ Export-Package: com.google.dart.engine,
com.google.dart.engine.utilities.io,
com.google.dart.engine.utilities.logging,
com.google.dart.engine.utilities.os,
- com.google.dart.engine.utilities.source
+ com.google.dart.engine.utilities.source,
+ com.google.dart.engine.utilities.translation
Bundle-ClassPath: .
Require-Bundle: com.google.dart.thirdparty

Powered by Google App Engine
This is Rietveld 408576698