Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 84813 invoked from network); 12 Apr 2007 13:17:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 13:17:25 -0000 Received: (qmail 6866 invoked by uid 500); 12 Apr 2007 13:17:32 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 6718 invoked by uid 500); 12 Apr 2007 13:17:31 -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 6707 invoked by uid 99); 12 Apr 2007 13:17:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 06:17:31 -0700 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; Thu, 12 Apr 2007 06:17:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A18801A9838; Thu, 12 Apr 2007 06:17:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r527929 - in /geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper: .classpath META-INF/MANIFEST.MF build.properties Date: Thu, 12 Apr 2007 13:17:04 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070412131704.A18801A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sppatel Date: Thu Apr 12 06:17:03 2007 New Revision: 527929 URL: http://svn.apache.org/viewvc?view=rev&rev=527929 Log: update manifest bundle classpath for new jar names Modified: geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/.classpath geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/build.properties Modified: geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/.classpath URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/.classpath?view=diff&rev=527929&r1=527928&r2=527929 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/.classpath (original) +++ geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/.classpath Thu Apr 12 06:17:03 2007 @@ -1,14 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + Modified: geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/META-INF/MANIFEST.MF?view=diff&rev=527929&r1=527928&r2=527929 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/META-INF/MANIFEST.MF Thu Apr 12 06:17:03 2007 @@ -4,22 +4,23 @@ Bundle-SymbolicName: org.apache.geronimo.j2g.jasper;singleton:=true Bundle-Version: 1.0.0 Bundle-Vendor: Apache.org -Bundle-Localization: plugin -Bundle-ClassPath: lib/commons-el.jar, +Bundle-ClassPath: ., + lib/commons-el-1.0.jar, lib/commons-logging-1.1.jar, - lib/jasper-compiler.jar, - lib/jasper-runtime.jar, - lib/jsp-api.jar, - lib/servlet-api.jar, - ., - lib/jasper-compiler-jdt.jar + lib/geronimo-jsp_2.0_spec-1.1.jar, + lib/geronimo-servlet_2.4_spec-1.1.1.jar, + lib/jasper-compiler-5.5.15.jar, + lib/jasper-compiler-jdt-5.5.15.jar, + lib/jasper-runtime-5.5.15.jar Eclipse-LazyStart: true Export-Package: javax.servlet, javax.servlet.http, javax.servlet.jsp, javax.servlet.jsp.el, + javax.servlet.jsp.resources, javax.servlet.jsp.tagext, + javax.servlet.resources, org.apache.commons.el, org.apache.commons.el.parser, org.apache.commons.logging, @@ -28,6 +29,7 @@ org.apache.jasper, org.apache.jasper.compiler, org.apache.jasper.compiler.tagplugin, + org.apache.jasper.resources, org.apache.jasper.runtime, org.apache.jasper.security, org.apache.jasper.servlet, Modified: geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/build.properties URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/build.properties?view=diff&rev=527929&r1=527928&r2=527929 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/build.properties (original) +++ geronimo/sandbox/j2g/plugins/org.apache.geronimo.j2g.jasper/build.properties Thu Apr 12 06:17:03 2007 @@ -24,4 +24,10 @@ lib/jasper-runtime.jar,\ lib/jsp-api.jar,\ lib/servlet-api.jar,\ - lib/jasper-compiler-jdt.jar + lib/jasper-compiler-jdt.jar,\ + lib/commons-el-1.0.jar,\ + lib/geronimo-jsp_2.0_spec-1.1.jar,\ + lib/geronimo-servlet_2.4_spec-1.1.1.jar,\ + lib/jasper-compiler-5.5.15.jar,\ + lib/jasper-compiler-jdt-5.5.15.jar,\ + lib/jasper-runtime-5.5.15.jar