Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] localrepo/repository.xml file

Hmm, could be OBR, I guess. Will ask felix devs to see if they know
anything about it.

--
Regards,
Igor

On 12-09-03 7:04 AM, Oberlies, Tobias wrote:
Are you sure this is done by Tycho? It doesn't seem to be touched by recent versions (i.e. the ones I have been using on my PC). My repository.xml starts with a pretty old timestamp:

<repository lastmodified='20111108023012.865'>
   <resource id='org.apache.maven.doxia.ide.dependencies/1.0.0.SNAPSHOT' symbolicname='org.apache.maven.doxia.ide.dependencies' presentationname='Doxia Tools :: Eclipse IDE - Dependencies as Bundle' uri='org/apache/maven/doxia/ide/dependencies/1.0.0-SNAPSHOT/dependencies-1.0.0-SNAPSHOT.jar' version='1.0.0.SNAPSHOT'>
     <description>Make an OSGi bundle of the required non-OSGi components</description>
     <size>20728567</size>
     <documentation>http://www.apache.org/</documentation>
     <license>http://www.apache.org/licenses/LICENSE-2.0.txt</license>
     <capability name='bundle'>
       <p n='symbolicname' v='org.apache.maven.doxia.ide.dependencies'/>
       <p n='presentationname' v='Doxia Tools :: Eclipse IDE - Dependencies as Bundle'/>
       <p n='version' t='version' v='1.0.0.SNAPSHOT'/>
       <p n='manifestversion' v='2'/>
     </capability>
     <capability name='package'>
       <p n='package' v='org.apache.maven.doxia.markup'/>
       <p n='version' t='version' v='0.0.0'/>
     </capability>

Regards
Tobias

-----Original Message-----
From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx]
On Behalf Of Igor Fedorenko
Sent: Montag, 3. September 2012 12:59
To: Tycho developers list
Subject: [tycho-dev] localrepo/repository.xml file

Looks like Tycho creates repository.xml file in the root of maven
local repository. Does anyone know what code does that? We need to move
the file to .meta/tycho folder to avoid conflicts with other tools
that use local repo.

--
Regards,
Igor
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev



Back to the top