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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib" path="lib/jasper-compiler-jdt.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-el.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/jasper-compiler.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/jasper-runtime.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/jsp-api.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/servlet-api.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-el-1.0.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/geronimo-jsp_2.0_spec-1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/geronimo-servlet_2.4_spec-1.1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasper-compiler-5.5.15.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasper-compiler-jdt-5.5.15.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasper-runtime-5.5.15.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasper-compiler-jdt.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-el.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasper-compiler.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jasper-runtime.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jsp-api.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/servlet-api.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
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
|