remove apache license (not required) and add how to check out of git info
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/30d7aa2b Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/30d7aa2b Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/30d7aa2b Branch: refs/heads/develop Commit: 30d7aa2b0d7e7e631e76d02cff8d0b8b3f1a81a6 Parents: 8c23667 Author: Justin Mclean <[email protected]> Authored: Mon Aug 25 10:12:41 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 25 10:12:41 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/README | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/30d7aa2b/TourDeFlex/TourDeFlex3/README ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/README b/TourDeFlex/TourDeFlex3/README index dda46cc..1fb2c97 100644 --- a/TourDeFlex/TourDeFlex3/README +++ b/TourDeFlex/TourDeFlex3/README @@ -1,21 +1,3 @@ -<!-- - -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - ---> The Apache Flex Tour De Flex component explorer provides a sample set of working Apache Flex examples. @@ -54,4 +36,15 @@ configuration. 5. To remove all of the compiled swfs: ant clean + +========================================================================================== +How to check the code out of Git +========================================================================================== + +1. Check out the the code from the Apache Flex utilities project + git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git flex-utilities + cd flex-utilities + git checkout develop +2. Change directory to: + cd TourDeFlex/TourDeFlex3
