From 74f89e5f98b00a9be36cc7d2f99feba8a78e52f6 Mon Sep 17 00:00:00 2001 From: "devoncarew@google.com" Date: Wed, 26 Sep 2012 16:47:10 +0000 Subject: [PATCH] Update the meta package to use the new pub format. Review URL: https://codereview.chromium.org//10979033 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12919 260f80e4-7a28-3924-810f-c04153c831b5 --- pkg/meta/{ => lib}/meta.dart | 0 pkg/meta/pubspec.yaml | 5 +++++ 2 files changed, 5 insertions(+) rename pkg/meta/{ => lib}/meta.dart (100%) create mode 100644 pkg/meta/pubspec.yaml diff --git a/pkg/meta/meta.dart b/pkg/meta/lib/meta.dart similarity index 100% rename from pkg/meta/meta.dart rename to pkg/meta/lib/meta.dart diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml new file mode 100644 index 00000000000..db6a62fb4d3 --- /dev/null +++ b/pkg/meta/pubspec.yaml @@ -0,0 +1,5 @@ +name: meta +description: > + This library contains the definitions of annotations that provide additional + semantic information about the program being annotated. These annotations are + intended to be used by tools to provide a better user experience.