svn commit: r731990 - in /jakarta/taglibs/proper/string/trunk: pom.xml xdocs/index.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Tue Jan 6 08:25:55 2009
New Revision: 731990
URL: http://svn.apache.org/viewvc?rev=731990&view=rev
Log:
Adjusting the front page
Modified:
jakarta/taglibs/proper/string/trunk/pom.xml
jakarta/taglibs/proper/string/trunk/xdocs/index.xml
Modified: jakarta/taglibs/proper/string/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/pom.xml?rev=731990&r1=731989&r2=731990&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/string/trunk/pom.xml Tue Jan 6 08:25:55 2009
@@ -82,4 +82,97 @@
</dependency>
</dependencies>
+ <!--
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.cactus</groupId>
+ <artifactId>cactus.integration.maven2</artifactId>
+ <version>1.8.1-SNAPSHOT</version>
+ <configuration>
+ <srcFile>ready.war</srcFile>
+ <destFile>cactifiedByMaven2.war</destFile>
+ </configuration>
+ <executions>
+ <execution>
+ <id>cactus-cactifywar</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>cactifywar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-maven2-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>start-container</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>start</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>stop-container</id>
+ <phase>post-integration-test</phase>
+ <goals>
+ <goal>stop</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <wait>false</wait>
+ <timeout>20000</timeout>
+ <container>
+ <containerId>tomcat5x</containerId>
+ <zipUrlInstaller>
+ <url>http://apache.osuosl.org/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.zip</url>
+ <installDir>${basedir}/install</installDir>
+ </zipUrlInstaller>
+ </container>
+ <configuration>
+ <deployables>
+ <deployable>
+ <location>cactifiedByMaven2.war</location>
+ <pingURL>http://localhost:8080/test/</pingURL>
+ <properties>
+ <context>/test</context>
+ </properties>
+ </deployable>
+ </deployables>
+ </configuration>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ <systemProperties>
+ <property>
+ <name>cactus.contextURL</name>
+ <value>http://localhost:8080/test/</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ -->
+
</project>
Modified: jakarta/taglibs/proper/string/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/xdocs/index.xml?rev=731990&r1=731989&r2=731990&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/xdocs/index.xml (original)
+++ jakarta/taglibs/proper/string/trunk/xdocs/index.xml Tue Jan 6 08:25:55 2009
@@ -26,8 +26,8 @@
<section name="String Tag Library">
<p>This custom tag library is used to manipulate Strings.
- It is currently built on top of the
- <a href="http://commons.apache.org/lang/index.html">Lang 2.4</a> component from
+ The 1.1.0 release is built on top of the
+ <a href="http://commons.apache.org/lang/index.html">Lang 2.3</a> component from
<a href="http://commons.apache.org/">Apache Commons</a>.
</p>
@@ -35,8 +35,8 @@
<section name="Latest Documentation">
<ul>
- <li><a href="tlddoc/index.html">TLD Doc</a></li>
<li><a href="tagreference.html">Tag Reference</a></li>
+ <li><a href="tlddoc/index.html">TLD Doc</a></li>
<li><a href="apidocs/index.html">JavaDoc</a></li>
</ul>
</section>