You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2015/07/06 01:45:21 UTC

[20/38] qpid-proton git commit: PROTON-881: added a pom.xml for the reactor exampes

PROTON-881: added a pom.xml for the reactor exampes


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/06c451f0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/06c451f0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/06c451f0

Branch: refs/heads/master
Commit: 06c451f0aadd52278770c2691ff8396d4a9587e1
Parents: 20cdff1
Author: Rafael Schloming <rh...@alum.mit.edu>
Authored: Thu May 7 04:31:11 2015 -0400
Committer: Rafael Schloming <rh...@alum.mit.edu>
Committed: Thu May 7 04:31:11 2015 -0400

----------------------------------------------------------------------
 examples/java/reactor/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++
 pom.xml                       |  1 +
 2 files changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/06c451f0/examples/java/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml
new file mode 100644
index 0000000..32c47b9
--- /dev/null
+++ b/examples/java/reactor/pom.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.qpid</groupId>
+    <artifactId>proton-project</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>proton-j-reactor-examples</artifactId>
+  <name>proton-j-reactor-examples</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.qpid</groupId>
+      <artifactId>proton-j</artifactId>
+      <version>${project.parent.version}</version>
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <url>http://svn.apache.org/viewvc/qpid/proton/</url>
+  </scm>
+</project>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/06c451f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e67fbbc..91bca16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
     <module>contrib/proton-hawtdispatch</module>
     <module>tests</module>
     <module>examples/java/messenger</module>
+    <module>examples/java/reactor</module>
   </modules>
 
   <url>http://qpid.apache.org/proton</url>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org