You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/02/10 21:29:28 UTC

svn commit: r1566732 - /incubator/streams/trunk/streams-config/src/main/jsonschema/StreamsConfiguration.json

Author: sblackmon
Date: Mon Feb 10 20:29:27 2014
New Revision: 1566732

URL: http://svn.apache.org/r1566732
Log:
These changes should allow the project to build on Jenkins, rather than error out when jsonschema2pojo tries to build .svn directories

Added:
    incubator/streams/trunk/streams-config/src/main/jsonschema/StreamsConfiguration.json

Added: incubator/streams/trunk/streams-config/src/main/jsonschema/StreamsConfiguration.json
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-config/src/main/jsonschema/StreamsConfiguration.json?rev=1566732&view=auto
==============================================================================
--- incubator/streams/trunk/streams-config/src/main/jsonschema/StreamsConfiguration.json (added)
+++ incubator/streams/trunk/streams-config/src/main/jsonschema/StreamsConfiguration.json Mon Feb 10 20:29:27 2014
@@ -0,0 +1,12 @@
+{
+    "type": "object",
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "id": "#",
+    "javaType" : "org.apache.streams.StreamsConfiguration",
+    "javaInterfaces": ["java.io.Serializable"],
+    "properties": {
+        "pipeline": {
+            "type" : "string"
+        }
+    }
+}
\ No newline at end of file