Author: alessio.soldano(a)jboss.com
Date: 2012-02-24 12:54:11 -0500 (Fri, 24 Feb 2012)
New Revision: 15740
Modified:
stack/native/trunk/build.xml
Log:
Fixing typo in previous jboss700 support removal
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2012-02-24 17:45:48 UTC (rev 15739)
+++ stack/native/trunk/build.xml 2012-02-24 17:54:11 UTC (rev 15740)
@@ -82,10 +82,10 @@
<condition>
<and>
<not>
- <isset property="jboss702.home"/>
+ <isset property="jboss701.home"/>
</not>
<not>
- <isset property="jboss700.home"/>
+ <isset property="jboss702.home"/>
</not>
<not>
<isset property="jboss710.home"/>
Show replies by date