Skip to content

Commit

Permalink
Move packages-for-isopackets/blaze to packages/non-core/blaze.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Sep 9, 2016
1 parent 6bb54e8 commit 9001b75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "packages-for-isopackets/blaze"]
path = packages-for-isopackets/blaze
url = https://github.com/meteor/blaze.git
[submodule "packages/non-core/blaze"]
path = packages/non-core/blaze
url = https://github.com/meteor/blaze.git
2 changes: 1 addition & 1 deletion tools/tool-env/isopackets.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ var newIsopacketBuildingCatalog = function () {
localPackageSearchDirs: [
files.pathJoin(files.getCurrentToolsDir(), 'packages'),
files.pathJoin(files.getCurrentToolsDir(),
'packages-for-isopackets', 'blaze', 'packages')
'packages', 'non-core', 'blaze', 'packages')
],
buildingIsopackets: true
});
Expand Down
2 changes: 1 addition & 1 deletion tools/tool-testing/selftest.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ var newSelfTestCatalog = function () {
localPackageSearchDirs: [
files.pathJoin(files.getCurrentToolsDir(), 'packages'),
files.pathJoin(files.getCurrentToolsDir(),
'packages-for-isopackets', 'blaze', 'packages')
'packages', 'non-core', 'blaze', 'packages')
],
});
});
Expand Down

0 comments on commit 9001b75

Please sign in to comment.