Skip to content

Commit

Permalink
Modified to use PureMVC from Haxelib. Now at version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfidantCommunications committed Jun 21, 2016
1 parent 82d0cb4 commit 0a88338
Show file tree
Hide file tree
Showing 25 changed files with 10 additions and 1,895 deletions.
4 changes: 3 additions & 1 deletion examples/ebook/compile.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
-cp src
-lib openfl
-lib svg
-lib actuate
-lib actuate
-lib glory
-lib puremvc-standard
1 change: 1 addition & 0 deletions examples/ebook/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<haxelib name="actuate" />
<haxelib name="svg" />
<haxelib name="glory" />
<haxelib name="puremvc-standard" />

<icon path="assets/nme.svg" />
<assets path="assets" include="*" />
Expand Down
11 changes: 6 additions & 5 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"description": "Glory Framework is a page-based media framework built using [Haxe 3](http://haxe.org/), [OpenFL](http://openfl.org), and [PureMVC](http://puremvc.org/). It can be used for interactive e-books, adventure games, websites, or slide presentations on any target supported by OpenFL. It uses an XML configuration file to build the layout of each page, including placement and function of different controls. Each page can have its own custom class if desired. Glory also includes two Photoshop scripts which make it easy to rapidly convert a PSD layout into something that Glory can use. It can also use SVG files saved directly from Illustrator (not all types of object are supported).",
"contributors": ["ConfidantCommunications"],
"classPath":"src/",
"releasenote": "Initial release. ",
"version": "1.0.0",
"releasenote": "Modified to use PureMVC from Haxelib.",
"version": "1.1.0",
"url": "https://github.com/ConfidantCommunications/Glory-Framework/",
"dependencies": {
"openfl" :"",
"actuate" :"",
"svg" :""
"openfl" :"",
"actuate" :"",
"svg" :"",
"puremvc-standard":""
}
}
37 changes: 0 additions & 37 deletions src/org/puremvc/haxe/ImportAll.hx

This file was deleted.

135 changes: 0 additions & 135 deletions src/org/puremvc/haxe/core/Controller.hx

This file was deleted.

106 changes: 0 additions & 106 deletions src/org/puremvc/haxe/core/Model.hx

This file was deleted.

Loading

0 comments on commit 0a88338

Please sign in to comment.