You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/11/20 22:12:03 UTC

incubator-reef git commit: [REEF-982] Replace deprecated Ant tag into

Repository: incubator-reef
Updated Branches:
  refs/heads/master 3c35b7eef -> b7e523660


[REEF-982] Replace deprecated Ant tag <tasks> into <target>

JIRA:
  [REEF-982](https://issues.apache.org/jira/browse/REEF-982)

Pull Request:
  This closes #664


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/b7e52366
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/b7e52366
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/b7e52366

Branch: refs/heads/master
Commit: b7e523660406b1fc00e0304c2734e0900caf5a48
Parents: 3c35b7e
Author: Dongjoon Hyun <do...@apache.org>
Authored: Fri Nov 20 20:18:37 2015 +0900
Committer: Markus Weimer <we...@apache.org>
Committed: Fri Nov 20 13:10:56 2015 -0800

----------------------------------------------------------------------
 lang/java/reef-common/pom.xml    | 4 ++--
 lang/java/reef-io/pom.xml        | 4 ++--
 lang/java/reef-tang/tang/pom.xml | 4 ++--
 lang/java/reef-wake/wake/pom.xml | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/b7e52366/lang/java/reef-common/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml
index fa9edec..f380bac 100644
--- a/lang/java/reef-common/pom.xml
+++ b/lang/java/reef-common/pom.xml
@@ -51,7 +51,7 @@ under the License.
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <exec executable="protoc" outputproperty="protoc.version">
                                     <arg value="--version"/>
                                 </exec>
@@ -71,7 +71,7 @@ under the License.
                                     <arg value="src/main/proto/client_runtime.proto"/>
                                     <arg value="src/main/proto/reef_protocol.proto"/>
                                 </exec>
-                            </tasks>
+                            </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>
                         </configuration>
                         <goals>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/b7e52366/lang/java/reef-io/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml
index 83c992a..70ef602 100644
--- a/lang/java/reef-io/pom.xml
+++ b/lang/java/reef-io/pom.xml
@@ -38,7 +38,7 @@ under the License.
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <mkdir dir="target/generated-sources/proto"/>
                                 <exec executable="protoc">
                                     <arg value="--proto_path=src/main/proto/"/>
@@ -50,7 +50,7 @@ under the License.
                                     <arg value="--java_out=target/generated-sources/proto"/>
                                     <arg value="src/main/proto/group_comm_protocol.proto"/>
                                 </exec>
-                            </tasks>
+                            </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>
                         </configuration>
                         <goals>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/b7e52366/lang/java/reef-tang/tang/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml
index 24d2e49..1335ad0 100644
--- a/lang/java/reef-tang/tang/pom.xml
+++ b/lang/java/reef-tang/tang/pom.xml
@@ -37,7 +37,7 @@ under the License.
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <mkdir dir="target/generated-sources/proto"/>
                                 <exec executable="protoc">
                                     <arg value="--proto_path=src/main/proto/"/>
@@ -45,7 +45,7 @@ under the License.
                                     <arg value="src/main/proto/injection_plan.proto"/>
                                     <arg value="src/main/proto/class_hierarchy.proto"/>
                                 </exec>
-                            </tasks>
+                            </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>
                         </configuration>
                         <goals>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/b7e52366/lang/java/reef-wake/wake/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml
index b708046..9832766 100644
--- a/lang/java/reef-wake/wake/pom.xml
+++ b/lang/java/reef-wake/wake/pom.xml
@@ -54,7 +54,7 @@ under the License.
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <mkdir dir="target/generated-sources/proto"/>
                                 <exec executable="protoc">
                                     <arg value="--proto_path=src/main/proto/"/>
@@ -66,7 +66,7 @@ under the License.
                                     <arg value="--java_out=target/generated-sources/proto"/>
                                     <arg value="src/test/proto/TestProtocol.proto"/>
                                 </exec>
-                            </tasks>
+                            </target>
                             <sourceRoot>target/generated-sources/proto</sourceRoot>
                         </configuration>
                         <goals>