intellij-config.xml: updated paths to manifests to match frameworks/projects/flex-config.xml
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8156e98b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8156e98b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8156e98b Branch: refs/heads/spark Commit: 8156e98b355df265954692625d76883389168182 Parents: 4d0f00f Author: Josh Tynjala <[email protected]> Authored: Fri Feb 12 09:36:36 2016 -0800 Committer: Josh Tynjala <[email protected]> Committed: Fri Feb 12 09:36:36 2016 -0800 ---------------------------------------------------------------------- ide/IDEA/intellij-config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8156e98b/ide/IDEA/intellij-config.xml ---------------------------------------------------------------------- diff --git a/ide/IDEA/intellij-config.xml b/ide/IDEA/intellij-config.xml index 42ff4d4..e472ee4 100644 --- a/ide/IDEA/intellij-config.xml +++ b/ide/IDEA/intellij-config.xml @@ -49,18 +49,18 @@ <namespace> <uri>library://ns.apache.org/flexjs/basic</uri> - <manifest>../../frameworks/projects/Core/basic-manifest.xml</manifest> + <manifest>../../frameworks/projects/Core/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/html5</uri> - <manifest>../../frameworks/projects/HTML5/html5-manifest.xml</manifest> + <manifest>../../frameworks/projects/HTML5/src/main/resources/html5-manifest.xml</manifest> </namespace> <namespace> <uri>library://ns.apache.org/flexjs/svg</uri> - <manifest>../../frameworks/projects/HTML/svg-manifest.xml</manifest> + <manifest>../../frameworks/projects/HTML/src/main/resources/svg-manifest.xml</manifest> </namespace> </namespaces>
