You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/09/29 02:27:34 UTC

svn commit: r292360 - /geronimo/branches/1.0-M5/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java

Author: sppatel
Date: Wed Sep 28 17:27:31 2005
New Revision: 292360

URL: http://svn.apache.org/viewcvs?rev=292360&view=rev
Log:
fix GERONIMO-1020 into M5 branch

Modified:
    geronimo/branches/1.0-M5/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java

Modified: geronimo/branches/1.0-M5/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0-M5/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java?rev=292360&r1=292359&r2=292360&view=diff
==============================================================================
--- geronimo/branches/1.0-M5/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java (original)
+++ geronimo/branches/1.0-M5/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationModuleType.java Wed Sep 28 17:27:31 2005
@@ -25,6 +25,11 @@
  * @version $Rev$ $Date$
  */
 public class ConfigurationModuleType implements Serializable {
+    /**
+     * 
+     */
+    private static final long serialVersionUID = -4121586344416418391L;
+    
     public static final ConfigurationModuleType EAR = new ConfigurationModuleType("EAR", 0);
 
     public static final ConfigurationModuleType EJB = new ConfigurationModuleType("EJB", 1);