Skip to content

Commit 9661fb0

Browse files
committed
updates
1 parent bbd970d commit 9661fb0

34 files changed

+193
-197
lines changed

External Plug-in Libraries/.searchable

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

com.vogella.eclipsetools.build/pom.xml

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<tycho-version>0.15.0</tycho-version>
1717
</properties>
1818

19-
19+
2020
<repositories>
2121
<repository>
2222
<id>juno</id>
@@ -63,19 +63,21 @@
6363
</plugin>
6464
</plugins>
6565

66+
67+
6668
</build>
67-
68-
<profiles>
69+
70+
<profiles>
6971
<!-- This profile is used to upload the repo -->
70-
<profile>
71-
<id>uploadRepo</id>
72-
<properties>
73-
<!-- Properties relative to the distant host where to upload the repo -->
74-
<ftp.url>ftp://www.vogella.com</ftp.url>
75-
<ftp.toDir>/httpdoc/updatesite/eclipsetools</ftp.toDir>
76-
<!-- Relative path to the repo being uploaded -->
77-
<repo.path>${project.build.directory}../com.vogella.eclipsetools.updatesite/target/repository/</repo.path>
78-
</properties>
72+
<profile>
73+
<id>uploadRepo</id>
74+
<properties>
75+
<!-- Properties relative to the distant host where to upload the repo -->
76+
<ftp.url>ftp://www.vogella.com</ftp.url>
77+
<ftp.toDir>/httpdocs/updatesite/eclipsetools</ftp.toDir>
78+
<!-- Relative path to the repo being uploaded -->
79+
<repo.path>${project.build.directory}/repository/</repo.path>
80+
</properties>
7981

8082
<build>
8183
<plugins>
@@ -86,31 +88,25 @@
8688
<version>1.0-beta-4</version>
8789
<executions>
8890
<execution>
89-
<id>upload-update-site</id>
91+
<id>upload-repo</id>
9092
<phase>install</phase>
9193
<goals>
9294
<goal>upload</goal>
9395
</goals>
9496
<configuration>
9597
<fromDir>${repo.path}</fromDir>
9698
<includes>**</includes>
97-
<url>${ftp.url}</url>
9899
<toDir>${ftp.toDir}</toDir>
99-
<!-- Points to your settings.xml where the connection settings are stored as shown below -->
100-
<!-- <server> -->
101-
<!-- <id>p2Repoo</id> -->
102-
<!-- <username>username</username> -->
103-
<!-- <password>password</password> -->
104-
<!-- </server> -->
100+
<url>${ftp.url}</url>
105101
<serverId>p2Repo</serverId>
106102
</configuration>
107103
</execution>
108104
</executions>
109105
</plugin>
110106
</plugins>
111107
</build>
112-
</profile>
113-
</profiles>
108+
</profile>
109+
</profiles>
114110

115111
</project>
116112

Binary file not shown.

com.vogella.eclipsetools.feature/target/feature.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.vogella.eclipsetools.feature"
44
label="Feature"
5-
version="1.0.0.201207031305"
5+
version="1.0.0.201207131422"
66
provider-name="VOGELLA">
77

88
<description url="http://www.example.com/description">
@@ -21,14 +21,14 @@
2121
id="de.vogella.plugin.filterpackageexplorer"
2222
download-size="14"
2323
install-size="22"
24-
version="1.0.0.201207031305"
24+
version="1.0.0.201207131422"
2525
unpack="false"/>
2626

2727
<plugin
2828
id="de.vogella.plugin.openshell"
2929
download-size="4"
3030
install-size="4"
31-
version="1.0.0.201207031305"
31+
version="1.0.0.201207131422"
3232
unpack="false"/>
3333

3434
</feature>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Tue Jul 03 15:05:36 CEST 2012
1+
#Fri Jul 13 16:22:30 CEST 2012
22
artifact.attached.p2metadata=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/p2content.xml
33
artifact.main=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/com.vogella.eclipsetools.feature-1.0.0-SNAPSHOT.jar
44
artifact.attached.p2artifacts=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/p2artifacts.xml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Tue Jul 03 15:05:35 CEST 2012
2+
#Fri Jul 13 16:22:30 CEST 2012
33
version=1.0.0-SNAPSHOT
44
groupId=com.vogella
55
artifactId=com.vogella.eclipsetools.feature

com.vogella.eclipsetools.feature/target/p2artifacts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<?artifactRepository version='1.1.0'?>
33
<artifacts size='1'>
4-
<artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207031305'>
4+
<artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207131422'>
55
<properties size='6'>
6-
<property name='artifact.size' value='1989'/>
7-
<property name='download.size' value='1989'/>
6+
<property name='artifact.size' value='1988'/>
7+
<property name='download.size' value='1988'/>
88
<property name='maven-groupId' value='com.vogella'/>
99
<property name='maven-artifactId' value='com.vogella.eclipsetools.feature'/>
1010
<property name='maven-version' value='1.0.0-SNAPSHOT'/>

com.vogella.eclipsetools.feature/target/p2content.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<units size='2'>
3-
<unit id='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207031305' singleton='false'>
4-
<update id='com.vogella.eclipsetools.feature.feature.group' range='[0.0.0,1.0.0.201207031305)' severity='0'/>
3+
<unit id='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207131422' singleton='false'>
4+
<update id='com.vogella.eclipsetools.feature.feature.group' range='[0.0.0,1.0.0.201207131422)' severity='0'/>
55
<properties size='8'>
66
<property name='org.eclipse.equinox.p2.name' value='Feature'/>
77
<property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/>
@@ -13,12 +13,12 @@
1313
<property name='maven-version' value='1.0.0-SNAPSHOT'/>
1414
</properties>
1515
<provides size='1'>
16-
<provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207031305'/>
16+
<provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207131422'/>
1717
</provides>
1818
<requires size='3'>
19-
<required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.filterpackageexplorer' range='[1.0.0.201207031305,1.0.0.201207031305]'/>
20-
<required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.openshell' range='[1.0.0.201207031305,1.0.0.201207031305]'/>
21-
<required namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' range='[1.0.0.201207031305,1.0.0.201207031305]'>
19+
<required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.filterpackageexplorer' range='[1.0.0.201207131422,1.0.0.201207131422]'/>
20+
<required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.openshell' range='[1.0.0.201207131422,1.0.0.201207131422]'/>
21+
<required namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' range='[1.0.0.201207131422,1.0.0.201207131422]'>
2222
<filter>
2323
(org.eclipse.update.install.features=true)
2424
</filter>
@@ -34,7 +34,7 @@
3434
[Enter Copyright Description here.]
3535
</copyright>
3636
</unit>
37-
<unit id='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207031305'>
37+
<unit id='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207131422'>
3838
<properties size='7'>
3939
<property name='org.eclipse.equinox.p2.name' value='Feature'/>
4040
<property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/>
@@ -45,15 +45,15 @@
4545
<property name='maven-version' value='1.0.0-SNAPSHOT'/>
4646
</properties>
4747
<provides size='3'>
48-
<provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207031305'/>
48+
<provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207131422'/>
4949
<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.201207031305'/>
50+
<provided namespace='org.eclipse.update.feature' name='com.vogella.eclipsetools.feature' version='1.0.0.201207131422'/>
5151
</provides>
5252
<filter>
5353
(org.eclipse.update.install.features=true)
5454
</filter>
5555
<artifacts size='1'>
56-
<artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207031305'/>
56+
<artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207131422'/>
5757
</artifacts>
5858
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
5959
<touchpointData size='1'>
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)