Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Not seeing repositories from feature.xml files in content.xml/jar

What do you need other repositories in the content.xml for?

Regards
Tobias


> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Jeff Johnston
> Sent: Freitag, 4. November 2011 23:39
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] Not seeing repositories from feature.xml files in
> content.xml/jar
> 
> I am using tycho to build my project.
> 
>    <packaging>eclipse-repository</packaging>
> 
>    <build>
>      <plugins>
>        <plugin>
>          <groupId>org.eclipse.tycho</groupId>
>          <artifactId>tycho-p2-publisher-plugin</artifactId>
>          <version>${tycho-version}</version>
>          <configuration>
>            <publishArtifacts>true</publishArtifacts>
>          </configuration>
>        </plugin>
>      </plugins>
>    </build>
> 
> 
> The content.xml file created does not contain references to the update
> repository site that is mentioned in all my feature.xml files.
> 
> How do I get the publisher to add that refence into content.xml?
> 
> -- Jeff J.
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top