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

Robert Stryker rawblem at gmail.com
Fri Oct 6 14:20:08 EDT 2006


  User: rawb    
  Date: 06/10/06 14:20:08

  Modified:    as/plugins/org.jboss.ide.eclipse.as.core   .classpath
                        plugin.xml
  Log:
  added hashcode / equals for jboss server, ensured jst.appclient was a supported facet
  
  Revision  Changes    Path
  1.3       +1 -1      jbosside/as/plugins/org.jboss.ide.eclipse.as.core/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.core/.classpath,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- .classpath	30 Aug 2006 16:21:12 -0000	1.2
  +++ .classpath	6 Oct 2006 18:20:08 -0000	1.3
  @@ -3,7 +3,7 @@
   	<classpathentry kind="src" path="jbosscore"/>
   	<classpathentry exported="true" kind="lib" path="dom4j-1.6.1.jar"/>
   	<classpathentry exported="true" kind="lib" path="jaxen-1.1-beta-6.jar"/>
  -	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.4.2_12"/>
   	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
  +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.14      +3 -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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- plugin.xml	28 Sep 2006 20:31:47 -0000	1.13
  +++ plugin.xml	6 Oct 2006 18:20:08 -0000	1.14
  @@ -221,6 +221,9 @@
          <facet
                id="jst.ear"
                version="1.2,1.3,1.4"/>
  +       <facet
  +             id="jst.appclient"
  +             version="1.2,1.3,1.4"/>
        </supported>
        <adapter>
         <runtime-component
  
  
  



More information about the jboss-cvs-commits mailing list