Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/collectivecolors/as3-org.as3commons.reflect

EXTERNAL - as3-commons reflection API releases for use as Git submodules in ActionScript or Flex applications.
https://github.com/collectivecolors/as3-org.as3commons.reflect

Last synced: 2 months ago
JSON representation

EXTERNAL - as3-commons reflection API releases for use as Git submodules in ActionScript or Flex applications.

Awesome Lists containing this project

README

        

as3-commons Reflection API releases for use as Git submodules in ActionScript or
Flex applications.

****************************
* IMPORTING AS A SUBMODULE *
****************************

The following instructions assume that you have a git repository set up on your
application directory.

To import this package into your application, run :

----------
Commands

$ git submodule add [email protected]:collectivecolors/as3-org.as3commons.lang.git
{SOURCE_DIR}/org/as3commons/lang

$ git submodule add [email protected]:collectivecolors/as3-org.as3commons.logging.git
{SOURCE_DIR}/org/as3commons/logging

$ git submodule add [email protected]:collectivecolors/as3-org.as3commons.reflect.git
{SOURCE_DIR}/org/as3commons/reflect

$ git submodule init

----------

Where :

{SOURCE_DIR} is your root source folder.

If your repository is at the root source path then just use the package
names, org/as3commons/lang, org/as3commons/logging, and org/as3commons/reflect.

*********
* NOTES *
*********

1. We did not create and are not the maintainers of the as3commons reflection
API. Thanks to Christophe Herreman and team at
http://www.as3commons.org/as3-commons-reflect/team-list.html!

2. Please see http://www.as3commons.org/as3-commons-reflect/index.html for more
information about the as3commons reflection API.

3. The official svn repository from which this git repo is based upon is
http://as3-commons.googlecode.com/svn.

4. We will try to update this repository as close to actual svn release as
possible. If you notice that this repo is stale then send us a message
and we'll update it.