Author: dreedy
Date: Thu Sep 10 12:27:20 2015
New Revision: 1702235

URL: http://svn.apache.org/r1702235
Log:
Fixes to poms, added tools.pom

Added:
    river/jtsk/skunk/qa-refactor-namespace/trunk/poms/tools.pom
Modified:
    river/jtsk/skunk/qa-refactor-namespace/trunk/poms/groovy-config.pom
    river/jtsk/skunk/qa-refactor-namespace/trunk/poms/install_river.groovy

Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/poms/groovy-config.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/poms/groovy-config.pom?rev=1702235&r1=1702234&r2=1702235&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/poms/groovy-config.pom 
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/poms/groovy-config.pom Thu Sep 
10 12:27:20 2015
@@ -22,7 +22,7 @@
     <artifactId>groovy-config</artifactId>
     <version>3.0</version>
     <url>http://river.apache.org</url>
-    <description>Provides sypport gor using Groovy as a configuration provider
+    <description>Provides support for using Groovy as a configuration provider
     </description>
 
        <licenses>

Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/poms/install_river.groovy
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/poms/install_river.groovy?rev=1702235&r1=1702234&r2=1702235&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/poms/install_river.groovy 
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/poms/install_river.groovy Thu 
Sep 10 12:27:20 2015
@@ -35,7 +35,8 @@ String rootDir = ".."
  "org.apache.river:outrigger-dl":"lib-dl",
  "org.apache.river:reggie":"lib",
  "org.apache.river:reggie-dl":"lib-dl",
- "org.apache.river:start":"lib"].each {artifact, subDir ->
+ "org.apache.river:start":"lib",
+ "org.apache.river:tools":"lib"].each {artifact, subDir ->
     
     String[] parts = artifact.split(":")
     String gId = parts[0]
@@ -53,4 +54,4 @@ String rootDir = ".."
     process.consumeProcessOutputStream(System.out)
     process.consumeProcessErrorStream(System.err)
     process.waitFor()
-}
\ No newline at end of file
+}

Added: river/jtsk/skunk/qa-refactor-namespace/trunk/poms/tools.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/poms/tools.pom?rev=1702235&view=auto
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/poms/tools.pom (added)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/poms/tools.pom Thu Sep 10 
12:27:20 2015
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ 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/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>tools</artifactId>
+    <version>3.0</version>
+    <url>http://river.apache.org</url>
+    <description>Provides utilities
+    </description>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+       
+       <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+       
+       <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>3.0</version>
+        </dependency>          
+
+    </dependencies>
+  
+</project>


Reply via email to