no, i've just saw it, the next commit will bring back css, html and images
too

- Romain

2011/10/4 Jonathan Gallimore <[email protected]>

> You beat me to it - I had just noticed they were missing! Will this pick up
> the css and images as well?
>
> Jon
>
> On Tue, Oct 4, 2011 at 10:44 AM, <[email protected]> wrote:
>
> > Author: rmannibucau
> > Date: Tue Oct  4 09:44:10 2011
> > New Revision: 1178742
> >
> > URL: http://svn.apache.org/viewvc?rev=1178742&view=rev
> > Log:
> > jsp were missing in plus webapp
> >
> > Modified:
> >
> >
>  
> openejb/trunk/openejb/assembly/openejb-tomcat/openejb-tomcat-plus-webapp/src/main/assembly/war.xml
> >
> > Modified:
> >
> openejb/trunk/openejb/assembly/openejb-tomcat/openejb-tomcat-plus-webapp/src/main/assembly/war.xml
> > URL:
> >
> http://svn.apache.org/viewvc/openejb/trunk/openejb/assembly/openejb-tomcat/openejb-tomcat-plus-webapp/src/main/assembly/war.xml?rev=1178742&r1=1178741&r2=1178742&view=diff
> >
> >
> ==============================================================================
> > ---
> >
> openejb/trunk/openejb/assembly/openejb-tomcat/openejb-tomcat-plus-webapp/src/main/assembly/war.xml
> > (original)
> > +++
> >
> openejb/trunk/openejb/assembly/openejb-tomcat/openejb-tomcat-plus-webapp/src/main/assembly/war.xml
> > Tue Oct  4 09:44:10 2011
> > @@ -61,6 +61,13 @@
> >
> >
> <directory>${project.build.directory}/${project.artifactId}-${project.version}/lib</directory>
> >       <outputDirectory>lib</outputDirectory>
> >     </fileSet>
> > +    <fileSet>
> > +
> >
>  
> <directory>${project.build.directory}/${project.artifactId}-${project.version}/</directory>
> > +      <outputDirectory>/</outputDirectory>
> > +      <includes>
> > +        <include>**/*.jsp</include>
> > +      </includes>
> > +    </fileSet>
> >   </fileSets>
> >   <dependencySets>
> >     <dependencySet>
> > @@ -81,8 +88,8 @@
> >       <outputDirectory>WEB-INF/lib</outputDirectory>
> >       <scope>runtime</scope>
> >       <includes>
> > -          <include>org.apache.openejb:openejb-tomcat-loader</include>
> > -          <include>org.codehaus.swizzle:swizzle-stream</include>
> > +        <include>org.apache.openejb:openejb-tomcat-loader</include>
> > +        <include>org.codehaus.swizzle:swizzle-stream</include>
> >       </includes>
> >     </dependencySet>
> >   </dependencySets>
> >
> >
> >
>

Reply via email to