From fd9ed45db89d971ddb286142ba1b205d9eb78fd1 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 12 Jun 2013 15:48:32 +0200 Subject: [PATCH] add xml-psi-api and xml-psi-impl to upsource --- build/scripts/layouts.gant | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 675c181aee11..7e8e0647b85e 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -765,6 +765,8 @@ def layout_core_upsource(String home, String target) { module("java-analysis-api") module("java-analysis-impl") module("InspectionGadgetsAnalysis") + module("xml-psi-api") + module("xml-psi-impl") } jar("annotations.jar") { @@ -784,6 +786,7 @@ def layout_core_upsource(String home, String target) { include(name: "xstream-1.4.3.jar") include(name: "xpp3-1.1.4-min.jar") include(name: "jdom.jar") + include(name: "nanoxml*.jar") } } }