[jboss-svn-commits] JBL Code SVN: r37421 - in labs/jbosstm/trunk: qa and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Aug 16 16:34:41 EDT 2011
Author: tomjenkinson
Date: 2011-08-16 16:34:40 -0400 (Tue, 16 Aug 2011)
New Revision: 37421
Modified:
labs/jbosstm/trunk/build-release-pkgs.xml
labs/jbosstm/trunk/qa/build.xml
Log:
updated to reflect the projects name change and to remove idl-compiler output
Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml 2011-08-16 16:04:34 UTC (rev 37420)
+++ labs/jbosstm/trunk/build-release-pkgs.xml 2011-08-16 20:34:40 UTC (rev 37421)
@@ -77,8 +77,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}/transactions/filemgmt.jboss.org/downloads_htdocs/jbosstm/"/>
- <property name="docs.dir" value="${user.home}/transactions/filemgmt.jboss.org/docs_htdocs/jbosstm/"/>
+ <property name="downloads.dir" value="${user.home}/narayana/filemgmt.jboss.org/downloads_htdocs/jbosstm/"/>
+ <property name="docs.dir" value="${user.home}/narayana/filemgmt.jboss.org/docs_htdocs/jbosstm/"/>
<!-- you probably don't need to change anything below here -->
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
Modified: labs/jbosstm/trunk/qa/build.xml
===================================================================
--- labs/jbosstm/trunk/qa/build.xml 2011-08-16 16:04:34 UTC (rev 37420)
+++ labs/jbosstm/trunk/qa/build.xml 2011-08-16 20:34:40 UTC (rev 37421)
@@ -86,6 +86,8 @@
<delete dir="${org.jboss.jbossts.qa.dist.buildroot}"/>
<delete dir="${org.jboss.jbossts.qa.ts.home}"/>
<delete file="transaction.log"/>
+ <delete file="idl-compiler.out"/>
+ <delete file="idl-compiler.err"/>
<delete>
<fileset dir="." includes="TEST-*.txt"/>
</delete>
More information about the jboss-svn-commits
mailing list