[jboss-svn-commits] JBL Code SVN: r37357 - labs/jbosstm/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 4 07:05:26 EDT 2011


Author: tomjenkinson
Date: 2011-08-04 07:05:26 -0400 (Thu, 04 Aug 2011)
New Revision: 37357

Modified:
   labs/jbosstm/trunk/build-release-pkgs.xml
Log:
put the filemgmt folder in a project restricted place

Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml	2011-08-04 09:29:03 UTC (rev 37356)
+++ labs/jbosstm/trunk/build-release-pkgs.xml	2011-08-04 11:05:26 UTC (rev 37357)
@@ -81,8 +81,8 @@
     <!-- The file name base for the user downloadable files. Derive it from the tag -->
     <property name="version" value="5.0.0.M1-SNAPSHOT"/>
     <!-- the location the JBossTS web site content is copied to -->
-    <property name="downloads.dir" value="${user.home}/filemgmt.jboss.org/downloads_htdocs/jbosstm/"/>
-    <property name="docs.dir" value="${user.home}/filemgmt.jboss.org/docs_htdocs/jbosstm/"/>
+    <property name="downloads.dir" value="${user.home}/transactions/filemgmt.jboss.org/downloads_htdocs/jbosstm/"/>
+    <property name="docs.dir" value="${user.home}/transactions/filemgmt.jboss.org/docs_htdocs/jbosstm/"/>
 
     <!-- you probably don't need to change anything below here -->
 



More information about the jboss-svn-commits mailing list