User: andreas 
  Date: 00/10/14 22:26:55

  Modified:    examples/simple.component/etc ejx.simple.component.mf
  Log:
  Replaced FileManager and FileManagerFactory by the new
  ResourceManager and ResourceManagerFactory supporting
  URL instead of just files.
  ATTENTION:
  - At the moment you can still only use files to open and store
  Data because of unresolved issues (FilterFilter and JFile-
  Chooser)
  - These changes are NOT PORTED to jBoss CVS module
  
  Revision  Changes    Path
  1.2       +1 -1      ejx/examples/simple.component/etc/ejx.simple.component.mf
  
  Index: ejx.simple.component.mf
  ===================================================================
  RCS file: 
/products/cvs/ejboss/ejx/examples/simple.component/etc/ejx.simple.component.mf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejx.simple.component.mf   2000/10/14 16:16:54     1.1
  +++ ejx.simple.component.mf   2000/10/15 05:26:55     1.2
  @@ -1,5 +1,5 @@
   Class-Path: awt.jar ejb.jar
  -EJX-plugin: com.madplanet.simpleComponent.FileManagerFactoryImpl
  +EJX-plugin: com.madplanet.simpleComponent.ResourceManagerFactoryImpl
      
   Name: com/madplanet/simpleComponent/
   Specification-Title: SimpleComponent 0.1
  
  
  

Reply via email to