[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/META-INF ...

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


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

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui/META-INF  MANIFEST.MF
  Log:
  Swapped dependency direction. MBeans now depends on ui, instead of the other way around. 
  
  Also fixed (temp) a bug in new mbean wizard due to upstream eclipse code (smite them, lord, please)
  
  Revision  Changes    Path
  1.14      +3 -2      jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/META-INF/MANIFEST.MF
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/META-INF/MANIFEST.MF,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- MANIFEST.MF	13 Dec 2006 18:34:37 -0000	1.13
  +++ MANIFEST.MF	25 Jan 2007 20:08:12 -0000	1.14
  @@ -53,12 +53,13 @@
    org.eclipse.wst.ws,
    org.eclipse.wst.ws.ui,
    org.jboss.ide.eclipse.firstrun,
  - org.jboss.ide.eclipse.as.ui.mbeans,
    org.jboss.ide.eclipse.ui,
    org.jboss.ide.eclipse.packages.core,
  - org.apache.ant
  + org.apache.ant,
  + org.jboss.ide.eclipse.packages.ui
   Eclipse-LazyStart: true
   Export-Package: org.jboss.ide.eclipse.as.ui,
  + org.jboss.ide.eclipse.as.ui.dialogs,
    org.jboss.ide.eclipse.as.ui.wizards
   Bundle-ClassPath: jbossui.jar
   Bundle-Activator: org.jboss.ide.eclipse.as.ui.JBossServerUIPlugin
  
  
  



More information about the jboss-cvs-commits mailing list