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/618c5c20 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/618c5c20 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/618c5c20 Branch: refs/heads/spark Commit: 618c5c20b8eafcb521e96cda98fe8a57d397751c Parents: 702c9a7 Author: Josh Tynjala <[email protected]> Authored: Fri Feb 12 09:36:36 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Feb 23 21:44:20 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/618c5c20/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>
