You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2015/07/08 00:06:59 UTC

svn commit: r1689757 - in /jspwiki/trunk/jspwiki-portable: build.xml pom.xml

Author: juanpablo
Date: Tue Jul  7 22:06:59 2015
New Revision: 1689757

URL: http://svn.apache.org/r1689757
Log:
default Ant target called woas:info

Modified:
    jspwiki/trunk/jspwiki-portable/build.xml
    jspwiki/trunk/jspwiki-portable/pom.xml

Modified: jspwiki/trunk/jspwiki-portable/build.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/build.xml?rev=1689757&r1=1689756&r2=1689757&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/build.xml (original)
+++ jspwiki/trunk/jspwiki-portable/build.xml Tue Jul  7 22:06:59 2015
@@ -47,7 +47,7 @@
   <!-- General Targets                                                -->
   <!-- ############################################################## -->
   
-  <target name="info" description="builds the project">
+  <target name="woas:info" description="builds the project">
     <echo>jspwiki.woas.version = ${jspwiki.woas.version}</echo>
     <echo>jspwiki.woas.assembly.dir = ${jspwiki.woas.assembly.dir}</echo>
     <echo>jspwiki.woas.unpack.dir = ${jspwiki.woas.unpack.dir}</echo>

Modified: jspwiki/trunk/jspwiki-portable/pom.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/pom.xml?rev=1689757&r1=1689756&r2=1689757&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/pom.xml (original)
+++ jspwiki/trunk/jspwiki-portable/pom.xml Tue Jul  7 22:06:59 2015
@@ -59,7 +59,7 @@
             <configuration>
               <target>
                 <property name="jspwiki.woas.version" value="${project.version}"/>
-                <ant antfile="${basedir}/build.xml" target="info"/>
+                <ant antfile="${basedir}/build.xml" target="woas:info"/>
                 <ant antfile="${basedir}/build.xml" target="woas:copy-woas"/>
               </target>
             </configuration>
@@ -86,7 +86,7 @@
             <configuration>
               <target>
                 <property name="jspwiki.woas.version" value="${project.version}"/>
-                <ant antfile="${basedir}/build.xml" target="info"/>
+                <ant antfile="${basedir}/build.xml" target="woas:info"/>
                 <ant antfile="${basedir}/build.xml" target="woas:copy-tomcat-7-launchers"/>
               </target>
             </configuration>