[jboss-cvs] jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.ui/src/main/org/jboss/ide/eclipse/ejb3/ui/wizards ...

Robert Stryker rawblem at gmail.com
Thu Jan 25 17:08:15 EST 2007


  User: rawb    
  Date: 07/01/25 17:08:15

  Modified:    ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.ui/src/main/org/jboss/ide/eclipse/ejb3/ui/wizards 
                        Ejb30ProjectFirstPage.java
  Log:
  Changed ejb30 facet name from jboss.ejb30 to jbide.ejb30 because I thought it fit better. People could have mistaken jboss.ejb30 to mean the resultant packages / projects would be jboss only. 
  
  Revision  Changes    Path
  1.3       +1 -1      jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.ui/src/main/org/jboss/ide/eclipse/ejb3/ui/wizards/Ejb30ProjectFirstPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Ejb30ProjectFirstPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/ejb3/plugins/org.jboss.ide.eclipse.ejb3.wizards.ui/src/main/org/jboss/ide/eclipse/ejb3/ui/wizards/Ejb30ProjectFirstPage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Ejb30ProjectFirstPage.java	6 Nov 2006 21:20:39 -0000	1.2
  +++ Ejb30ProjectFirstPage.java	25 Jan 2007 22:08:15 -0000	1.3
  @@ -33,7 +33,7 @@
   import org.eclipse.wst.web.ui.internal.wizards.DataModelFacetCreationWizardPage;
   
   public class Ejb30ProjectFirstPage extends J2EEComponentFacetCreationWizardPage {
  -	public static final String EJB30_FACET_ID = "jboss.ejb30";
  +	public static final String EJB30_FACET_ID = "jbide.ejb30";
   
   	protected String getModuleFacetID() {
   		return EJB30_FACET_ID;
  
  
  



More information about the jboss-cvs-commits mailing list