[jboss-cvs] jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.core ...

Marshall Culpepper mculpepper at jboss.com
Mon Nov 6 16:20:39 EST 2006


  User: mculpepper
  Date: 06/11/06 16:20:39

  Modified:    ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.core 
                        plugin.xml
  Log:
  made some superficial changes to labels and icons
  
  Revision  Changes    Path
  1.5       +2 -4      jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.core/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.core/plugin.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- plugin.xml	6 Nov 2006 17:04:26 -0000	1.4
  +++ plugin.xml	6 Nov 2006 21:20:39 -0000	1.5
  @@ -16,8 +16,8 @@
   <extension point="org.eclipse.wst.common.project.facet.core.facets">
   
       <project-facet id="jboss.ejb30" version="1.0">
  -      <label>JBIDE EJB30</label>
  -      <description>JBIDE EJB30 DESCRIPTION</description>
  +      <label>JBoss EJB3</label>
  +      <description>JBoss EJB3 implementation</description>
         <icon></icon>
       </project-facet>
   
  @@ -25,10 +25,8 @@
         <constraint>
           <and>
             <requires facet="jst.java" version="[5.0"/>
  -          <conflicts group="modules"/>
           </and>
         </constraint>
  -      <group-member id="modules"/>
       </project-facet-version>
   
       <action facet="jboss.ejb30" version="1.0" type="INSTALL" id="jboss.ejb30.install">
  
  
  



More information about the jboss-cvs-commits mailing list