You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/07/09 23:40:44 UTC

svn commit: r1359417 - in /incubator/flex/trunk: ./ frameworks/projects/automation_air/bundles/en_US/ frameworks/projects/automation_dmv/bundles/en_US/ frameworks/projects/automation_flashflexkit/bundles/en_US/ frameworks/projects/automation_spark/bund...

Author: cframpton
Date: Mon Jul  9 21:40:44 2012
New Revision: 1359417

URL: http://svn.apache.org/viewvc?rev=1359417&view=rev
Log:
Make sure all the framework projects with bundles directories also have en_US directories so that copylocale works in a built src distribution as well.

Added:
    incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties   (with props)
    incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties   (with props)
Modified:
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1359417&r1=1359416&r2=1359417&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Mon Jul  9 21:40:44 2012
@@ -1052,7 +1052,7 @@
             copylocale looks for bundles and then uses en_US so if there is
             not a en_US sub-directory don't include the bundles directory.
         -->
-        <delete dir="${basedir}/temp/frameworks/projects" includeemptydirs="true">
+        <delete dir="${basedir}/temp/frameworks/projects" includeEmptyDirs="false">
             <include name="airspark/bundles/**"/>
             <include name="automation_air/bundles/**"/>
             <include name="automation_dmv/bundles/**"/>
@@ -1062,6 +1062,7 @@
             <include name="*/bundles/**/docs/**"/>
             <include name="*/bundles/*/*.xml"/>
             <include name="*/bundles/*/packages.dita"/>
+            <exclude name="*/bundles/en_US"/>
         </delete>
         
 

Added: incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties?rev=1359417&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties Mon Jul  9 21:40:44 2012
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

Propchange: incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_air/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties?rev=1359417&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties Mon Jul  9 21:40:44 2012
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

Propchange: incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_dmv/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties?rev=1359417&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties Mon Jul  9 21:40:44 2012
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

Propchange: incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties?rev=1359417&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties Mon Jul  9 21:40:44 2012
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

Propchange: incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_spark/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties?rev=1359417&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties (added)
+++ incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties Mon Jul  9 21:40:44 2012
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

Propchange: incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/mobilecomponents/bundles/en_US/empty.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain