Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 34132 invoked from network); 5 Mar 2007 14:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 14:31:49 -0000 Received: (qmail 11196 invoked by uid 500); 5 Mar 2007 14:31:58 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 11054 invoked by uid 500); 5 Mar 2007 14:31:57 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 11043 invoked by uid 99); 5 Mar 2007 14:31:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 06:31:57 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 06:31:48 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 5FB171A981A; Mon, 5 Mar 2007 06:31:28 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r514676 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: org.apache.geronimo.st.v20.core/pom.xml pom.xml Date: Mon, 05 Mar 2007 14:31:28 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070305143128.5FB171A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sppatel Date: Mon Mar 5 06:31:27 2007 New Revision: 514676 URL: http://svn.apache.org/viewvc?view=rev&rev=514676 Log: fix build break Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/pom.xml?view=diff&rev=514676&r1=514675&r2=514676 ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/pom.xml Mon Mar 5 06:31:27 2007 @@ -84,5 +84,10 @@ org.apache.geronimo.runtime.common ${org.apache.geronimo.runtime.common_version} + + org.apache.geronimo.devtools + org.apache.geronimo.v11.deployment.model + ${org.apache.geronimo.v11.deployment.model_version} + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?view=diff&rev=514676&r1=514675&r2=514676 ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Mon Mar 5 06:31:27 2007 @@ -154,6 +154,7 @@ org.apache.geronimo.st.v1.core org.apache.geronimo.st.v11.core org.apache.geronimo.st.v12.core + org.apache.geronimo.st.v20.core org.apache.geronimo.st.ui org.apache.geronimo.st.v1.ui org.apache.geronimo.st.v11.ui