jruaux      2003/03/06 10:04:58

  Modified:    integration/eclipse plugin.xml
  Log:
  Added project property page for the generated web application (WAR)
  Began separating the webapp generation from the Cactus test runner plugin
  
  This is not final : comments are missing on certain classes, and structure is likely 
to change
  
  Revision  Changes    Path
  1.7       +10 -0     jakarta-cactus/integration/eclipse/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/eclipse/plugin.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.xml        27 Feb 2003 09:12:05 -0000      1.6
  +++ plugin.xml        6 Mar 2003 18:04:57 -0000       1.7
  @@ -144,4 +144,14 @@
         </extraClasspathEntry>
      </extension>
   
  +<extension
  +     point="org.eclipse.ui.propertyPages">
  +     <page name="%webAppPageName"
  +        id="org.apache.cactus.eclipse.WebAppPropertyPage"
  +       objectClass="org.eclipse.jdt.core.IJavaProject"
  +       class="org.apache.cactus.eclipse.war.ui.WebAppPropertyPage">
  +       <filter name="nature" value="org.eclipse.jdt.core.javanature"/>
  +     </page>
  +</extension>
  +
   </plugin>
  
  
  

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

Reply via email to