It already looks like:

        <target name="unexplode" description="Undeploy the exploded archive">
  |             <delete failonerror="no">
  |                     <fileset dir="${ear.deploy.dir}">
  |                             <exclude name="**/*.jar"/>
  |                     </fileset>
  |             </delete>
  |             <delete file="${deploy.dir}/${project.name}-${profile}-ds.xml" 
failonerror="no"/>
  |             <delete dir="${ear.deploy.dir}" failonerror="no"/>
  |     </target>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015251#4015251

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015251
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to