Skip to content

Commit 4932f28

Browse files
committed
updates
1 parent 383a51e commit 4932f28

33 files changed

+344
-170
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#
2-
#Mon Jul 02 17:04:12 CEST 2012
2+
#Mon Jul 02 17:06:24 CEST 2012
33
searchablePlugins=

com.vogella.eclipsetools.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>de.vogella.eclipsetools.feature</artifactId>
12+
<artifactId>com.vogella.eclipsetools.feature</artifactId>
1313
<packaging>eclipse-feature</packaging>
1414

1515
<name>Eclipse tools feature</name>
Binary file not shown.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="com.vogella.eclipsetools.feature"
4+
label="Feature"
5+
version="1.0.0.201207021505"
6+
provider-name="VOGELLA">
7+
8+
<description url="http://www.example.com/description">
9+
[Enter Feature Description here.]
10+
</description>
11+
12+
<copyright url="http://www.example.com/copyright">
13+
[Enter Copyright Description here.]
14+
</copyright>
15+
16+
<license url="http://www.example.com/license">
17+
[Enter License Description here.]
18+
</license>
19+
20+
<plugin
21+
id="de.vogella.plugin.filterpackageexplorer"
22+
download-size="14"
23+
install-size="22"
24+
version="1.0.0.201207021505"
25+
unpack="false"/>
26+
27+
<plugin
28+
id="de.vogella.plugin.openshell"
29+
download-size="4"
30+
install-size="4"
31+
version="1.0.0.201207021505"
32+
unpack="false"/>
33+
34+
</feature>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Mon Jul 02 17:05:57 CEST 2012
2+
artifact.attached.p2metadata=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/p2content.xml
3+
artifact.main=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/com.vogella.eclipsetools.feature-1.0.0-SNAPSHOT.jar
4+
artifact.attached.p2artifacts=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/p2artifacts.xml
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Generated by Maven
2+
#Mon Jul 02 17:05:57 CEST 2012
3+
version=1.0.0-SNAPSHOT
4+
groupId=com.vogella
5+
artifactId=com.vogella.eclipsetools.feature
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?artifactRepository version='1.1.0'?>
3+
<artifacts size='1'>
4+
<artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207021505'>
5+
<properties size='6'>
6+
<property name='artifact.size' value='1989'/>
7+
<property name='download.size' value='1989'/>
8+
<property name='maven-groupId' value='com.vogella'/>
9+
<property name='maven-artifactId' value='com.vogella.eclipsetools.feature'/>
10+
<property name='maven-version' value='1.0.0-SNAPSHOT'/>
11+
<property name='download.contentType' value='application/zip'/>
12+
</properties>
13+
</artifact>
14+
</artifacts>
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<units size='2'>
3+
<unit id='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207021505' singleton='false'>
4+
<update id='com.vogella.eclipsetools.feature.feature.group' range='[0.0.0,1.0.0.201207021505)' severity='0'/>
5+
<properties size='8'>
6+
<property name='org.eclipse.equinox.p2.name' value='Feature'/>
7+
<property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/>
8+
<property name='org.eclipse.equinox.p2.description.url' value='http://www.example.com/description'/>
9+
<property name='org.eclipse.equinox.p2.provider' value='VOGELLA'/>
10+
<property name='org.eclipse.equinox.p2.type.group' value='true'/>
11+
<property name='maven-groupId' value='com.vogella'/>
12+
<property name='maven-artifactId' value='com.vogella.eclipsetools.feature'/>
13+
<property name='maven-version' value='1.0.0-SNAPSHOT'/>
14+
</properties>
15+
<provides size='1'>
16+
<provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207021505'/>
17+
</provides>
18+
<requires size='3'>
19+
<required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.filterpackageexplorer' range='[1.0.0.201207021505,1.0.0.201207021505]'/>
20+
<required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.openshell' range='[1.0.0.201207021505,1.0.0.201207021505]'/>
21+
<required namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' range='[1.0.0.201207021505,1.0.0.201207021505]'>
22+
<filter>
23+
(org.eclipse.update.install.features=true)
24+
</filter>
25+
</required>
26+
</requires>
27+
<touchpoint id='null' version='0.0.0'/>
28+
<licenses size='1'>
29+
<license uri='http://www.example.com/license' url='http://www.example.com/license'>
30+
[Enter License Description here.]
31+
</license>
32+
</licenses>
33+
<copyright uri='http://www.example.com/copyright' url='http://www.example.com/copyright'>
34+
[Enter Copyright Description here.]
35+
</copyright>
36+
</unit>
37+
<unit id='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207021505'>
38+
<properties size='7'>
39+
<property name='org.eclipse.equinox.p2.name' value='Feature'/>
40+
<property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/>
41+
<property name='org.eclipse.equinox.p2.description.url' value='http://www.example.com/description'/>
42+
<property name='org.eclipse.equinox.p2.provider' value='VOGELLA'/>
43+
<property name='maven-groupId' value='com.vogella'/>
44+
<property name='maven-artifactId' value='com.vogella.eclipsetools.feature'/>
45+
<property name='maven-version' value='1.0.0-SNAPSHOT'/>
46+
</properties>
47+
<provides size='3'>
48+
<provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207021505'/>
49+
<provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
50+
<provided namespace='org.eclipse.update.feature' name='com.vogella.eclipsetools.feature' version='1.0.0.201207021505'/>
51+
</provides>
52+
<filter>
53+
(org.eclipse.update.install.features=true)
54+
</filter>
55+
<artifacts size='1'>
56+
<artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207021505'/>
57+
</artifacts>
58+
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
59+
<touchpointData size='1'>
60+
<instructions size='1'>
61+
<instruction key='zipped'>
62+
true
63+
</instruction>
64+
</instructions>
65+
</touchpointData>
66+
<licenses size='1'>
67+
<license uri='http://www.example.com/license' url='http://www.example.com/license'>
68+
[Enter License Description here.]
69+
</license>
70+
</licenses>
71+
<copyright uri='http://www.example.com/copyright' url='http://www.example.com/copyright'>
72+
[Enter Copyright Description here.]
73+
</copyright>
74+
</unit>
75+
</units>

com.vogella.eclipsetools.updatesite/target/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/de.vogella.plugin.filterpackageexplorer.feature_1.0.0.qualifier.jar" id="de.vogella.plugin.filterpackageexplorer.feature" version="1.0.0.qualifier">
3+
<feature url="features/com.vogella.eclipsetools.feature_1.0.0.qualifier.jar" id="com.vogella.eclipsetools.feature" version="1.0.0.qualifier">
44
<category name="vogellaeclipsetools"/>
55
</feature>
66
<category-def name="vogellaeclipsetools" label="Eclipse tools by vogella"/>
Binary file not shown.

0 commit comments

Comments
 (0)