[API Refactor] Remove bundle.json files

This commit is contained in:
Victor Woeltjen
2016-01-08 15:32:18 -08:00
parent cacc295524
commit cec197f888
57 changed files with 0 additions and 3666 deletions

View File

@@ -1,26 +0,0 @@
{
"name": "Time services bundle",
"description": "Defines interfaces and provides default implementations for handling different time systems.",
"extensions": {
"components": [
{
"provides": "formatService",
"type": "provider",
"implementation": "FormatProvider.js",
"depends": [ "formats[]" ]
}
],
"formats": [
{
"key": "utc",
"implementation": "UTCTimeFormat.js"
}
],
"constants": [
{
"key": "DEFAULT_TIME_FORMAT",
"value": "utc"
}
]
}
}