You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/25 17:21:44 UTC

[50/51] [abbrv] git commit: Fixing invalid JSON, comments not allowed (see http://rfc7159.net/rfc7159).

Fixing invalid JSON, comments not allowed (see http://rfc7159.net/rfc7159).


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

Branch: refs/heads/master
Commit: cf814a4eb0a2d818ecb600d88233ecb8f1cb2f64
Parents: 06f578f
Author: Dave Johnson <dm...@apigee.com>
Authored: Tue Mar 25 11:43:53 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Tue Mar 25 11:43:53 2014 -0400

----------------------------------------------------------------------
 stack/pom.xml                                       |  1 +
 .../src/main/resources/swagger/applications.json    | 16 ----------------
 .../rest/src/main/resources/swagger/management.json | 16 ----------------
 .../rest/src/main/resources/swagger/resources.json  | 16 ----------------
 4 files changed, 1 insertion(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cf814a4e/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 3a24790..2f2cec6 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1768,6 +1768,7 @@
 
                     <exclude>**/README.md</exclude>
                     <exclude>**/CHANGES.txt</exclude>
+                    <exclude>**/*.json</exclude>
 
                     <!-- git and IDE project files -->
                     <exclude>**/.git/**</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cf814a4e/stack/rest/src/main/resources/swagger/applications.json
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/resources/swagger/applications.json b/stack/rest/src/main/resources/swagger/applications.json
index aa38597..06b93ee 100644
--- a/stack/rest/src/main/resources/swagger/applications.json
+++ b/stack/rest/src/main/resources/swagger/applications.json
@@ -1,19 +1,3 @@
-/*
- * 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.
- */
 {
   "basePath" : "${basePath}",
   "swaggerVersion" : "1.1-SHAPSHOT.121026",

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cf814a4e/stack/rest/src/main/resources/swagger/management.json
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/resources/swagger/management.json b/stack/rest/src/main/resources/swagger/management.json
index ae5ea1b..c19294f 100644
--- a/stack/rest/src/main/resources/swagger/management.json
+++ b/stack/rest/src/main/resources/swagger/management.json
@@ -1,19 +1,3 @@
-/*
- * 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.
- */
 {
   "basePath" : "${basePath}",
   "swaggerVersion" : "1.1-SHAPSHOT.121026",

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cf814a4e/stack/rest/src/main/resources/swagger/resources.json
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/resources/swagger/resources.json b/stack/rest/src/main/resources/swagger/resources.json
index 2e64bf9..e092651 100644
--- a/stack/rest/src/main/resources/swagger/resources.json
+++ b/stack/rest/src/main/resources/swagger/resources.json
@@ -1,19 +1,3 @@
-/*
- * 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.
- */
 {
   "basePath": "${basePath}",
   "swaggerVersion": "1.1-SHAPSHOT.121026",