[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.technology.packaging] modifying client-side udc UI

We want to deploy udc capability into an internal rcp app. Since the application is for internal use only, there is no need to include the Terms of Use splash page, and we also want to remove the splash in which users choose to upload now, or later or not at all, etc.
In our application's .ini file I have included the following entries to be passed as jvm args:
-Dorg.eclipse.epp.usagedata.recording.ask=false
-Dorg.eclipse.epp.usagedata.gathering.terms_accepted=true


AFAICS, these two settings should result in avoiding both the Terms of Use and Whether To Upload splash pages, but they don't seem to have any effect at all.

Is there some other setting that I haven't been able to discern yet?

Thanks in advance,

Frank