Updated Branches: refs/heads/develop 35c5fbd4f -> 5e15ba841
OS X specific entry for flex-tlf link On OS X the existing '3.0.33/' entry doesn't exclude the alias that's needed on the Mac platform. I've added a '3.0.33' entry (no forward slash), which seems to do the trick. Also: first git commit! Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5e15ba84 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5e15ba84 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/5e15ba84 Branch: refs/heads/develop Commit: 5e15ba84138d2dbdf8a44867e3d1a03acdc6e1ff Parents: 35c5fbd Author: Erik de Bruin <[email protected]> Authored: Mon Mar 18 11:39:13 2013 +0100 Committer: Erik de Bruin <[email protected]> Committed: Mon Mar 18 11:39:13 2013 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e15ba84/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index c032201..ce2facb 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ flex2/ thirdparty/ META-INF/ 3.0.33/ +3.0.33 *.pbj *.vms
