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/03/28 02:31:59 UTC

incubator-reef git commit: [REEF-231] rat checking doesn't work for cs projects

Repository: incubator-reef
Updated Branches:
  refs/heads/master 748794599 -> 35f07f4e4


[REEF-231]  rat checking doesn't work for cs projects

This PR put pom file at lang/cs folder back so that it can inherit rat
exclusion settings for rat checking. Profile content are removed as they
are not needed any more

JIRA:
  [REEF-231] https://issues.apache.org/jira/browse/REEF-231

Pull Request:
  This closes #126


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

Branch: refs/heads/master
Commit: 35f07f4e40851e821f870c4995184aea59167680
Parents: 7487945
Author: Julia Wang <jw...@yahoo.com>
Authored: Fri Mar 27 17:47:58 2015 -0700
Committer: Markus Weimer <we...@apache.org>
Committed: Fri Mar 27 18:29:11 2015 -0700

----------------------------------------------------------------------
 lang/cs/pom.xml | 32 ++++++++++++++++++++++++++++++++
 pom.xml         |  1 +
 2 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/35f07f4e/lang/cs/pom.xml
----------------------------------------------------------------------
diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml
new file mode 100644
index 0000000..0748836
--- /dev/null
+++ b/lang/cs/pom.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>reef-dotnet</artifactId>
+    <name>REEF Dot Net</name>
+    <description>Reef Dot Net</description>
+    <parent>
+        <groupId>org.apache.reef</groupId>
+        <artifactId>reef-project</artifactId>
+        <version>0.11.0-incubating-SNAPSHOT</version>
+        <relativePath>../..</relativePath>
+    </parent>
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/35f07f4e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 99d008c..f913080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -623,6 +623,7 @@ under the License.
     </dependencyManagement>
 
     <modules>
+        <module>lang/cs</module>
         <module>lang/java/reef-annotations</module>
      	<module>lang/java/reef-bridge-java</module>
         <module>lang/java/reef-checkpoint</module>