You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/03/01 20:32:24 UTC

svn commit: r917662 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: lresende
Date: Mon Mar  1 19:32:24 2010
New Revision: 917662

URL: http://svn.apache.org/viewvc?rev=917662&view=rev
Log:
TUSCANY-2594 - Minor fix on the location of the property definition...

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=917662&r1=917661&r2=917662&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Mon Mar  1 19:32:24 2010
@@ -43,11 +43,11 @@
 
     <prerequisites>
         <maven>2.0.6</maven>
-        <tools.jar>${java.home}/../lib/tools.jar</tools.jar>
     </prerequisites>
 
     <properties>
         <notice.dir>.</notice.dir>
+        <tools.jar>${java.home}/../lib/tools.jar</tools.jar>        
     </properties>
 
     <issueManagement>