Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-user Digest, Vol 59, Issue 10

PS : when i generate my product on eclipse with m2e and i specify my local p2 it works. When i try on eclipse my launcher doesn't generate

Le 8 juil. 2015 10:58, <tycho-user-request@xxxxxxxxxxx> a écrit :
Send tycho-user mailing list submissions to
        tycho-user@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/tycho-user
or, via email, send a message with subject or body 'help' to
        tycho-user-request@xxxxxxxxxxx

You can reach the person managing the list at
        tycho-user-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of tycho-user digest..."


Today's Topics:

   1. Re: tycho-user Digest, Vol 59, Issue 9 (Sofiane Lasri)


----------------------------------------------------------------------

Message: 1
Date: Wed, 8 Jul 2015 10:58:10 +0200
From: Sofiane Lasri <machikoo92500@xxxxxxxxx>
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] tycho-user Digest, Vol 59, Issue 9
Message-ID:
        <CAF8rDZztVJ7gmOx3fy+NDLBsVWSo=XDiEb1K=e2chAMPLwaG8g@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Yes, i check include native launcher on the product file.

Here my product file :

#################################################

<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="%product.name" uid="View" id="view_project.id"
application="view_project.application" version="1.0.0" useFeatures="false"
includeLaunchers="true">


   <configIni use="">
   </configIni>

   <launcherArgs>
      <programArgs>-consoleLog</programArgs>
   </launcherArgs>

   <windowImages/>


   <launcher name="delta_pack_launcher">
      <solaris/>
      <win useIco="false">
         <bmp/>
      </win>
   </launcher>


   <vm>
   </vm>


   <plugins>
      <plugin id="com.ibm.icu"/>
      <plugin id="org.eclipse.core.commands"/>
      <plugin id="org.eclipse.core.contenttype"/>
      <plugin id="org.eclipse.core.databinding"/>
      <plugin id="org.eclipse.core.databinding.observable"/>
      <plugin id="org.eclipse.core.databinding.property"/>
      <plugin id="org.eclipse.core.expressions"/>
      <plugin id="org.eclipse.core.jobs"/>
      <plugin id="org.eclipse.core.runtime"/>
      <plugin id="org.eclipse.core.runtime.compatibility.registry"
fragment="true"/>
      <plugin id="org.eclipse.equinox.app"/>
      <plugin id="org.eclipse.equinox.common"/>
      <plugin id="org.eclipse.equinox.preferences"/>
      <plugin id="org.eclipse.equinox.registry"/>
      <plugin id="org.eclipse.help"/>
      <plugin id="org.eclipse.jface"/>
      <plugin id="org.eclipse.jface.databinding"/>
      <plugin id="org.eclipse.osgi"/>
      <plugin id="org.eclipse.swt"/>
      <plugin id="org.eclipse.swt.gtk.linux.x86_64" fragment="true"/>
      <plugin id="org.eclipse.ui"/>
      <plugin id="org.eclipse.ui.workbench"/>
      <plugin id="view_project"/>
   </plugins>

   <configurations>
      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="2"
/>
      <plugin id="org.eclipse.equinox.common" autoStart="true"
startLevel="1" />
      <plugin id="org.eclipse.osgi" autoStart="true" startLevel="0" />
   </configurations>

<configurations>
 <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="2" />
 <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="1" />
 <plugin id="org.eclipse.osgi" autoStart="true" startLevel="0"/>
 </configurations>

</product>


2015-07-08 10:47 GMT+02:00 <tycho-user-request@xxxxxxxxxxx>:

> Send tycho-user mailing list submissions to
>         tycho-user@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://dev.eclipse.org/mailman/listinfo/tycho-user
> or, via email, send a message with subject or body 'help' to
>         tycho-user-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
>         tycho-user-owner@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of tycho-user digest..."
>
>
> Today's Topics:
>
>    1. Re: tycho-user Digest, Vol 59, Issue 7 (Julien SIEGA)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 08 Jul 2015 10:46:41 +0200
> From: Julien SIEGA <julien.siega@xxxxxxxx>
> To: Tycho user list <tycho-user@xxxxxxxxxxx>
> Subject: Re: [tycho-user] tycho-user Digest, Vol 59, Issue 7
> Message-ID: <559CE371.3080809@xxxxxxxx>
> Content-Type: text/plain; charset="windows-1252"; Format="flowed"
>
> Hello,
>
> Did you check "generate native launcher" in your product file ?
>
> Julien
>
> Le 08/07/2015 10:25, Sofiane Lasri a ?crit :
> > Hello,
> >
> > I've tried your solution, it works and i don't have the message anymore.
> > However, when i generate my application, the product repository exist
> > exept the launcher.
> >
> > Have you got an idea about it?
> >
> > sofiane
> >
> > 2015-07-07 16:36 GMT+02:00 <tycho-user-request@xxxxxxxxxxx
> > <mailto:tycho-user-request@xxxxxxxxxxx>>:
> >
> >     Send tycho-user mailing list submissions to
> >     tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
> >
> >     To subscribe or unsubscribe via the World Wide Web, visit
> >     https://dev.eclipse.org/mailman/listinfo/tycho-user
> >     or, via email, send a message with subject or body 'help' to
> >     tycho-user-request@xxxxxxxxxxx <mailto:
> tycho-user-request@xxxxxxxxxxx>
> >
> >     You can reach the person managing the list at
> >     tycho-user-owner@xxxxxxxxxxx <mailto:tycho-user-owner@xxxxxxxxxxx>
> >
> >     When replying, please edit your Subject line so it is more specific
> >     than "Re: Contents of tycho-user digest..."
> >
> >
> >     Today's Topics:
> >
> >        1. Re: tycho-user Digest, Vol 59, Issue 6 (Sofiane Lasri)
> >
> >
> >
>  ----------------------------------------------------------------------
> >
> >     Message: 1
> >     Date: Tue, 7 Jul 2015 16:36:35 +0200
> >     From: Sofiane Lasri <machikoo92500@xxxxxxxxx
> >     <mailto:machikoo92500@xxxxxxxxx>>
> >     To: tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
> >     Subject: Re: [tycho-user] tycho-user Digest, Vol 59, Issue 6
> >     Message-ID:
> >
> >     <CAF8rDZxfA6ziJxowb5CNQt1C2rGhfdcYUVQp-mctYSqVkOXEUg@xxxxxxxxxxxxxx
> <mailto:CAF8rDZxfA6ziJxowb5CNQt1C2rGhfdcYUVQp-mctYSqVkOXEUg@xxxxxxxxxxxxxx
> >>
> >     Content-Type: text/plain; charset="utf-8"
> >
> >     Thanks toi, i'll try !
> >
> >     You'll be in touch
> >     Le 7 juil. 2015 15:49, <tycho-user-request@xxxxxxxxxxx
> >     <mailto:tycho-user-request@xxxxxxxxxxx>> a ?crit :
> >
> >     > Send tycho-user mailing list submissions to
> >     > tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
> >     >
> >     > To subscribe or unsubscribe via the World Wide Web, visit
> >     > https://dev.eclipse.org/mailman/listinfo/tycho-user
> >     > or, via email, send a message with subject or body 'help' to
> >     > tycho-user-request@xxxxxxxxxxx
> >     <mailto:tycho-user-request@xxxxxxxxxxx>
> >     >
> >     > You can reach the person managing the list at
> >     > tycho-user-owner@xxxxxxxxxxx <mailto:tycho-user-owner@xxxxxxxxxxx>
> >     >
> >     > When replying, please edit your Subject line so it is more specific
> >     > than "Re: Contents of tycho-user digest..."
> >     >
> >     >
> >     > Today's Topics:
> >     >
> >     >    1. Re: Error when trying to use my own p2 repository (Julien
> >     SIEGA)
> >     >
> >     >
> >     >
> >
>  ----------------------------------------------------------------------
> >     >
> >     > Message: 1
> >     > Date: Tue, 07 Jul 2015 15:48:43 +0200
> >     > From: Julien SIEGA <julien.siega@xxxxxxxx
> >     <mailto:julien.siega@xxxxxxxx>>
> >     > To: Tycho user list <tycho-user@xxxxxxxxxxx
> >     <mailto:tycho-user@xxxxxxxxxxx>>
> >     > Subject: Re: [tycho-user] Error when trying to use my own p2
> >     >         repository
> >     > Message-ID: <559BD8BB.5070108@xxxxxxxx
> >     <mailto:559BD8BB.5070108@xxxxxxxx>>
> >     > Content-Type: text/plain; charset="windows-1252"; Format="flowed"
> >     >
> >     > HI,
> >     >
> >     > i asked the same things one week ago.
> >     >
> >     > https://dev.eclipse.org/mhonarc/lists/tycho-user/msg06580.html
> >     >
> >     > You can use a p2 mirror or find a way to add the equinox.executable
> >     > feature maybe in .target File with this feature.
> >     >
> >     > hope this will help you,
> >     > Julien
> >     >
> >     > Le 07/07/2015 15:22, Sofiane Lasri a ?crit :
> >     > > PS :
> >     > >
> >     > > That error is when i try to generate my product. If I disable
> "The
> >     > > product includes native launcher artifacts",  the generation
> >     works but
> >     > > i haven't my executable.
> >     > >
> >     > > thanks
> >     > >
> >     > > 2015-07-07 14:46 GMT+02:00 Sofiane Lasri
> >     <machikoo92500@xxxxxxxxx <mailto:machikoo92500@xxxxxxxxx>
> >     > > <mailto:machikoo92500@xxxxxxxxx
> >     <mailto:machikoo92500@xxxxxxxxx>>>:
> >     > >
> >     > >     Hello, i have a problem when i'm trying to use my own p2
> >     repository.
> >     > >
> >     > >     *That's my logs :*
> >     > >
> >     > >
> >     >
> >
>  ##################################################################################
> >     > >     [INFO] Scanning for projects...
> >     > >     [INFO] Computing target platform for MavenProject:
> >     > >  Barracuda:com.sagem.jenkins.sdkPlatformTest1:1.0.0 @
> >     > >  /app/sdk_philippe/com.sagem.jenkins.sdkPlatformTest1/pom.xml
> >     > >     [INFO] Fetching p2.index from
> >     > > http://download.eclipse.org/releases/indigo/ (0B of 96B at 0B/s)
> >     > >     [INFO] Adding repository
> >     http://download.eclipse.org/releases/indigo
> >     > >     [INFO] Fetching p2.index from
> >     > > http://download.eclipse.org/technology/epp/packages/indigo/ (0B
> of
> >     > >     98B at 0B/s)
> >     > >     [INFO] Fetching p2.index from
> >     > > http://download.eclipse.org/releases/indigo/201202240900/ (0B of
> >     > >     93B at 0B/s)
> >     > >     [INFO] Fetching p2.index from
> >     > > http://download.eclipse.org/releases/indigo/201109230900/ (0B of
> >     > >     93B at 0B/s)
> >     > >     [INFO] Fetching p2.index from
> >     > > http://download.eclipse.org/releases/indigo/201106220900/ (0B of
> >     > >     93B at 0B/s)
> >     > >     [INFO] Resolving dependencies of MavenProject:
> >     > >  Barracuda:com.sagem.jenkins.sdkPlatformTest1:1.0.0 @
> >     > >  /app/sdk_philippe/com.sagem.jenkins.sdkPlatformTest1/pom.xml
> >     > >     [WARNING] The following locally built units have been used to
> >     > >     resolve project dependencies:
> >     > >     [WARNING] com.sagem.jenkins.sdkPlatformTest1/1.0.0
> >     > >     [INFO] Resolving class path of MavenProject:
> >     > >  Barracuda:com.sagem.jenkins.sdkPlatformTest1:1.0.0 @
> >     > >  /app/sdk_philippe/com.sagem.jenkins.sdkPlatformTest1/pom.xml
> >     > >     [INFO] Computing target platform for MavenProject:
> >     > >  Barracuda:com.sagem.jenkins.sdkPlatformTest1.repository:1.0.0 @
> >     > >
> >     >
> >
>  /app/sdk_philippe/com.sagem.jenkins.sdkPlatformTest1.repository/pom.xml
> >     > >     [INFO] Adding repository
> >     file:/app/Documents/feature_equinox_test5
> >     > >     [INFO] Resolving dependencies of MavenProject:
> >     > >  Barracuda:com.sagem.jenkins.sdkPlatformTest1.repository:1.0.0 @
> >     > >
> >     >
> >
>  /app/sdk_philippe/com.sagem.jenkins.sdkPlatformTest1.repository/pom.xml
> >     > >     [INFO] Cannot complete the request. Generating details.
> >     > >     [INFO] Cannot complete the request. Generating details.
> >     > >     [INFO] {osgi.ws <http://osgi.ws> <http://osgi.ws>=gtk,
> >     osgi.os=linux,
> >     > >     osgi.arch=x86_64, org.eclipse.update.install.features=true}
> >     > >     [ERROR] Cannot resolve project dependencies:
> >     > >     [ERROR]   Software being installed: View 1.0.0
> >     > >     [ERROR]   Missing requirement: View 1.0.0 requires
> >     > >     'org.eclipse.equinox.executable.feature.group 0.0.0' but
> >     it could
> >     > >     not be found
> >     > >     [ERROR]
> >     > >     [ERROR] Internal error: java.lang.RuntimeException: No
> >     solution
> >     > >     found because the problem is unsatisfiable.: [Unable to
> >     satisfy
> >     > >     dependency from View 1.0.0 to
> >     > >     org.eclipse.equinox.executable.feature.group 0.0.0.; No
> >     solution
> >     > >     found because the problem is unsatisfiable.] -> [Help 1]
> >     > >     org.apache.maven.InternalErrorException: Internal error:
> >     > >     java.lang.RuntimeException: No solution found because the
> >     problem
> >     > >     is unsatisfiable.: [Unable to satisfy dependency from View
> >     1.0.0
> >     > >     to org.eclipse.equinox.executable.feature.group 0.0.0.; No
> >     > >     solution found because the problem is unsatisfiable.]
> >     > >     at
> >     org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
> >     > >     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
> >     > >     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
> >     > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
> >     > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >     > >     at
> >     > >
> >     >
> >
>  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >     > >     at
> >     > >
> >     >
> >
>  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >     > >     at java.lang.reflect.Method.invoke(Method.java:597)
> >     > >     at
> >     > >
> >     >
> >
>  org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> >     > >     at
> >     > >
> >     >
> >
>  org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> >     > >     at
> >     > >
> >     >
> >
>  org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> >     > >     at
> >     > >
> >     >
> >
>  org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> >     > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:46)
> >     > >     Caused by: java.lang.RuntimeException: No solution found
> >     because
> >     > >     the problem is unsatisfiable.: [Unable to satisfy
> >     dependency from
> >     > >     View 1.0.0 to org.eclipse.equinox.executable.feature.group
> >     0.0.0.;
> >     > >     No solution found because the problem is unsatisfiable.]
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:98)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:88)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:63)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:157)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:107)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolveDependencies(P2TargetPlatformResolver.java:348)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:321)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:109)
> >     > >     at
> >     > >
> >     >
> >
>  org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
> >     > >     at
> >     org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:271)
> >     > >     at
> >     org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
> >     > >     ... 12 more
> >     > >     [ERROR]
> >     > >     [ERROR] To see the full stack trace of the errors, re-run
> >     Maven
> >     > >     with the -e switch.
> >     > >     [ERROR] Re-run Maven using the -X switch to enable full debug
> >     > logging.
> >     > >     [ERROR]
> >     > >     [ERROR] For more information about the errors and possible
> >     > >     solutions, please read the following articles:
> >     > >     [ERROR] [Help 1]
> >     > >
> >     >
> >
> http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
> >     > >
> >     >
> >
>  ################################################################################
> >     > >
> >     > >     *That's my pom parent : *
> >     > >
> >     > >  ####################################################
> >     > >
> >     > >     <project xmlns="http://maven.apache.org/POM/4.0.0"
> >     > >       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> >     > >       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> >     > > http://maven.apache.org/xsd/maven-4.0.0.xsd">
> >     > >
> >     > >  <modelVersion>4.0.0</modelVersion>
> >     > >       <groupId>Barracuda</groupId>
> >     > >       <artifactId>parent</artifactId>
> >     > >  <version>1.0.0-SNAPSHOT</version>
> >     > >       <packaging>pom</packaging>
> >     > >     <modules>
> >     > >
> >     > >     <module>../view_project</module>
> >     > >  <module>../view_repository2</module>
> >     > >     <!--
> >     > >
> >      <module>../com.sagem.jenkins.sdkPlatformTest1.repository</module>
> -->
> >     > >     <!-- <module>../org.eclipse.equinox.executable</module> -->
> >     > >
> >     > >       </modules>
> >     > >       <properties>
> >     > >  <tycho.version>0.20.0</tycho.version>
> >     > >       </properties>
> >     > >
> >     > >      <repositories>
> >     > >         <repository>
> >     > >  <id>indigo</id>file:///app/Documents/feature_equinox_test5
> >     > >  <url>file:///app/Documents/feature_equinox_test5</url>
> >     > >     <!--http://download.eclipse.org/releases/indigo -->
> >     > >           <layout>p2</layout>
> >     > >         </repository>
> >     > >       </repositories>
> >     > >       <build>
> >     > >         <plugins>
> >     > >           <plugin>
> >     > >  <groupId>org.eclipse.tycho</groupId>
> >     > >  <artifactId>tycho-maven-plugin</artifactId>
> >     > >             <version>0.20.0</version>
> >     > >  <extensions>true</extensions>
> >     > >           <configuration>
> >     > >      <useUIHarness>true</useUIHarness>
> >     > >     <useUIThread>false</useUIThread>
> >     > >             <argLine>-Xms40m -Xmx1024m</argLine>
> >     > >           </configuration>
> >     > >           </plugin>
> >     > >           <plugin>
> >     > >  <groupId>org.eclipse.tycho</groupId>
> >     > >  <artifactId>target-platform-configuration</artifactId>
> >     > >             <version>0.20.0</version>
> >     > >             <configuration>
> >     > >               <environments>
> >     > >     <environment>
> >     > >     <os>linux</os>
> >     > >     <ws>gtk</ws>
> >     > >     <arch>x86_64</arch>
> >     > >     </environment>
> >     > >               </environments>
> >     > >             </configuration>
> >     > >           </plugin>
> >     > >         </plugins>
> >     > >       </build>
> >     > >     </project>
> >     > >
> >     > >     ##############################################
> >     > >
> >     > >
> >     > >
> >     > >     Can you help me about that, it's been more than 2weeks i'm
> >     on it
> >     > >
> >     > >     Cordially,
> >     > >
> >     > >     Sofiane
> >     > >
> >     > >
> >     > >
> >     > >
> >     > > _______________________________________________
> >     > > tycho-user mailing list
> >     > > tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
> >     > > To change your delivery options, retrieve your password, or
> >     unsubscribe
> >     > from this list, visit
> >     > > https://dev.eclipse.org/mailman/listinfo/tycho-user
> >     >
> >     > --
> >     > Julien SIEGA - Artal technologies
> >     > Technical Lead Citrus Ecosystem
> >     > 227 Rue Pierre Gilles de Gennes
> >     > Ensemble "La Rue" - Bat 9 31670 Lab?ge
> >     > Tel : (+33) 5 61 00 39 42
> <tel:%28%2B33%29%205%2061%2000%2039%2042>
> >     >
> >     > -------------- next part --------------
> >     > An HTML attachment was scrubbed...
> >     > URL: <
> >     >
> >
> https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150707/2044e94f/attachment.html
> >     > >
> >     >
> >     > ------------------------------
> >     >
> >     > _______________________________________________
> >     > tycho-user mailing list
> >     > tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
> >     > To change your delivery options, retrieve your password, or
> >     unsubscribe
> >     > from this list, visit
> >     > https://dev.eclipse.org/mailman/listinfo/tycho-user
> >     >
> >     > End of tycho-user Digest, Vol 59, Issue 6
> >     > *****************************************
> >     >
> >     -------------- next part --------------
> >     An HTML attachment was scrubbed...
> >     URL:
> >     <
> https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150707/aaafdfb2/attachment.html
> >
> >
> >     ------------------------------
> >
> >     _______________________________________________
> >     tycho-user mailing list
> >     tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
> >     To change your delivery options, retrieve your password, or
> >     unsubscribe from this list, visit
> >     https://dev.eclipse.org/mailman/listinfo/tycho-user
> >
> >     End of tycho-user Digest, Vol 59, Issue 7
> >     *****************************************
> >
> >
> >
> >
> > _______________________________________________
> > tycho-user mailing list
> > tycho-user@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/tycho-user
>
> --
> Julien SIEGA - Artal technologies
> Technical Lead Citrus Ecosystem
> 227 Rue Pierre Gilles de Gennes
> Ensemble "La Rue" - Bat 9 31670 Lab?ge
> Tel : (+33) 5 61 00 39 42
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150708/bd2bc43d/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
> End of tycho-user Digest, Vol 59, Issue 9
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150708/b5132b22/attachment.html>

------------------------------

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

End of tycho-user Digest, Vol 59, Issue 10
******************************************

Back to the top