Author: niallp
Date: Wed Sep 15 12:25:52 2010
New Revision: 997308

URL: http://svn.apache.org/viewvc?rev=997308&view=rev
Log:
Fix default target

Modified:
    commons/proper/chain/trunk/build.xml

Modified: commons/proper/chain/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/build.xml?rev=997308&r1=997307&r2=997308&view=diff
==============================================================================
--- commons/proper/chain/trunk/build.xml (original)
+++ commons/proper/chain/trunk/build.xml Wed Sep 15 12:25:52 2010
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project name="Chain" default="dist" basedir=".">
+<project name="Chain" default="jar" basedir=".">
 <!--
   "Chain" component of the Apache Commons Subproject
   $Id$


Reply via email to