Bui Sy Nguyen created FLEX-34973: ------------------------------------ Summary: The flex-config.xml has <runtime-shared-library-path> definition that is not correct in 4.14.1 release Key: FLEX-34973 URL: https://issues.apache.org/jira/browse/FLEX-34973 Project: Apache Flex Issue Type: Bug Reporter: Bui Sy Nguyen
The flex-config.xml has <runtime-shared-library-path> definition that is not correct in 4.14.1 release. This will generate a RSL with the same file name as 4/14/0, and then cause us several problems in dependency management. {code:title=flex-config.xml|borderStyle=solid} <runtime-shared-library-path> <path-element>libs/framework.swc</path-element> <rsl-url>../rsls/framework_4.14.0.20150123.swf</rsl-url> </runtime-shared-library-path> {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)