Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Can an installation change the config.ini file?

This is good.  Seems like what I need is something like:

setProgramProperty(propName:org.eclipse.update.reconcile, propValue:);

to unset a property.

--a


On Mon, Oct 13, 2008 at 5:55 PM, Pascal Rapicault
<Pascal_Rapicault@xxxxxxxxxx> wrote:
> There is an unconfigure phase in which you will have to perform similar
> things.
> I don't have the instructions handy to unconfigure, but you can find them in
> the following content.jar
> (http://download.eclipse.org/eclipse/updates/3.5-I-builds/content.jar)
>
> "Andrew Eisenberg" ---11/10/2008 10:08:39 PM---Thanks for the reply. I'll
> try this out. Now for the unconfigure phase, I would like to undo all t
>
>
> From:
> "Andrew Eisenberg" <andrew@xxxxxxxxxxxx>
> To:
> Pascal Rapicault/Ottawa/IBM@IBMCA
> Cc:
> P2 developer discussions <p2-dev@xxxxxxxxxxx>, p2-dev-bounces@xxxxxxxxxxx
> Date:
> 11/10/2008 10:08 PM
> Subject:
> Re: [p2-dev] Can an installation change the config.ini file?
> ________________________________
>
>
> Thanks for the reply.  I'll try this out.  Now for the unconfigure
> phase, I would like to undo all the changes I made.  Is there an
> analogous way to unset program properties?
>
> On Fri, Oct 10, 2008 at 4:58 PM, Pascal Rapicault
> <Pascal_Rapicault@xxxxxxxxxx> wrote:
>> If you add the following to a p2.inf file, it should do the job.
>>
>> instructions.configure =
>> setProgramProperty(propName:osgi.framework.extensions,
>>
>> propValue:org.eclipse.equinox.weaving.hook);setProgramProperty(propName:org.aspectj.weaver.loadtime.configuration,
>>
>> propValue:META-INF/aop.xml);setStartLevel(startLevel:2);markStarted(started:
>> true);
>>
>> Note that I have not tried this.
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>
>


Back to the top