|
From: <fg...@us...> - 2009-09-05 18:24:24
|
Revision: 1396
http://openutils.svn.sourceforge.net/openutils/?rev=1396&view=rev
Author: fgiust
Date: 2009-09-05 18:24:18 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
fix dependency snippet in readme
Modified Paths:
--------------
trunk/openutils-dbmigration/src/main/bundle/README.txt
trunk/openutils-mgnlgroovy/src/main/bundle/README.txt
trunk/openutils-mgnlmedia/src/main/bundle/README.txt
trunk/openutils-mgnlmessages/src/main/bundle/README.txt
trunk/openutils-mgnlstripes/src/main/bundle/README.txt
trunk/openutils-mgnlstruts11/src/main/bundle/README.txt
trunk/openutils-mgnltasks/src/main/bundle/README.txt
trunk/openutils-testing-junit/src/main/bundle/README.txt
trunk/openutils-testing-testng/src/main/bundle/README.txt
Modified: trunk/openutils-dbmigration/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-dbmigration/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-dbmigration/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -24,8 +24,8 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: trunk/openutils-mgnlgroovy/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-mgnlgroovy/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-mgnlgroovy/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -40,8 +40,8 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: trunk/openutils-mgnlmedia/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-mgnlmedia/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-mgnlmedia/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -32,7 +32,20 @@
versions.
+=========================================
+ USING MAVEN
+=========================================
+The preferred way to add ${pom.name} to your project is using maven.
+You can declare the following dependency in your pom.xml:
+
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+
=========================================
LICENSE
=========================================
Modified: trunk/openutils-mgnlmessages/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-mgnlmessages/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-mgnlmessages/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -40,8 +40,8 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: trunk/openutils-mgnlstripes/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-mgnlstripes/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-mgnlstripes/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -40,8 +40,8 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: trunk/openutils-mgnlstruts11/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-mgnlstruts11/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-mgnlstruts11/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -40,8 +40,8 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: trunk/openutils-mgnltasks/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-mgnltasks/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-mgnltasks/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -18,6 +18,23 @@
=========================================
+ USAGE
+=========================================
+
+The preferred way to add ${pom.name} to your project is using maven.
+You can declare the following dependency in your pom.xml:
+
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
+ <version>${pom.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+Alternatively, you can add the ${pom.artifactId} to the classpath of your
+application.
+
+=========================================
LICENSE
=========================================
Modified: trunk/openutils-testing-junit/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-testing-junit/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-testing-junit/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -25,8 +25,8 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
<scope>test</scope>
</dependency>
Modified: trunk/openutils-testing-testng/src/main/bundle/README.txt
===================================================================
--- trunk/openutils-testing-testng/src/main/bundle/README.txt 2009-09-05 18:15:44 UTC (rev 1395)
+++ trunk/openutils-testing-testng/src/main/bundle/README.txt 2009-09-05 18:24:18 UTC (rev 1396)
@@ -25,14 +25,14 @@
You can declare the following dependency in your pom.xml:
<dependency>
- <groupId>${pom.artifactId}</groupId>
- <artifactId>${pom.groupId}</artifactId>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>${pom.artifactId}</artifactId>
<version>${pom.version}</version>
<scope>test</scope>
</dependency>
Alternatively, you can add the ${pom.artifactId} plus the required dependencies
-manually to the classpath of your application:
+manually to the classpath of your application.
=========================================
DEPENDENCIES LIST
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|