Skip to content

Commit 7691817

Browse files
committed
updates
1 parent ab1aae2 commit 7691817

File tree

155 files changed

+4258
-7411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+4258
-7411
lines changed

External Plug-in Libraries/.searchable

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

com.vogella.eclipsetools.build/pom.xml

Lines changed: 4 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<packaging>pom</packaging>
88
<modules>
99
<module>../de.vogella.plugin.filterpackageexplorer</module>
10-
<module>../de.vogella.plugin.openshell</module>
10+
<module>../com.vogella.jdt.templates.swt</module>
11+
<module>../com.vogella.jdt.templates.feature</module>
1112
<module>../com.vogella.eclipsetools.feature</module>
1213
<module>../com.vogella.eclipsetools.updatesite</module>
1314
</modules>
@@ -26,14 +27,7 @@
2627
</repositories>
2728

2829
<build>
29-
<extensions>
30-
<!-- Enabling the use of FTP -->
31-
<extension>
32-
<groupId>org.apache.maven.wagon</groupId>
33-
<artifactId>wagon-ftp</artifactId>
34-
<version>1.0-beta-6</version>
35-
</extension>
36-
</extensions>
30+
3731
<plugins>
3832
<plugin>
3933
<groupId>org.eclipse.tycho</groupId>
@@ -67,46 +61,7 @@
6761

6862
</build>
6963

70-
<profiles>
71-
<!-- This profile is used to upload the repo -->
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>
81-
82-
<build>
83-
<plugins>
84-
<!-- Upload the repo to the server -->
85-
<plugin>
86-
<groupId>org.codehaus.mojo</groupId>
87-
<artifactId>wagon-maven-plugin</artifactId>
88-
<version>1.0-beta-4</version>
89-
<executions>
90-
<execution>
91-
<id>upload-repo</id>
92-
<phase>install</phase>
93-
<goals>
94-
<goal>upload</goal>
95-
</goals>
96-
<configuration>
97-
<fromDir>${repo.path}</fromDir>
98-
<includes>**</includes>
99-
<toDir>${ftp.toDir}</toDir>
100-
<url>${ftp.url}</url>
101-
<serverId>p2Repo</serverId>
102-
</configuration>
103-
</execution>
104-
</executions>
105-
</plugin>
106-
</plugins>
107-
</build>
108-
</profile>
109-
</profiles>
64+
11065

11166
</project>
11267

com.vogella.eclipsetools.build/target/site/css/maven-base.css

Lines changed: 0 additions & 151 deletions
This file was deleted.

com.vogella.eclipsetools.build/target/site/css/maven-theme.css

Lines changed: 0 additions & 141 deletions
This file was deleted.

com.vogella.eclipsetools.build/target/site/css/print.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.vogella.eclipsetools.build/target/site/css/site.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)