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

Robert Stryker rawblem at gmail.com
Wed Jul 12 12:05:44 EDT 2006


  User: rawb    
  Date: 06/07/12 12:05:44

  Modified:    as/plugins/org.jboss.ide.eclipse.as.core  plugin.xml
  Log:
  JBoss AS 3.2 should not support remote hosts
  
  Revision  Changes    Path
  1.9       +1 -1      jbosside/as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- plugin.xml	10 Jul 2006 15:58:59 -0000	1.8
  +++ plugin.xml	12 Jul 2006 16:05:44 -0000	1.9
  @@ -25,7 +25,7 @@
               startBeforePublish="false"
               startTimeout="450000"
               stopTimeout="450000" 
  -            supportsRemoteHosts="true"/>
  +            supportsRemoteHosts="false"/>
                 
         <serverType
               behaviourClass="org.jboss.ide.eclipse.as.core.server.JBossServerBehavior"
  
  
  



More information about the jboss-cvs-commits mailing list