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/11/26 08:25:02 UTC

svn commit: r1413500 - in /incubator/easyant/tasks/trunk: command-line-debugger/ command-line-debugger/src/main/java/ command-line-debugger/src/main/java/org/ command-line-debugger/src/main/org/ command-line-debugger/src/main/resources/ command-line-de...

Author: jlboudart
Date: Mon Nov 26 08:25:00 2012
New Revision: 1413500

URL: http://svn.apache.org/viewvc?rev=1413500&view=rev
Log:
Format module.ivy files  in tasks
Introduces parent

Added:
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/java/
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/java/org/
      - copied from r1413490, incubator/easyant/tasks/trunk/command-line-debugger/src/main/org/
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/resources/
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/resources/org/
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/resources/org/apache/
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/resources/org/apache/ant/
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/resources/org/apache/ant/debugger/
Removed:
    incubator/easyant/tasks/trunk/command-line-debugger/src/main/org/
Modified:
    incubator/easyant/tasks/trunk/command-line-debugger/module.ivy
    incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy
    incubator/easyant/tasks/trunk/partial-jnlp-ant-task/module.ivy

Modified: incubator/easyant/tasks/trunk/command-line-debugger/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/tasks/trunk/command-line-debugger/module.ivy?rev=1413500&r1=1413499&r2=1413500&view=diff
==============================================================================
--- incubator/easyant/tasks/trunk/command-line-debugger/module.ivy (original)
+++ incubator/easyant/tasks/trunk/command-line-debugger/module.ivy Mon Nov 26 08:25:00 2012
@@ -15,22 +15,23 @@
    limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
-    <info organisation="org.apache.easyant.tasks" module="cl-debugger"
-            status="integration" revision="0.1">
-        <ea:build module="build-std-java" revision="0.2">
-            <ea:property name="project.ivy.instance" value="easyant.ivy.instance"/>
-            <ea:property name="src.main.java" value="src/main"/>
-            <ea:property name="src.main.resources" value="src/main"/>
-            <ea:property name="resources.std.includes.pattern" value="**/*.properties"/>
-        </ea:build>
+    <info organisation="org.apache.easyant.tasks" module="cl-debugger" status="integration" revision="0.1">
+        <extends organisation="org.apache.easyant.tasks" module="parent-task" revision="0.1"/>
+        <ea:build module="build-std-java" revision="0.9" />
+        <ea:property name="src.main.java" value="src/main" />
+        <ea:property name="src.main.resources" value="src/main" />
+        <ea:property name="resources.std.includes.pattern" value="**/*.properties" />
+    </ea:build>
     </info>
     <configurations>
-        <conf name="default" visibility="public" description="runtime dependencies artifact can be used with this conf"/>
-        <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
-        <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
+        <conf name="default" visibility="public" description="runtime dependencies artifact can be used with this conf" />
+        <conf name="test" visibility="private"
+            description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." />
+        <conf name="provided" visibility="public"
+            description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive." />
     </configurations>
     <dependencies>
-        <dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
-        <dependency org="org.apache.ant" name="ant" rev="1.8.2" conf="provided->default"/>
+        <dependency org="junit" name="junit" rev="4.4" conf="test->default" />
+        <dependency org="org.apache.ant" name="ant" rev="1.8.2" conf="provided->default" />
     </dependencies>
 </ivy-module>

Modified: incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy?rev=1413500&r1=1413499&r2=1413500&view=diff
==============================================================================
--- incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy (original)
+++ incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy Mon Nov 26 08:25:00 2012
@@ -15,28 +15,24 @@
    limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
-    <info organisation="org.apache.easyant.tasks" module="mavenivy-adapters"
-            status="integration" revision="0.1">
-        <ea:build module="build-std-java" revision="0.2">
-            <ea:property name="project.ivy.instance" value="easyant.ivy.instance"/>
-            <ea:property name="release.resolver" value="easyant-shared-modules"/>
-            <ea:property name="shared.resolver" value="easyant-shared-modules"/>
-            <ea:property name="local.resolver" value="easyant-shared-modules"/>
-        </ea:build>
+    <info organisation="org.apache.easyant.tasks" module="mavenivy-adapters" status="integration" revision="0.1">
+        <extends organisation="org.apache.easyant.tasks" module="parent-task" revision="0.1"/>
+        <ea:build module="build-std-java" revision="0.9" />
     </info>
     <configurations>
-        <conf name="default" visibility="public" description="runtime dependencies artifact can be used with this conf"/>
-        <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
-        <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
-
+        <conf name="default" visibility="public" description="runtime dependencies artifact can be used with this conf" />
+        <conf name="test" visibility="private"
+            description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." />
+        <conf name="provided" visibility="public"
+            description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive." />
     </configurations>
     <dependencies>
         <dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.1.0" conf="default->default">
-            <exclude org="ant" module="ant"/>
+            <exclude org="ant" module="ant" />
         </dependency>
-        <dependency org="org.apache.ivy" name="ivy" rev="2.1.0" conf="provided->default"/>
-        <dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
-        <dependency org="org.apache.ant" name="ant" rev="1.8.1" conf="provided->default"/>
-            <dependency org="org.apache.ant" name="ant-testutil" rev="1.8.1" conf="test->default" transitive="false" />
+        <dependency org="org.apache.ivy" name="ivy" rev="2.1.0" conf="provided->default" />
+        <dependency org="junit" name="junit" rev="4.4" conf="test->default" />
+        <dependency org="org.apache.ant" name="ant" rev="1.8.4" conf="provided->default" />
+        <dependency org="org.apache.ant" name="ant-testutil" rev="1.8.4" conf="test->default" transitive="false" />
     </dependencies>
-</ivy-module>
+</ivy-module>
\ No newline at end of file

Modified: incubator/easyant/tasks/trunk/partial-jnlp-ant-task/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/tasks/trunk/partial-jnlp-ant-task/module.ivy?rev=1413500&r1=1413499&r2=1413500&view=diff
==============================================================================
--- incubator/easyant/tasks/trunk/partial-jnlp-ant-task/module.ivy (original)
+++ incubator/easyant/tasks/trunk/partial-jnlp-ant-task/module.ivy Mon Nov 26 08:25:00 2012
@@ -14,23 +14,22 @@
    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.tasks" module="partial-jnlp-task" 
-            status="integration" revision="0.1">
+<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
+    <info organisation="org.apache.easyant.tasks" module="partial-jnlp-task" status="integration" revision="0.1">
+        <extends organisation="org.apache.easyant.tasks" module="parent-task" revision="0.1" />
         <description>
             This task is used to modify existing jnlp file.
         </description>
-        <ea:build module="build-std-java" revision="0.2"/>
-        <ea:property name="project.ivy.instance" value="easyant.ivy.instance"/>
-        <ea:property name="shared.resolver" value="easyant-modules"/>
-        <ea:property name="release.resolver" value="easyant-modules"/>
+        <ea:build module="build-std-java" revision="0.9" />
     </info>
     <configurations>
-        <conf name="default" visibility="public" description="runtime dependencies artifact can be used with this conf"/>
-        <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
-        <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
+        <conf name="default" visibility="public" description="runtime dependencies artifact can be used with this conf" />
+        <conf name="test" visibility="private"
+            description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." />
+        <conf name="provided" visibility="public"
+            description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive." />
     </configurations>
     <dependencies>
-        <dependency org="org.apache.ant" name="ant" rev="1.7.1" conf="provided->default"/>
+        <dependency org="org.apache.ant" name="ant" rev="1.7.1" conf="provided->default" />
     </dependencies>
-</ivy-module>
+</ivy-module>
\ No newline at end of file