Skip to content

Commit 63cc314

Browse files
committed
updates
1 parent a5691c7 commit 63cc314

34 files changed

+4926
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#
2-
#Thu Jun 28 16:45:16 CEST 2012
2+
#Fri Jun 29 16:59:52 CEST 2012
33
searchablePlugins=
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.vogella.eclipsetools.build</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?pde version="3.8"?>
3+
4+
<target name="juno" sequenceNumber="0">
5+
<locations>
6+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
7+
<unit id="org.eclipse.rcp.sdk.id" version="4.2.0.I20120608-1400"/>
8+
<repository location="http://download.eclipse.org/releases/juno"/>
9+
</location>
10+
</locations>
11+
</target>
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project>
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.vogella</groupId>
5+
<artifactId>parent</artifactId>
6+
<version>1.0.0-SNAPSHOT</version>
7+
<packaging>pom</packaging>
8+
<modules>
9+
<module>../de.vogella.plugin.filterpackageexplorer</module>
10+
<module>../de.vogella.plugin.filterpackageexplorer.feature</module>
11+
<module>../com.vogella.eclipsetools.updatesite</module>
12+
</modules>
13+
14+
<properties>
15+
<tycho-version>0.15.0</tycho-version>
16+
</properties>
17+
18+
<distributionManagement>
19+
<repository>
20+
<id>ftp-repository</id>
21+
<url>ftp://www.vogella.com/httpdocs/updatesite/eclipsetools</url>
22+
</repository>
23+
</distributionManagement>
24+
<repositories>
25+
<repository>
26+
<id>juno</id>
27+
<layout>p2</layout>
28+
<url>http://download.eclipse.org/releases/juno</url>
29+
</repository>
30+
</repositories>
31+
32+
<build>
33+
<extensions>
34+
<!-- Enabling the use of FTP -->
35+
<extension>
36+
<groupId>org.apache.maven.wagon</groupId>
37+
<artifactId>wagon-ftp</artifactId>
38+
<version>1.0-beta-6</version>
39+
</extension>
40+
</extensions>
41+
<plugins>
42+
<plugin>
43+
<groupId>org.eclipse.tycho</groupId>
44+
<artifactId>tycho-maven-plugin</artifactId>
45+
<version>${tycho-version}</version>
46+
<extensions>true</extensions>
47+
</plugin>
48+
49+
<plugin>
50+
<groupId>org.eclipse.tycho</groupId>
51+
<artifactId>tycho-p2-director-plugin</artifactId>
52+
<version>${tycho-version}</version>
53+
<executions>
54+
<execution>
55+
<id>materialize-products</id>
56+
<goals>
57+
<goal>materialize-products</goal>
58+
</goals>
59+
</execution>
60+
<execution>
61+
<id>archive-products</id>
62+
<goals>
63+
<goal>archive-products</goal>
64+
</goals>
65+
</execution>
66+
</executions>
67+
</plugin>
68+
</plugins>
69+
70+
</build>
71+
72+
</project>
73+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.vogella.eclipsetools.updatesite</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
4+
<category name="vogellaeclipsetools"/>
5+
</feature>
6+
<category-def name="vogellaeclipsetools" label="Eclipse tools by vogella"/>
7+
</site>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project>
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<relativePath>../com.vogella.eclispetools.updatesite/pom.xml</relativePath>
7+
<groupId>com.vogella</groupId>
8+
<artifactId>parent</artifactId>
9+
<version>1.0.0-SNAPSHOT</version>
10+
</parent>
11+
12+
<artifactId>com.vogella.eclipsetools.updatesite</artifactId>
13+
<packaging>eclipse-repository</packaging>
14+
15+
<name>vogella Eclipsetools update site</name>
16+
</project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
4+
<category name="vogellaeclipsetools"/>
5+
</feature>
6+
<category-def name="vogellaeclipsetools" label="Eclipse tools by vogella"/>
7+
</site>
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Fri Jun 29 16:46:42 CEST 2012
2+
artifact.attached.p2artifacts=/home/vogella/workspace/vogella/com.vogella.eclipsetools.updatesite/target/p2artifacts.xml

0 commit comments

Comments
 (0)