You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Carsten Ziegeler <cz...@apache.org> on 2012/10/02 07:28:25 UTC

Re: SLING-2527 installer API bundle.

I've created a new component "Installe API 1.0.0" in Jira.

Carsten

2012/9/27 Ian Boston <ie...@tfd.co.uk>:
> Hi,
> SLING-2527 added an installer API bundle.
>
> If you have upstream list.xml's and are working from Sling trunk you
> may need to add the API in addition to the installer core.
>
> ie in list.xml
> if you depended on
>          <bundle>
>              <groupId>org.apache.sling</groupId>
>             <artifactId>org.apache.sling.installer.core</artifactId>
>             <version>3.3.7-SNAPSHOT</version>
>         </bundle>
>
> you will need
>
>          <bundle>
>              <groupId>org.apache.sling</groupId>
>             <artifactId>org.apache.sling.installer.api</artifactId>
>             <version>1.0-SNAPSHOT</version>
>         </bundle>
>
> and
>
>          <bundle>
>              <groupId>org.apache.sling</groupId>
>             <artifactId>org.apache.sling.installer.core</artifactId>
>             <version>3.3.7-SNAPSHOT</version>
>         </bundle>
>
> For dependencies you should only need
>
>          <dependency>
>              <groupId>org.apache.sling</groupId>
>             <artifactId>org.apache.sling.installer.api</artifactId>
>             <version>1.0-SNAPSHOT</version>
>         </dependency>
>
>
>
> Ian



-- 
Carsten Ziegeler
cziegeler@apache.org