Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 2eacf9c

Browse files
committed
Bugfix #2
- Bugfix: #2 - Added ant support - Removed support for sdk < 4
1 parent 821a50b commit 2eacf9c

13 files changed

+72
-8
lines changed

.gitignore

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
#### `.gitignore`
22

3-
#Flash Builder
3+
bin-debug
4+
bin-release
5+
bin/as3rpclib.swc
6+
bin/manifest.xml
7+
8+
.settings
49
.actionScriptProperties
510
.flexProperties
6-
.project
7-
.settings
8-
bin-debug/*
9-
report/*
10-
bin-test/*
11-
bin/as3rpclib.swc
12-
docs/*
1311
.flexLibProperties
12+
.FlexUnitSettings
13+
.project
14+
15+
Icon
16+
Thumbs.db
17+
.DS_Store

bin/as3rpclib-sdk3.6.0.16995A.swc

-141 KB
Binary file not shown.

bin/as3rpclib-sdk4.1.0.16076A.swc

-25.8 KB
Binary file not shown.

bin/as3rpclib-sdk4.1.0.swc

140 KB
Binary file not shown.

bin/as3rpclib-sdk4.5.1.21328A.swc

-25.4 KB
Binary file not shown.

bin/as3rpclib-sdk4.5.1.swc

139 KB
Binary file not shown.

bin/as3rpclib-sdk4.6.0.23201B.swc

-25.4 KB
Binary file not shown.

bin/as3rpclib-sdk4.6.0.swc

139 KB
Binary file not shown.
-25.4 KB
Binary file not shown.

bin/as3rpclib-sdk4.9.1.swc

140 KB
Binary file not shown.

0 commit comments

Comments
 (0)