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

Robert Stryker rawblem at gmail.com
Thu Sep 28 16:31:47 EDT 2006


  User: rawb    
  Date: 06/09/28 16:31:47

  Modified:    as/plugins/org.jboss.ide.eclipse.as.core  plugin.xml
  Log:
  In order to be acceptable runtime choices for wst projects, the runtime must support these facets
  
  Revision  Changes    Path
  1.13      +6 -0      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- plugin.xml	6 Sep 2006 19:31:37 -0000	1.12
  +++ plugin.xml	28 Sep 2006 20:31:47 -0000	1.13
  @@ -215,6 +215,12 @@
          <facet
            id="jst.utility"
            version="1.0"/>
  +       <facet
  +             id="jst.ejb"
  +             version="2.0,2.1"/>
  +       <facet
  +             id="jst.ear"
  +             version="1.2,1.3,1.4"/>
        </supported>
        <adapter>
         <runtime-component
  
  
  



More information about the jboss-cvs-commits mailing list