Skip to content

Commit 93d6d39

Browse files
committed
Updated LICENSE, README.md, and VERSION to reflect move to legacy status
1 parent 091dc94 commit 93d6d39

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* PureMVC MultiCore Framework for Java (Ported) - Copyright © 2008-2010 Anthony Quinault
1+
* PureMVC MultiCore Framework for Java (Ported) Legacy - Copyright © 2008-2010 Anthony Quinault
22
* PureMVC - Copyright © 2006-2012 Futurescale, Inc.
33
* All rights reserved.
44

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## [PureMVC](http://puremvc.github.com/) Java MultiCore Framework
1+
## [PureMVC](http://puremvc.github.com/) Java MultiCore Framework - LEGACY IMPLEMENTATION
2+
### For the current implementation go [here](https://github.com/PureMVC/puremvc-java-multicore-framework/wiki)
3+
24
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is a Java port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki). It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singleton](http://en.wikipedia.org/wiki/Singleton_pattern)s used in the [Standard Version](https://github.com/PureMVC/puremvc-java-standard-framework/wiki).
35

4-
* [API Docs](http://puremvc.org/pages/docs/Java/multicore/doc/)
6+
* [API Docs](http://puremvc.org/pages/docs/Java/legacy/multicore/doc)
57
* [Discussion](http://forums.puremvc.org/index.php?board=60.0)
68
* [Unit Tests](https://github.com/PureMVC/puremvc-java-multicore-unittests/wiki)
79
* [Overview Presentation](http://puremvc.tv/#P002/)
@@ -14,13 +16,13 @@ PureMVC is a lightweight framework for creating applications based upon the clas
1416
* [Pipes](https://github.com/PureMVC/puremvc-java-util-pipes/wiki)
1517

1618
## Status
17-
Production - [Version 1.0.8](https://github.com/PureMVC/puremvc-java-multicore-framework/blob/master/VERSION)
19+
Legacy - [Version 1.0.9](https://github.com/PureMVC/puremvc-java-multicore-framework/blob/master/VERSION)
1820

1921
## Platforms / Technologies
2022
* [Java](http://en.wikipedia.org/wiki/Java_(programming_language\))
2123

2224
## License
23-
* PureMVC MultiCore Framework for Java (Ported) - Copyright © 2008-2010 Anthony Quinault
25+
* PureMVC MultiCore Framework for Java (Ported) / Legacy - Copyright © 2008-2010 Anthony Quinault
2426
* PureMVC - Copyright © 2006-2012 Futurescale, Inc.
2527
* All rights reserved.
2628

VERSION

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
PureMVC MultiCore Framework for Java (Ported)
1+
PureMVC MultiCore Framework for Java (Ported) - Legacy
22
--------------------------------------------------------------------------
3-
Release Date: 06/16/10
3+
Release Date: 03/07/19
44
Platform: Java
55
Version: 1
66
Revision: 0
7-
Minor: 8
7+
Minor: 9
88
Author: Anthony Quinault <[email protected]>
99
--------------------------------------------------------------------------
10+
1.0.9
11+
- Moved to legacy. A brand new implementation of standard, multicore
12+
and pipes has been built which are more closely in alignment with
13+
the reference implementation.
14+
1015
1.0.8
1116
- Compatible with JavaFx
1217

0 commit comments

Comments
 (0)