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

Marshall Culpepper mculpepper at jboss.com
Mon Feb 19 15:32:00 EST 2007


  User: mculpepper
  Date: 07/02/19 15:32:00

  Modified:    core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/wizards 
                        NewJARWizard.java
  Log:
  temporarily removing default jar config page until it's implemented
  
  Revision  Changes    Path
  1.5       +6 -5      jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/wizards/NewJARWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewJARWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/wizards/NewJARWizard.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- NewJARWizard.java	14 Feb 2007 18:52:16 -0000	1.4
  +++ NewJARWizard.java	19 Feb 2007 20:32:00 -0000	1.5
  @@ -13,11 +13,12 @@
   public class NewJARWizard extends AbstractPackageWizard
   {
   	public WizardPage[] createWizardPages() {
  -		if (existingPackage == null) {
  -			return new WizardPage[] {
  -					new DefaultJARConfigWizardPage(this)
  -			};
  -		} else return new WizardPage[0];
  +//		if (existingPackage == null) {
  +//			return new WizardPage[] {
  +//					new DefaultJARConfigWizardPage(this)
  +//			};
  +//		} else
  +			return new WizardPage[0];
   	}
   
   	public NewJARWizard ()
  
  
  



More information about the jboss-cvs-commits mailing list