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

Robert Stryker rob.stryker at jboss.com
Fri Apr 20 05:38:15 EDT 2007


  User: rawb    
  Date: 07/04/20 05:38:15

  Modified:    core/plugins/org.jboss.ide.eclipse.archives.core  plugin.xml
  Log:
  Global and project-specific view and builder preferences implemented
  
  Revision  Changes    Path
  1.2       +4 -0      jbosside/core/plugins/org.jboss.ide.eclipse.archives.core/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.archives.core/plugin.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xml	18 Apr 2007 21:07:53 -0000	1.1
  +++ plugin.xml	20 Apr 2007 09:38:15 -0000	1.2
  @@ -28,5 +28,9 @@
               id="jar"
               label="JAR"/>
      </extension>
  +   <extension
  +         point="org.eclipse.core.runtime.preferences">
  +      <initializer class="org.jboss.ide.eclipse.archives.core.CorePreferenceManager"/>
  +   </extension>
   
   </plugin>
  
  
  



More information about the jboss-cvs-commits mailing list