hlship      2004/06/09 07:48:17

  Modified:    framework/src/descriptor/META-INF hivemodule.sdl
  Log:
  Add two new translators: qualified-id and id-list.
  
  Revision  Changes    Path
  1.10      +3 -3      
jakarta-hivemind/framework/src/descriptor/META-INF/hivemodule.sdl
  
  Index: hivemodule.sdl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/framework/src/descriptor/META-INF/hivemodule.sdl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- hivemodule.sdl    4 Jun 2004 22:42:39 -0000       1.9
  +++ hivemodule.sdl    9 Jun 2004 14:48:16 -0000       1.10
  @@ -12,8 +12,6 @@
   // See the License for the specific language governing permissions and
   // limitations under the License.
   
  -// $Id$
  -
   module (id=hivemind version="1.0.0")
   {
        description { "The master module for HiveMind, defining core, universal 
functionality." }
  @@ -644,7 +642,9 @@
                translator (name=resource      
class=org.apache.hivemind.schema.rules.ResourceTranslator)
                translator (name=long          
class=org.apache.hivemind.schema.rules.LongTranslator)
                translator (name=double        
class=org.apache.hivemind.schema.rules.DoubleTranslator)
  -             translator (name=service-point 
class=org.apache.hivemind.schema.rules.ServicePointTranslator)           
  +             translator (name=service-point 
class=org.apache.hivemind.schema.rules.ServicePointTranslator)   
  +             translator (name=qualified-id  
class=org.apache.hivemind.schema.rules.QualifiedIdTranslator)
  +             translator (name=id-list       
class=org.apache.hivemind.schema.rules.IdListTranslator) 
        }
        
        service-point (id=ShutdownCoordinator 
interface=org.apache.hivemind.ShutdownCoordinator)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to