You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2008/06/23 08:15:43 UTC

svn commit: r670451 - /webservices/axis2/scratch/java/saminda/osgi_test/simple.module/src/main/resources/META-INF/module.xml

Author: saminda
Date: Sun Jun 22 23:15:42 2008
New Revision: 670451

URL: http://svn.apache.org/viewvc?rev=670451&view=rev
Log:
added class 

Modified:
    webservices/axis2/scratch/java/saminda/osgi_test/simple.module/src/main/resources/META-INF/module.xml

Modified: webservices/axis2/scratch/java/saminda/osgi_test/simple.module/src/main/resources/META-INF/module.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/java/saminda/osgi_test/simple.module/src/main/resources/META-INF/module.xml?rev=670451&r1=670450&r2=670451&view=diff
==============================================================================
--- webservices/axis2/scratch/java/saminda/osgi_test/simple.module/src/main/resources/META-INF/module.xml (original)
+++ webservices/axis2/scratch/java/saminda/osgi_test/simple.module/src/main/resources/META-INF/module.xml Sun Jun 22 23:15:42 2008
@@ -1,5 +1,5 @@
 
-<module name="simpleModule">
+<module name="simpleModule" class="org.apache.axis2.osgi.module.SimpleModule">
     <Description>Sample Module for demo purpose only</Description>
     <InFlow>
         <handler name="Handler1" class="org.apache.axis2.osgi.module.Handler1">