AntOnAIR: fixed the license comment in ant.properties locale files to use the correct comment format because it was adding parts of the license text to the compiled resource bundle.
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/2badd743 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/2badd743 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/2badd743 Branch: refs/heads/as3httpclient-work Commit: 2badd7431d85e35ffd4933bc82a37a7114c8ed7d Parents: 6496873 Author: Josh Tynjala <[email protected]> Authored: Fri May 15 10:42:14 2015 -0700 Committer: Josh Tynjala <[email protected]> Committed: Fri May 15 10:42:14 2015 -0700 ---------------------------------------------------------------------- ant_on_air/locale/en_AU/ant.properties | 33 ++++++++++++----------------- ant_on_air/locale/en_GB/ant.properties | 33 ++++++++++++----------------- ant_on_air/locale/en_US/ant.properties | 33 ++++++++++++----------------- 3 files changed, 42 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2badd743/ant_on_air/locale/en_AU/ant.properties ---------------------------------------------------------------------- diff --git a/ant_on_air/locale/en_AU/ant.properties b/ant_on_air/locale/en_AU/ant.properties index d0ae9b7..86870a2 100644 --- a/ant_on_air/locale/en_AU/ant.properties +++ b/ant_on_air/locale/en_AU/ant.properties @@ -1,22 +1,17 @@ -<?xml version="1.0"?> -<!-- - - 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. MKDIR=Created ya dir mate %1 COPY=Copying ya %1 file to %2 http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2badd743/ant_on_air/locale/en_GB/ant.properties ---------------------------------------------------------------------- diff --git a/ant_on_air/locale/en_GB/ant.properties b/ant_on_air/locale/en_GB/ant.properties index 8420313..6b5deaf 100644 --- a/ant_on_air/locale/en_GB/ant.properties +++ b/ant_on_air/locale/en_GB/ant.properties @@ -1,22 +1,17 @@ -<?xml version="1.0"?> -<!-- - - 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. MKDIR=Created directory %1 COPY=Copying %1 file to %2 http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2badd743/ant_on_air/locale/en_US/ant.properties ---------------------------------------------------------------------- diff --git a/ant_on_air/locale/en_US/ant.properties b/ant_on_air/locale/en_US/ant.properties index 8420313..6b5deaf 100644 --- a/ant_on_air/locale/en_US/ant.properties +++ b/ant_on_air/locale/en_US/ant.properties @@ -1,22 +1,17 @@ -<?xml version="1.0"?> -<!-- - - 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. MKDIR=Created directory %1 COPY=Copying %1 file to %2
