Changeset 1803 for trunk/dll/collect.c


Ignore:
Timestamp:
May 2, 2015, 11:56:39 PM (10 years ago)
Author:
Gregg Young
Message:

Changes to allow a JAVA executable object to be created using "Real object" menu item on a jar file. (Ticket [37]) Eliminate redundant prompts and error messages when telling FM/2 not to delete a R/O file. (Ticket [548]) Limit attempts to unlock files to exes and dlls. (Ticket [549])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1799 r1803  
    8787                a trap when FM2 is shutdown or the container is closed while collector
    8888                container is still populating
     89  02 May 15 GKY Changes to allow a JAVA executable object to be created using "Real object"
     90                menu item on a jar file.
    8991
    9092***********************************************************************/
     
    637639      case IDM_SHADOW:
    638640      case IDM_SHADOW2:
     641      case IDM_JAVAEXE:
    639642      case IDM_PRINT:
    640643      case IDM_ATTRS:
     
    23282331      case IDM_SHADOW:
    23292332      case IDM_SHADOW2:
     2333      case IDM_JAVAEXE:
    23302334      case IDM_DELETE:
    23312335      case IDM_PERMDELETE:
     
    23882392              case IDM_PRINT:
    23892393              case IDM_SHADOW:
    2390               case IDM_SHADOW2:
     2394              case IDM_SHADOW2:
     2395              case IDM_JAVAEXE:
    23912396              case IDM_OBJECT:
    23922397              case IDM_VIEW:
Note: See TracChangeset for help on using the changeset viewer.