Skip to content

Commit 5aaeaf7

Browse files
committed
updates
1 parent 4932f28 commit 5aaeaf7

File tree

128 files changed

+7007
-214
lines changed

Some content is hidden

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

128 files changed

+7007
-214
lines changed

com.vogella.eclipsetools.build/pom.xml

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

19-
<distributionManagement>
20-
<repository>
21-
<id>ftp-repository</id>
22-
<url>ftp://www.vogella.com/httpdocs/updatesite/eclipsetools</url>
23-
</repository>
24-
</distributionManagement>
19+
2520
<repositories>
2621
<repository>
2722
<id>juno</id>
@@ -69,6 +64,53 @@
6964
</plugins>
7065

7166
</build>
67+
68+
<profiles>
69+
<!-- 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>
79+
80+
<build>
81+
<plugins>
82+
<!-- Upload the repo to the server -->
83+
<plugin>
84+
<groupId>org.codehaus.mojo</groupId>
85+
<artifactId>wagon-maven-plugin</artifactId>
86+
<version>1.0-beta-4</version>
87+
<executions>
88+
<execution>
89+
<id>upload-update-site</id>
90+
<phase>install</phase>
91+
<goals>
92+
<goal>upload</goal>
93+
</goals>
94+
<configuration>
95+
<fromDir>${repo.path}</fromDir>
96+
<includes>**</includes>
97+
<url>${ftp.url}</url>
98+
<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> -->
105+
<serverId>p2Repo</serverId>
106+
</configuration>
107+
</execution>
108+
</executions>
109+
</plugin>
110+
</plugins>
111+
</build>
112+
</profile>
113+
</profiles>
72114

73115
</project>
74116

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
body {
2+
margin: 0px;
3+
padding: 0px;
4+
}
5+
img {
6+
border:none;
7+
}
8+
table {
9+
padding:0px;
10+
width: 100%;
11+
margin-left: -2px;
12+
margin-right: -2px;
13+
}
14+
acronym {
15+
cursor: help;
16+
border-bottom: 1px dotted #feb;
17+
}
18+
table.bodyTable th, table.bodyTable td {
19+
padding: 2px 4px 2px 4px;
20+
vertical-align: top;
21+
}
22+
div.clear{
23+
clear:both;
24+
visibility: hidden;
25+
}
26+
div.clear hr{
27+
display: none;
28+
}
29+
#bannerLeft, #bannerRight {
30+
font-size: xx-large;
31+
font-weight: bold;
32+
}
33+
#bannerLeft img, #bannerRight img {
34+
margin: 0px;
35+
}
36+
.xleft, #bannerLeft img {
37+
float:left;
38+
}
39+
.xright, #bannerRight {
40+
float:right;
41+
}
42+
#banner {
43+
padding: 0px;
44+
}
45+
#banner img {
46+
border: none;
47+
}
48+
#breadcrumbs {
49+
padding: 3px 10px 3px 10px;
50+
}
51+
#leftColumn {
52+
width: 170px;
53+
float:left;
54+
overflow: auto;
55+
}
56+
#bodyColumn {
57+
margin-right: 1.5em;
58+
margin-left: 197px;
59+
}
60+
#legend {
61+
padding: 8px 0 8px 0;
62+
}
63+
#navcolumn {
64+
padding: 8px 4px 0 8px;
65+
}
66+
#navcolumn h5 {
67+
margin: 0;
68+
padding: 0;
69+
font-size: small;
70+
}
71+
#navcolumn ul {
72+
margin: 0;
73+
padding: 0;
74+
font-size: small;
75+
}
76+
#navcolumn li {
77+
list-style-type: none;
78+
background-image: none;
79+
background-repeat: no-repeat;
80+
background-position: 0 0.4em;
81+
padding-left: 16px;
82+
list-style-position: outside;
83+
line-height: 1.2em;
84+
font-size: smaller;
85+
}
86+
#navcolumn li.expanded {
87+
background-image: url(../images/expanded.gif);
88+
}
89+
#navcolumn li.collapsed {
90+
background-image: url(../images/collapsed.gif);
91+
}
92+
#poweredBy {
93+
text-align: center;
94+
}
95+
#navcolumn img {
96+
margin-top: 10px;
97+
margin-bottom: 3px;
98+
}
99+
#poweredBy img {
100+
display:block;
101+
margin: 20px 0 20px 17px;
102+
}
103+
#search img {
104+
margin: 0px;
105+
display: block;
106+
}
107+
#search #q, #search #btnG {
108+
border: 1px solid #999;
109+
margin-bottom:10px;
110+
}
111+
#search form {
112+
margin: 0px;
113+
}
114+
#lastPublished {
115+
font-size: x-small;
116+
}
117+
.navSection {
118+
margin-bottom: 2px;
119+
padding: 8px;
120+
}
121+
.navSectionHead {
122+
font-weight: bold;
123+
font-size: x-small;
124+
}
125+
.section {
126+
padding: 4px;
127+
}
128+
#footer {
129+
padding: 3px 10px 3px 10px;
130+
font-size: x-small;
131+
}
132+
#breadcrumbs {
133+
font-size: x-small;
134+
margin: 0pt;
135+
}
136+
.source {
137+
padding: 12px;
138+
margin: 1em 7px 1em 7px;
139+
}
140+
.source pre {
141+
margin: 0px;
142+
padding: 0px;
143+
}
144+
#navcolumn img.imageLink, .imageLink {
145+
padding-left: 0px;
146+
padding-bottom: 0px;
147+
padding-top: 0px;
148+
padding-right: 2px;
149+
border: 0px;
150+
margin: 0px;
151+
}
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
body {
2+
padding: 0px 0px 10px 0px;
3+
}
4+
body, td, select, input, li{
5+
font-family: Verdana, Helvetica, Arial, sans-serif;
6+
font-size: 13px;
7+
}
8+
code{
9+
font-family: Courier, monospace;
10+
font-size: 13px;
11+
}
12+
a {
13+
text-decoration: none;
14+
}
15+
a:link {
16+
color:#36a;
17+
}
18+
a:visited {
19+
color:#47a;
20+
}
21+
a:active, a:hover {
22+
color:#69c;
23+
}
24+
#legend li.externalLink {
25+
background: url(../images/external.png) left top no-repeat;
26+
padding-left: 18px;
27+
}
28+
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
29+
background: url(../images/external.png) right center no-repeat;
30+
padding-right: 18px;
31+
}
32+
#legend li.newWindow {
33+
background: url(../images/newwindow.png) left top no-repeat;
34+
padding-left: 18px;
35+
}
36+
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
37+
background: url(../images/newwindow.png) right center no-repeat;
38+
padding-right: 18px;
39+
}
40+
h2 {
41+
padding: 4px 4px 4px 6px;
42+
border: 1px solid #999;
43+
color: #900;
44+
background-color: #ddd;
45+
font-weight:900;
46+
font-size: x-large;
47+
}
48+
h3 {
49+
padding: 4px 4px 4px 6px;
50+
border: 1px solid #aaa;
51+
color: #900;
52+
background-color: #eee;
53+
font-weight: normal;
54+
font-size: large;
55+
}
56+
h4 {
57+
padding: 4px 4px 4px 6px;
58+
border: 1px solid #bbb;
59+
color: #900;
60+
background-color: #fff;
61+
font-weight: normal;
62+
font-size: large;
63+
}
64+
h5 {
65+
padding: 4px 4px 4px 6px;
66+
color: #900;
67+
font-size: normal;
68+
}
69+
p {
70+
line-height: 1.3em;
71+
font-size: small;
72+
}
73+
#breadcrumbs {
74+
border-top: 1px solid #aaa;
75+
border-bottom: 1px solid #aaa;
76+
background-color: #ccc;
77+
}
78+
#leftColumn {
79+
margin: 10px 0 0 5px;
80+
border: 1px solid #999;
81+
background-color: #eee;
82+
}
83+
#navcolumn h5 {
84+
font-size: smaller;
85+
border-bottom: 1px solid #aaaaaa;
86+
padding-top: 2px;
87+
color: #000;
88+
}
89+
90+
table.bodyTable th {
91+
color: white;
92+
background-color: #bbb;
93+
text-align: left;
94+
font-weight: bold;
95+
}
96+
97+
table.bodyTable th, table.bodyTable td {
98+
font-size: 1em;
99+
}
100+
101+
table.bodyTable tr.a {
102+
background-color: #ddd;
103+
}
104+
105+
table.bodyTable tr.b {
106+
background-color: #eee;
107+
}
108+
109+
.source {
110+
border: 1px solid #999;
111+
}
112+
dl {
113+
padding: 4px 4px 4px 6px;
114+
border: 1px solid #aaa;
115+
background-color: #ffc;
116+
}
117+
dt {
118+
color: #900;
119+
}
120+
#organizationLogo img, #projectLogo img, #projectLogo span{
121+
margin: 8px;
122+
}
123+
#banner {
124+
border-bottom: 1px solid #fff;
125+
}
126+
.errormark, .warningmark, .donemark, .infomark {
127+
background: url(../images/icon_error_sml.gif) no-repeat;
128+
}
129+
130+
.warningmark {
131+
background-image: url(../images/icon_warning_sml.gif);
132+
}
133+
134+
.donemark {
135+
background-image: url(../images/icon_success_sml.gif);
136+
}
137+
138+
.infomark {
139+
background-image: url(../images/icon_info_sml.gif);
140+
}
141+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
2+
display: none !important;
3+
}
4+
#bodyColumn, body.docs div.docs {
5+
margin: 0 !important;
6+
border: none !important
7+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* You can override this file with your own styles */

0 commit comments

Comments
 (0)