[jboss-cvs] jboss-seam-ide/src/org/jboss/seam/ide ...

Thomas Heute theute at jboss.com
Mon Sep 4 03:33:56 EDT 2006


  User: theute  
  Date: 06/09/04 03:33:56

  Modified:    src/org/jboss/seam/ide  Activator.java
  Log:
  Fixed packaging
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam-ide/src/org/jboss/seam/ide/Activator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Activator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-ide/src/org/jboss/seam/ide/Activator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Activator.java	29 Aug 2006 13:05:49 -0000	1.2
  +++ Activator.java	4 Sep 2006 07:33:56 -0000	1.3
  @@ -28,13 +28,13 @@
   /**
    * The activator class controls the plug-in life cycle
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version <tt>$Revision: 1.2 $</tt>
  + * @version <tt>$Revision: 1.3 $</tt>
    */
   public class Activator extends AbstractUIPlugin
   {
   
      // The plug-in ID
  -   public static final String PLUGIN_ID = "jboss_seam_ide";
  +   public static final String PLUGIN_ID = "org.jboss.seam.ide";
   
      // The shared instance
      private static Activator plugin;
  
  
  



More information about the jboss-cvs-commits mailing list