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

Robert Stryker rawblem at gmail.com
Mon Dec 11 10:51:54 EST 2006


  User: rawb    
  Date: 06/12/11 10:51:54

  Modified:    as/plugins/org.jboss.ide.eclipse.as.core  plugin.xml
  Log:
  Made the packaged adapter "heavier" so that we are less likely to get multiple modules for the same project. (In other words, a WTP module will not have a corresponding PackagedModule, whereas a regular java project will)
  
  Revision  Changes    Path
  1.22      +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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- plugin.xml	28 Nov 2006 17:41:54 -0000	1.21
  +++ plugin.xml	11 Dec 2006 15:51:54 -0000	1.22
  @@ -171,7 +171,7 @@
         <moduleArtifactAdapter
               class="org.jboss.ide.eclipse.as.core.module.PackagedArtifactAdapter"
               id="org.jboss.ide.eclipse.as.core.PackagedArtifactAdapter"
  -            priority="20">
  +            priority="0">
            <enablement>
               <or>
                  <instanceof value="org.eclipse.core.resources.IProject"/>
  
  
  



More information about the jboss-cvs-commits mailing list