You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2009/09/27 09:41:21 UTC

svn commit: r819268 - in /incubator/river/jtsk/trunk/src/poms: jini-ext/ jsk-dl/ jsk-lib/ jsk-platform/ jsk-policy/ jsk-resources/ services/fiddler/ services/mahalo/ services/norm/ services/outrigger-snaplogstore/ services/outrigger/ services/phoenix-g...

Author: peter_firmstone
Date: Sun Sep 27 07:41:21 2009
New Revision: 819268

URL: http://svn.apache.org/viewvc?rev=819268&view=rev
Log:
River-317 Patch from Jeff Ramsdale for Maven repository support

Added:
    incubator/river/jtsk/trunk/src/poms/jini-ext/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/jsk-dl/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/jsk-lib/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/jsk-platform/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/jsk-policy/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/jsk-resources/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/fiddler/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/mahalo/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/norm/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/outrigger-snaplogstore/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/outrigger/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/phoenix-group/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/phoenix/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/services/reggie/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/serviceui/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/start/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/sun-util/pom.xml   (with props)
    incubator/river/jtsk/trunk/src/poms/tools/pom.xml   (with props)

Added: incubator/river/jtsk/trunk/src/poms/jini-ext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/jini-ext/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/jini-ext/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/jini-ext/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>jini-ext</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jini-core</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/jini-ext/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/jsk-dl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/jsk-dl/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/jsk-dl/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/jsk-dl/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>jsk-dl</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/jsk-dl/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/jsk-lib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/jsk-lib/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/jsk-lib/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/jsk-lib/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>jsk-lib</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/jsk-lib/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/jsk-platform/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/jsk-platform/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/jsk-platform/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/jsk-platform/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>jsk-platform</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-resources</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/jsk-platform/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/jsk-policy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/jsk-policy/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/jsk-policy/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/jsk-policy/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>jsk-policy</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/jsk-policy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/jsk-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/jsk-resources/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/jsk-resources/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/jsk-resources/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>jsk-resources</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/jsk-resources/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/fiddler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/fiddler/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/fiddler/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/fiddler/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>fiddler</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/fiddler/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/mahalo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/mahalo/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/mahalo/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/mahalo/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>mahalo</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/mahalo/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/norm/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/norm/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/norm/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/norm/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>norm</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/norm/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/outrigger-snaplogstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/outrigger-snaplogstore/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/outrigger-snaplogstore/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/outrigger-snaplogstore/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>outrigger-snaplogstore</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/outrigger-snaplogstore/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/outrigger/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/outrigger/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/outrigger/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/outrigger/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,24 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>outrigger</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>outrigger-snapslogstore</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/outrigger/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/phoenix-group/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/phoenix-group/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/phoenix-group/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/phoenix-group/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>phoenix-group</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/phoenix-group/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/phoenix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/phoenix/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/phoenix/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/phoenix/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,24 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>phoenix</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-platform</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/phoenix/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/services/reggie/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/services/reggie/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/services/reggie/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/services/reggie/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>reggie</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>services</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/services/reggie/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/serviceui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/serviceui/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/serviceui/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/serviceui/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>serviceui</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/serviceui/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/start/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/start/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/start/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/start/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,19 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>start</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-platform</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/start/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/sun-util/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/sun-util/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/sun-util/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/sun-util/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,12 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>sun-util</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/sun-util/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/river/jtsk/trunk/src/poms/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/poms/tools/pom.xml?rev=819268&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/poms/tools/pom.xml (added)
+++ incubator/river/jtsk/trunk/src/poms/tools/pom.xml Sun Sep 27 07:41:21 2009
@@ -0,0 +1,24 @@
+<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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.river</groupId>
+	<artifactId>tools</artifactId>
+	<version>2.2-SNAPSHOT</version>
+	<parent>
+		<groupId>org.apache.river</groupId>
+		<artifactId>parent</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-platform</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.river</groupId>
+			<artifactId>jsk-lib</artifactId>
+			<version>2.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Propchange: incubator/river/jtsk/trunk/src/poms/tools/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native