Added new module for regex processor

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

Branch: refs/heads/master
Commit: 65822f280d82afa0e17f543343e867cdfc48a993
Parents: e683009
Author: mfranklin <[email protected]>
Authored: Tue May 13 12:23:13 2014 -0400
Committer: mfranklin <[email protected]>
Committed: Wed May 14 11:31:09 2014 -0400

----------------------------------------------------------------------
 streams-contrib/pom.xml                         |  1 +
 streams-contrib/streams-processor-regex/pom.xml | 34 ++++++++++++++++++++
 2 files changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/65822f28/streams-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index c7bbdf4..44e97c0 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -56,6 +56,7 @@
         <module>streams-provider-twitter</module>
         <module>streams-provider-sysomos</module>
         <module>streams-provider-rss</module>
+        <module>streams-processor-regex</module>
     </modules>
 
     <dependencyManagement>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/65822f28/streams-contrib/streams-processor-regex/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-regex/pom.xml 
b/streams-contrib/streams-processor-regex/pom.xml
new file mode 100644
index 0000000..094013d
--- /dev/null
+++ b/streams-contrib/streams-processor-regex/pom.xml
@@ -0,0 +1,34 @@
+<?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/xsd/maven-4.0.0.xsd";>
+    <parent>
+        <artifactId>streams-contrib</artifactId>
+        <groupId>org.apache.streams</groupId>
+        <version>0.1-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>streams-processor-regex</artifactId>
+
+
+</project>
\ No newline at end of file

Reply via email to