Skip to content

Commit

Permalink
Issue Metacello#115: importFrom: needs to specify MULTIPLE inactive a…
Browse files Browse the repository at this point in the history
…ttribute lists to accomodate different lists for different platforms (i.e., squeak and gemstone or pharo1.4 and pharo2.0) (1.0-beta.31.1.5)

(cherry picked from commit 73265dd)

Conflicts:

	repository/Metacello-TestsMC.package/MetacelloToolBoxAPITestCase.class/methodProperties.json
	repository/Metacello-TestsMC.package/monticello.meta/version
	repository/Metacello-ToolBox.package/monticello.meta/version
  • Loading branch information
Dale Henrichs committed Sep 14, 2012
1 parent b3dcf28 commit 05472ca
Show file tree
Hide file tree
Showing 60 changed files with 277 additions and 29 deletions.
Expand Up @@ -21,7 +21,7 @@ version10beta3115: spec
- fix Issue 115 - Version generated from a baseline can have empty package versions in a platform-specific section - fix Issue 115 - Version generated from a baseline can have empty package versions in a platform-specific section
https://github.com/dalehenrich/metacello-work/issues/115'. https://github.com/dalehenrich/metacello-work/issues/115'.
spec author: 'dkh'. spec author: 'dkh'.
spec timestamp: '9/14/2012 07:11'. spec timestamp: '9/14/2012 10:17'.
spec spec
project: 'Gofer Core' with: '1.0.5.1'; project: 'Gofer Core' with: '1.0.5.1';
project: 'Gofer Tests' with: '1.0.5.1'. project: 'Gofer Tests' with: '1.0.5.1'.
Expand All @@ -34,9 +34,9 @@ version10beta3115: spec
package: 'OB-Metacello' with: 'OB-Metacello-dkh.82'; package: 'OB-Metacello' with: 'OB-Metacello-dkh.82';
package: 'Metacello-TestsReference' with: 'Metacello-TestsReference-DaleHenrichs.17'; package: 'Metacello-TestsReference' with: 'Metacello-TestsReference-DaleHenrichs.17';
package: 'Metacello-TestsCore' with: 'Metacello-TestsCore-DaleHenrichs.14'; package: 'Metacello-TestsCore' with: 'Metacello-TestsCore-DaleHenrichs.14';
package: 'Metacello-TestsMC' with: 'Metacello-TestsMC-dkh.348'; package: 'Metacello-TestsMC' with: 'Metacello-TestsMC-dkh.350';
package: 'Metacello-TestsTutorial' with: 'Metacello-TestsTutorial-dkh.33'; package: 'Metacello-TestsTutorial' with: 'Metacello-TestsTutorial-dkh.33';
package: 'Metacello-ToolBox' with: 'Metacello-ToolBox-dkh.127' ]. package: 'Metacello-ToolBox' with: 'Metacello-ToolBox-dkh.129' ].
spec spec
for: #'gemstone' for: #'gemstone'
do: [ do: [
Expand Down
Expand Up @@ -120,7 +120,7 @@
"version10beta30:" : "dkh 6/12/2012 09:37:55.692", "version10beta30:" : "dkh 6/12/2012 09:37:55.692",
"version10beta3113:" : "SeanDeNigris 6/18/2012 20:59", "version10beta3113:" : "SeanDeNigris 6/18/2012 20:59",
"version10beta3114:" : "SeanDeNigris 6/27/2012 22:16", "version10beta3114:" : "SeanDeNigris 6/27/2012 22:16",
"version10beta3115:" : "dkh 9/14/2012 07:11", "version10beta3115:" : "dkh 9/14/2012 10:20",
"version10beta311:" : "dkh 6/12/2012 09:37:55.692", "version10beta311:" : "dkh 6/12/2012 09:37:55.692",
"version10beta312:" : "dkh 6/12/2012 09:37:55.692", "version10beta312:" : "dkh 6/12/2012 09:37:55.692",
"version10beta31:" : "dkh 6/12/2012 09:37:55.692", "version10beta31:" : "dkh 6/12/2012 09:37:55.692",
Expand Down
Expand Up @@ -2,6 +2,7 @@
"category" : "ConfigurationOfMetacello", "category" : "ConfigurationOfMetacello",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
"LastVersionLoad" ], "LastVersionLoad" ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "Object", "super" : "Object",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }

Large diffs are not rendered by default.

Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC-Resources", "category" : "Metacello-TestsMC-Resources",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -12,4 +13,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestResource", "super" : "TestResource",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC-Resources", "category" : "Metacello-TestsMC-Resources",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestResource", "super" : "TestResource",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloDictionaryRepositoryTest", "super" : "MetacelloDictionaryRepositoryTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC-Resources", "category" : "Metacello-TestsMC-Resources",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -12,4 +13,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestResource", "super" : "TestResource",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -15,4 +16,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloConfigAbstractAPITestCase", "super" : "MetacelloConfigAbstractAPITestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloConfigAbstractAPITestCase", "super" : "MetacelloConfigAbstractAPITestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC-Resources", "category" : "Metacello-TestsMC-Resources",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
"ProjectAttributes" ], "ProjectAttributes" ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestResource", "super" : "TestResource",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloDictionaryRepositoryTest", "super" : "MetacelloDictionaryRepositoryTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloDictionaryRepositoryTest", "super" : "MetacelloDictionaryRepositoryTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "GoferTest", "super" : "GoferTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC-Configurations", "category" : "Metacello-TestsMC-Configurations",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloMCTestsAbstractConfig", "super" : "MetacelloMCTestsAbstractConfig",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloGoferBasedLoaderTest", "super" : "MetacelloGoferBasedLoaderTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -13,4 +14,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloDictionaryRepositoryTest", "super" : "MetacelloDictionaryRepositoryTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloDictionaryRepositoryTest", "super" : "MetacelloDictionaryRepositoryTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC-Resources", "category" : "Metacello-TestsMC-Resources",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -12,4 +13,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestResource", "super" : "TestResource",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "TestCase", "super" : "TestCase",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }
Expand Up @@ -2,6 +2,7 @@
"category" : "Metacello-TestsMC", "category" : "Metacello-TestsMC",
"classinstvars" : [ "classinstvars" : [
], ],
"classtraitcomposition" : "{}",
"classvars" : [ "classvars" : [
], ],
"commentStamp" : "", "commentStamp" : "",
Expand All @@ -11,4 +12,5 @@
"pools" : [ "pools" : [
], ],
"super" : "MetacelloDictionaryRepositoryTest", "super" : "MetacelloDictionaryRepositoryTest",
"traitcomposition" : "{}",
"type" : "normal" } "type" : "normal" }

0 comments on commit 05472ca

Please sign in to comment.