Skip to content

Commit 2defbcb

Browse files
committed
I21->SpringSource
1 parent 6c920dd commit 2defbcb

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
The names "Spring" and "Spring Framework" must not be used to
1919
endorse or promote products derived from this software without
2020
prior written permission. For written permission, please contact
21-
rod.johnson@interface21.com or juergen.hoeller@interface21.com.
21+
rod.johnson@springsource.com or juergen.hoeller@springsource.com.

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,12 @@
7575
</snapshotRepository>
7676
<site>
7777
<id>static.springframework.org</id>
78-
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/site</url>
78+
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/sites/1.5</url>
7979
</site>
8080
</distributionManagement>
8181
<scm>
82-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
83-
</connection>
84-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
85-
</developerConnection>
82+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
83+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
8684
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
8785
</scm>
8886
<modules>
6.72 KB
Loading

src/docbkx/resources/xsl/html_chunk.xsl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@
7070
<!--###################################################
7171
Headers and Footers
7272
################################################### -->
73-
<!-- let's have a Spring and I21 banner across the top of each page -->
73+
<!-- let's have a Spring and SpringSource banner across the top of each page -->
7474
<xsl:template name="user.header.navigation">
7575
<div style="background-color:white;border:none;height:73px;border:1px solid black;">
7676
<a style="border:none;" href="http://static.springframework.org/spring-ws/site/"
7777
title="The Spring Framework - Spring Web Services">
7878
<img style="border:none;" src="images/xdev-spring_logo.jpg"/>
7979
</a>
8080
<a style="border:none;" href="http://www.springsource.com/" title="SpringSource">
81-
<img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/i21-banner-rhs.jpg"/>
81+
<img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/s2_box_logo.png"/>
8282
</a>
8383
</div>
8484
</xsl:template>
8585
<!-- no other header navigation (prev, next, etc.) -->
8686
<xsl:template name="header.navigation"/>
8787
<xsl:param name="navig.showtitles">1</xsl:param>
88-
<!-- let's have a 'Sponsored by Interface21' strapline (or somesuch) across the bottom of each page -->
88+
<!-- let's have a 'Sponsored by SpringSource' strapline (or somesuch) across the bottom of each page -->
8989
<xsl:template name="footer.navigation">
9090
<xsl:param name="prev" select="/foo"/>
9191
<xsl:param name="next" select="/foo"/>
@@ -187,8 +187,8 @@
187187
</td>
188188
<td width="20%" align="center">
189189
<span style="color:white;font-size:90%;">
190-
<a href="http://www.interface21.com/"
191-
title="Interface21 - Spring from the Source">Sponsored by Interface21
190+
<a href="http://www.springsource.com/"
191+
title="SpringSource">Sponsored by SpringSource
192192
</a>
193193
</span>
194194
</td>

src/site/apt/downloads/releases.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Downloads
1313

1414
* <<Spring-WS 1.5-M1 is the upcoming development release>>
1515

16-
* {{{snapshots.html}Download nighly snapshots}}
16+
* {{{snapshots.html}Download nightly snapshots}}

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<skin>
44
<groupId>org.springframework.maven.skins</groupId>
55
<artifactId>maven-spring-skin</artifactId>
6-
<version>1.0.3</version>
6+
<version>1.0.4</version>
77
</skin>
88
<publishDate position="left" format="d MMM yyyy"/>
99
<bannerLeft>
@@ -20,7 +20,7 @@
2020
<script type="text/javascript" language="javascript">
2121
i=11692
2222
</script>
23-
<script type="text/javascript" language="javascript" src="http://t4.trackalyzer.com/trackalyze.js"></script>
23+
<script type="text/javascript" language="javascript" src="http://t4.trackalyzer.com/trackalyze.js"/>
2424
</head>
2525
<menu name="Overview">
2626
<item name="Home" href="index.html"/>

0 commit comments

Comments
 (0)