Author: gtrasuk
Date: Mon Dec 15 19:37:39 2014
New Revision: 1645731
URL: http://svn.apache.org/r1645731
Log:
Start package now references the correct message bundle, and can start the
browser example successfully.
Added:
river/river-examples/river-examples/trunk/src/site/resources/
Modified:
river/river-examples/river-examples/trunk/ (props changed)
river/river-examples/river-examples/trunk/pom.xml
Propchange: river/river-examples/river-examples/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Dec 15 19:37:39 2014
@@ -0,0 +1 @@
+target
Modified: river/river-examples/river-examples/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/pom.xml?rev=1645731&r1=1645730&r2=1645731&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/pom.xml (original)
+++ river/river-examples/river-examples/trunk/pom.xml Mon Dec 15 19:37:39 2014
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -16,9 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.river.examples</groupId>
@@ -71,6 +69,16 @@
<artifactId>reggie-dl</artifactId>
<version>${jsk.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.river</groupId>
+ <artifactId>outrigger-dl</artifactId>
+ <version>${jsk.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.river.tools.rt</groupId>
+ <artifactId>start</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -87,6 +95,7 @@
</configuration>
</plugin>
+ <!-- No need for these right now...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
@@ -102,6 +111,7 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
+ -->
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
@@ -109,4 +119,8 @@
</plugin>
</plugins>
</reporting>
-</project>
+ <modules>
+ <module>browser</module>
+ <module>home</module>
+ </modules>
+</project>
\ No newline at end of file