You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/06/17 10:43:24 UTC

svn commit: r785508 - in /excalibur/trunk: cornerstone/README.TXT deprecated/event/README.txt deprecated/i18n/README.txt

Author: rdonkin
Date: Wed Jun 17 08:43:23 2009
New Revision: 785508

URL: http://svn.apache.org/viewvc?rev=785508&view=rev
Log:
EXLBR-37 Now using maven 2 so update examples https://issues.apache.org/jira/browse/EXLBR-37

Modified:
    excalibur/trunk/cornerstone/README.TXT
    excalibur/trunk/deprecated/event/README.txt
    excalibur/trunk/deprecated/i18n/README.txt

Modified: excalibur/trunk/cornerstone/README.TXT
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/README.TXT?rev=785508&r1=785507&r2=785508&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/README.TXT (original)
+++ excalibur/trunk/cornerstone/README.TXT Wed Jun 17 08:43:23 2009
@@ -19,6 +19,5 @@
 The default target will build, jar and install the complete component 
 suite into your local repository.
 
-  $ cd planet/cornerstone
-  $ ant
+  $ mvn clean install
 

Modified: excalibur/trunk/deprecated/event/README.txt
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/README.txt?rev=785508&r1=785507&r2=785508&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/README.txt (original)
+++ excalibur/trunk/deprecated/event/README.txt Wed Jun 17 08:43:23 2009
@@ -28,8 +28,8 @@
 To build the project:
 
 $ cd event/api
-$ maven jar:install
+$ mvn clean install
 
 $ cd ../impl
-$ maven jar:install
+$ mvn clean install
 

Modified: excalibur/trunk/deprecated/i18n/README.txt
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/i18n/README.txt?rev=785508&r1=785507&r2=785508&view=diff
==============================================================================
--- excalibur/trunk/deprecated/i18n/README.txt (original)
+++ excalibur/trunk/deprecated/i18n/README.txt Wed Jun 17 08:43:23 2009
@@ -25,5 +25,5 @@
 To build the project:
 
 $ cd i18n
-$ maven jar:install
+$ mvn clean install
 



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org