This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
catalog.xml
44 lines (43 loc) · 1.53 KB
/
catalog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<catalog>
<catalogItems>
<!--
initial https://bugs.eclipse.org/bugs/show_bug.cgi?id=353529
version 0.4.0 https://bugs.eclipse.org/bugs/show_bug.cgi?id=363574
-->
<catalogItem>
<categoryId>org.eclipse.m2e.discovery.category.lifecycles</categoryId>
<m2e-versions>1.0,1.1</m2e-versions>
<description>Android for Maven Eclipse</description>
<groupId>lifecycles</groupId>
<id>me.gladwell.eclipse.m2e.android</id>
<kind>lifecycles</kind>
<license>EPL</license>
<name>Android for Maven Eclipse</name>
<provider>Gladwell Consultants Ltd.</provider>
<p2>
<repositoryUrl>http://rgladwell.github.com/m2e-android/updates/</repositoryUrl>
<iuId>me.gladwell.eclipse.m2e.android.feature.feature.group</iuId>
<iuVersion>1.0.0</iuVersion>
<lifecycleMappingIU>
<iuId>me.gladwell.eclipse.m2e.android</iuId>
</lifecycleMappingIU>
<rootIU>
<iuId>com.android.ide.eclipse.adt.feature.group</iuId>
</rootIU>
<rootIU>
<iuId>com.android.ide.eclipse.ddms.feature.group</iuId>
</rootIU>
<rootIU>
<iuId>com.android.ide.eclipse.ddms.feature.group</iuId>
</rootIU>
<rootIU>
<iuId>com.android.ide.eclipse.traceview.feature.group</iuId>
</rootIU>
</p2>
<overview>
<summary>Android for Maven Eclipse</summary>
<url>http://rgladwell.github.com/m2e-android</url>
</overview>
</catalogItem>
</catalogItems>
</catalog>