Blob Blame History Raw
From 38d6443c23967d7b00317d646f08aed518a0ba9f Mon Sep 17 00:00:00 2001
From: Marek Goldmann <mgoldman@redhat.com>
Date: Mon, 20 Aug 2012 14:23:01 +0200
Subject: [PATCH] Link ecj in the org.jboss.as.web module to be able to
 compile jsp

---
 build/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/build.xml b/build/build.xml
index f4ef723..a340620 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -883,6 +883,7 @@
 
         <module-def name="org.jboss.as.web">
             <maven-resource group="org.jboss.as" artifact="jboss-as-web"/>
+            <maven-resource group="org.eclipse.jdt" artifact="core"/>
             <maven-resource group="org.jboss.web" artifact="jbossweb"/>
             <!-- <extract-native-jar group="org.jboss.as" artifact="jbossweb-native"/> -->
         </module-def>