Index: pkg/polymer/bin/dwc.dart |
diff --git a/pkg/csslib/bin/css.dart b/pkg/polymer/bin/dwc.dart |
old mode 100644 |
new mode 100755 |
similarity index 77% |
copy from pkg/csslib/bin/css.dart |
copy to pkg/polymer/bin/dwc.dart |
index 08f29304a824d6ca6e65f2c1bd7a9bf277985a04..3d3a0a227477cec71ead167023ee3002e64dc158 |
--- a/pkg/csslib/bin/css.dart |
+++ b/pkg/polymer/bin/dwc.dart |
@@ -3,6 +3,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-import 'package:csslib/css.dart' as css; |
+import 'package:polymer/dwc.dart' as dwc; |
-void main() => css.main(); |
+void main() => dwc.main(); |