| Index: pkg/polymer/lib/src/build/common.dart
|
| diff --git a/pkg/polymer/lib/src/transform/common.dart b/pkg/polymer/lib/src/build/common.dart
|
| similarity index 99%
|
| rename from pkg/polymer/lib/src/transform/common.dart
|
| rename to pkg/polymer/lib/src/build/common.dart
|
| index 8e62d48a53bf168a8a78a6e1af332ca6bd2982cb..6233aa38e5abb951690445d650cf389103724ad7 100644
|
| --- a/pkg/polymer/lib/src/transform/common.dart
|
| +++ b/pkg/polymer/lib/src/build/common.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /** Common methods used by transfomers. */
|
| -library polymer.src.transform.common;
|
| +library polymer.src.build.common;
|
|
|
| import 'dart:async';
|
|
|
|
|