forked from collectivecolors/as3-org.as3commons.lang
-
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.
- Loading branch information
Adrian Webb
committed
Sep 6, 2009
0 parents
commit e8fafca
Showing
1 changed file
with
46 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
as3-commons language component 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 init | ||
|
||
---------- | ||
|
||
Where : | ||
|
||
{SOURCE_DIR} is your root source folder. | ||
|
||
If your repository is at the root source path then just use the package | ||
name, org/as3commons/lang | ||
|
||
********* | ||
* NOTES * | ||
********* | ||
|
||
1. We did not create and are not the maintainers of the as3commons language | ||
components. Thanks to Christophe Herreman and team at | ||
http://code.google.com/p/as3-commons/people/list! | ||
|
||
2. Please see http://code.google.com/p/as3-commons/ for more information about | ||
as3commons language components. | ||
|
||
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. |