You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by gt...@apache.org on 2013/08/08 06:45:40 UTC

svn commit: r1511583 - /river/jtsk/branches/2.2/poms/deploy_river.groovy

Author: gtrasuk
Date: Thu Aug  8 04:45:39 2013
New Revision: 1511583

URL: http://svn.apache.org/r1511583
Log:
Fix deploy_river.groovy to correctly refer to jsk-policy in lib-ext rather than lib.


Modified:
    river/jtsk/branches/2.2/poms/deploy_river.groovy

Modified: river/jtsk/branches/2.2/poms/deploy_river.groovy
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/deploy_river.groovy?rev=1511583&r1=1511582&r2=1511583&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/deploy_river.groovy (original)
+++ river/jtsk/branches/2.2/poms/deploy_river.groovy Thu Aug  8 04:45:39 2013
@@ -25,7 +25,7 @@ String passphrase="Insert passphrase her
  "net.jini:jsk-lib":"lib",
  "net.jini:jsk-dl":"lib-dl",
  "net.jini:jsk-resources":"lib",
- "net.jini:jsk-policy":"lib",
+ "net.jini:jsk-policy":"lib-ext",
  "net.jini.lookup:serviceui":"lib",
  "org.apache.river:fiddler":"lib",
  "org.apache.river:fiddler-dl":"lib-dl",