You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/10/23 07:59:12 UTC

svn commit: r1401186 - in /incubator/easyant/skeletons/trunk: std-ant-plugin/ std-ant-plugin/src/main/resources/ std-ant-plugin/src/main/resources/src/main/resources/ std-ant-plugin/src/main/resources/src/test/antunit/ std-java-application/ std-java-ap...

Author: jlboudart
Date: Tue Oct 23 07:59:11 2012
New Revision: 1401186

URL: http://svn.apache.org/viewvc?rev=1401186&view=rev
Log:
Format skeletons

Modified:
    incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl
    incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl
    incubator/easyant/skeletons/trunk/std-java-application/module.ivy
    incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy
    incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-skeleton/module.ivy
    incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl
    incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/module.ivy Tue Oct 23 07:59:11 2012
@@ -14,10 +14,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
-    <info organisation="org.apache.easyant.skeletons" module="std-ant-plugin" 
-            status="integration" revision="0.9">
+<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
+    <info organisation="org.apache.easyant.skeletons" module="std-ant-plugin" status="integration" revision="0.9">
         <description>Skeleton for creating ant based plugin for easyant</description>
-        <ea:build  module="build-std-skeleton" revision="0.1"/>
+        <ea:build module="build-std-skeleton" revision="0.1" />
     </info>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/module.ivy.tpl Tue Oct 23 07:59:11 2012
@@ -45,4 +45,4 @@
             <dependency org="junit" name="junit" rev="4.4" conf="test->default" />
         -->
     </dependencies>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/skeleton.postinstall.ant.tpl Tue Oct 23 07:59:11 2012
@@ -25,4 +25,4 @@
             tofile="${basedir}/src/test/antunit/@project.module@-test.xml"/>
     </target>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/main/resources/temp-plugin.ant.tpl Tue Oct 23 07:59:11 2012
@@ -29,4 +29,4 @@
         <echo level="debug">This is the init target of @project.module@</echo>
     </target>
     
-</project>
+</project>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-ant-plugin/src/main/resources/src/test/antunit/temp-plugin-test.xml.tpl Tue Oct 23 07:59:11 2012
@@ -53,4 +53,4 @@
         </target>
     -->
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-java-application/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-application/module.ivy?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-application/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-java-application/module.ivy Tue Oct 23 07:59:11 2012
@@ -14,10 +14,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
-    <info organisation="org.apache.easyant.skeletons" module="std-java-application" 
-            status="integration" revision="0.9">
+<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
+    <info organisation="org.apache.easyant.skeletons" module="std-java-application" status="integration" revision="0.9">
         <description>Skeleton for creating standard java application</description>
-        <ea:build  module="build-std-skeleton" revision="0.1"/>
+        <ea:build module="build-std-skeleton" revision="0.1" />
     </info>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-java-application/src/main/resources/module.ivy.tpl Tue Oct 23 07:59:11 2012
@@ -41,4 +41,4 @@
             <dependency org="junit" name="junit" rev="4.4" conf="test->default" />
         -->
     </dependencies>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-java-webapplication/module.ivy Tue Oct 23 07:59:11 2012
@@ -14,10 +14,10 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
-    <info organisation="org.apache.easyant.skeletons" module="std-java-webapplication" 
-            status="integration" revision="0.9">
+<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
+    <info organisation="org.apache.easyant.skeletons" module="std-java-webapplication" status="integration"
+        revision="0.9">
         <description>Skeleton for creating standard java web application</description>
-        <ea:build  module="build-std-skeleton" revision="0.1"/>
+        <ea:build module="build-std-skeleton" revision="0.1" />
     </info>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-java-webapplication/src/main/resources/module.ivy.tpl Tue Oct 23 07:59:11 2012
@@ -41,4 +41,4 @@
             <dependency org="junit" name="junit" rev="4.4" conf="test->default" />
         -->
     </dependencies>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-skeleton/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/module.ivy?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/module.ivy (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/module.ivy Tue Oct 23 07:59:11 2012
@@ -14,10 +14,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
-    <info organisation="org.apache.easyant.skeletons" module="std-skeleton" 
-            status="integration" revision="0.9">
+<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
+    <info organisation="org.apache.easyant.skeletons" module="std-skeleton" status="integration" revision="0.9">
         <description>Emtpy skeleton structure</description>
-        <ea:build  module="build-std-skeleton" revision="0.1"/>
+        <ea:build module="build-std-skeleton" revision="0.1" />
     </info>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/module.ivy.tpl Tue Oct 23 07:59:11 2012
@@ -22,4 +22,4 @@
         -->
         <ea:build module="build-std-skeleton" revision="0.9"/>
     </info>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl
URL: http://svn.apache.org/viewvc/incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl?rev=1401186&r1=1401185&r2=1401186&view=diff
==============================================================================
--- incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl (original)
+++ incubator/easyant/skeletons/trunk/std-skeleton/src/main/resources/skeleton.postinstall.ant.tpl Tue Oct 23 07:59:11 2012
@@ -25,4 +25,4 @@
             tofile="${basedir}/src/test/antunit/@project.module@-test.xml"/>
     </target>
 
-</project>
+</project>
\ No newline at end of file