forked from SeasideSt/Grease
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from SeasideSt/master
pick up last commit for 1.3
- Loading branch information
Showing
3 changed files
with
36 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 20 additions & 17 deletions
37
repository/Grease-Core.package/GRPackage.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
{ | ||
"class" : { | ||
"grPackages" : "JohanBrichau 12/15/2013 18:27", | ||
"greaseCore" : "pmm 9/12/2013 16:00" }, | ||
"instance" : { | ||
"addDependenciesTo:" : "lr 9/5/2009 18:35", | ||
"addDependency:" : "merged 10/20/2008 09:33", | ||
"allDependencies" : "lr 2/17/2010 15:18", | ||
"dependencies" : "jf 3/15/2009 17:00", | ||
"description" : "merged 10/20/2008 09:23", | ||
"description:" : "lr 10/25/2009 11:26", | ||
"greaseUrl" : "pmm 9/12/2013 15:57", | ||
"license:" : "obi 10/8/2009 07:51", | ||
"initialize" : "lr 2/17/2010 15:06", | ||
"isLGPL" : "lr 10/25/2009 15:19", | ||
"isMIT" : "lr 10/25/2009 15:19", | ||
"license" : "lr 2/10/2010 11:18", | ||
"license:" : "obi 10/8/2009 07:51", | ||
"name" : "lr 2/17/2010 15:18", | ||
"description:" : "lr 10/25/2009 11:26", | ||
"seasideUrl" : "pmm 9/12/2013 15:58", | ||
"allDependencies" : "lr 2/17/2010 15:18", | ||
"isLGPL" : "lr 10/25/2009 15:19", | ||
"seasideLGPLUrl" : "pmm 9/12/2013 15:59", | ||
"greaseUrl" : "pmm 9/12/2013 15:57", | ||
"name:" : "lr 10/25/2009 11:26", | ||
"printOn:" : "merged 10/20/2008 09:24", | ||
"resolveWith:" : "TravisCI 8/23/2016 10:48", | ||
"description" : "merged 10/20/2008 09:23", | ||
"seasideAddonsUrl" : "pmm 9/12/2013 15:59", | ||
"seasideLGPLUrl" : "pmm 9/12/2013 15:59", | ||
"seasideUrl" : "pmm 9/12/2013 15:58", | ||
"resolveWith:" : "JohanBrichau 5/26/2017 15:56", | ||
"addDependency:" : "merged 10/20/2008 09:33", | ||
"url" : "lr 2/10/2010 11:18", | ||
"url:" : "lr 2/17/2010 15:18" } } | ||
"printOn:" : "merged 10/20/2008 09:24", | ||
"addDependenciesTo:" : "lr 9/5/2009 18:35", | ||
"url:" : "lr 2/17/2010 15:18", | ||
"isMIT" : "lr 10/25/2009 15:19" | ||
}, | ||
"class" : { | ||
"greaseCore" : "pmm 9/12/2013 16:00", | ||
"grPackages" : "JohanBrichau 12/15/2013 18:27" | ||
} | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRPackage.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{ | ||
"category" : "Grease-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 9/14/2013 15:53", | ||
"super" : "GRObject", | ||
"category" : "Grease-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"name", | ||
"description", | ||
"dependencies", | ||
"license", | ||
"url" ], | ||
"url" | ||
], | ||
"name" : "GRPackage", | ||
"pools" : [ | ||
], | ||
"super" : "GRObject", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |