dion        2004/07/18 07:01:27

  Modified:    struts   plugin.jelly
  Log:
  Fix classpath bug that stopped the plugin working
  
  Revision  Changes    Path
  1.6       +2 -0      maven-plugins/struts/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      9 Jul 2004 12:58:04 -0000       1.5
  +++ plugin.jelly      18 Jul 2004 14:01:27 -0000      1.6
  @@ -33,6 +33,7 @@
       <taskdef name="struts10warvalidator" 
                classname="org.apache.maven.struts.Struts10WarValidator">
         <classpath>
  +        <pathelement path="${plugin.dir}" />
           <pathelement path="${plugin.resources}" />
           <pathelement path="${plugin.getDependencyPath('maven+j2ee-plugin')}"/>
           <pathelement path="${plugin.getDependencyPath('ant')}"/>
  @@ -40,6 +41,7 @@
           <pathelement path="${plugin.getDependencyPath('commons-lang')}"/>
           <pathelement path="${plugin.getDependencyPath('dom4j')}"/>
           <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +        <pathelement path="${plugin.getDependencyPath('regexp')}"/>
         </classpath>
       </taskdef>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to