Repository: flex-flexunit Updated Branches: refs/heads/develop f685a8aeb -> bd3ff085d
force AIR CI project to use air-config.xml Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/bd3ff085 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/bd3ff085 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/bd3ff085 Branch: refs/heads/develop Commit: bd3ff085d21bab4fdf5f5a61ef3d8c12426695d5 Parents: f685a8a Author: Alex Harui <[email protected]> Authored: Wed Apr 23 12:03:54 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Apr 23 12:03:54 2014 -0700 ---------------------------------------------------------------------- FlexUnit4AirCIListener/build.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd3ff085/FlexUnit4AirCIListener/build.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4AirCIListener/build.xml b/FlexUnit4AirCIListener/build.xml index 24f4e3d..c7cf50d 100644 --- a/FlexUnit4AirCIListener/build.xml +++ b/FlexUnit4AirCIListener/build.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> +<!-- + 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. +--> <project name="FlexUnit4AirCIListener" basedir="." default="package"> <import file="${basedir}/../utils.xml" /> <property environment="env" /> @@ -72,6 +72,7 @@ <target name="compile" depends="init"> <compc output="${bin.loc}/${build.finalName}.${build.packaging}"> + <load-config filename="${FLEX_HOME}/frameworks/air-config.xml" /> <include-sources dir="${src.loc}" includes="*" append="true" /> <source-path path-element="${src.loc}" /> <compiler.external-library-path dir="${lib.loc}" append="true">
