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

Unified Diff: pkg/barback/example/aggregate_transformer/pubspec.yaml

Issue 808713003: Remove barback from the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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: pkg/barback/example/aggregate_transformer/pubspec.yaml
diff --git a/pkg/barback/example/aggregate_transformer/pubspec.yaml b/pkg/barback/example/aggregate_transformer/pubspec.yaml
deleted file mode 100644
index c43247b673a3b8f76d1e0f68d0bb854a7de9bdd9..0000000000000000000000000000000000000000
--- a/pkg/barback/example/aggregate_transformer/pubspec.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: aggregate_transformer
-description: This example implements an aggregate transformer.
- It collects recipes, stored as incomplete HTML files, into
- a single, complete HTML file.
-
-dependencies:
- barback: ">=0.14.1 <0.16.0"
-
-# Override the barback dependency so this example always uses the version
-# of barback it's bundled with.
-dependency_overrides:
- barback: {path: ../..}
-
-transformers:
-- aggregate_transformer
« no previous file with comments | « pkg/barback/example/aggregate_transformer/lib/transformer.dart ('k') | pkg/barback/example/lazy_transformer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698