Navigation Menu

Skip to content

Commit

Permalink
Add Custom Search API modules to _oasis
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Feb 16, 2012
1 parent 10d616c commit fa4f225
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion _oasis
Expand Up @@ -55,7 +55,9 @@ Library gapi
GapiUrlshortenerV1Model,
GapiUrlshortenerV1Service,
GapiOauth2V2Model,
GapiOauth2V2Service
GapiOauth2V2Service,
GapiCustomsearchV1Model,
GapiCustomsearchV1Service
InternalModules:
GapiUtils
BuildDepends: extlib, netstring, curl, str, cryptokit, json-wheel, xmlm
Expand Down
6 changes: 4 additions & 2 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 64e56a9684920baba430335e19ea54d8) *)
(* DO NOT EDIT (digest: 2eda9b6527db0c83510cad0a7f34d843) *)
(*
Regenerated by OASIS v0.2.1~alpha1
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5195,7 +5195,9 @@ let setup_t =
"GapiUrlshortenerV1Model";
"GapiUrlshortenerV1Service";
"GapiOauth2V2Model";
"GapiOauth2V2Service"
"GapiOauth2V2Service";
"GapiCustomsearchV1Model";
"GapiCustomsearchV1Service"
];
lib_internal_modules = ["GapiUtils"];
lib_findlib_parent = None;
Expand Down
4 changes: 3 additions & 1 deletion src/gapi-ocaml.odocl
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 85aa6b635639b19a8227ddc69e34b3d2)
# DO NOT EDIT (digest: 19ffab29f55ebce5ea5801a1807404bd)
gapi/GapiCore
gapi/GapiCurl
gapi/GapiPipe
Expand Down Expand Up @@ -29,6 +29,8 @@ gapi/GapiUrlshortenerV1Model
gapi/GapiUrlshortenerV1Service
gapi/GapiOauth2V2Model
gapi/GapiOauth2V2Service
gapi/GapiCustomsearchV1Model
gapi/GapiCustomsearchV1Service
gdata/GdataCore
gdata/GdataBatch
gdata/GdataAtom
Expand Down
4 changes: 3 additions & 1 deletion src/gapi/gapi.mllib
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 7a73746e3e4ed5ab7ecce4dc25a7116d)
# DO NOT EDIT (digest: c418a3f2bf64b5bc36a3e28cdbce8f37)
GapiCore
GapiCurl
GapiPipe
Expand Down Expand Up @@ -29,5 +29,7 @@ GapiUrlshortenerV1Model
GapiUrlshortenerV1Service
GapiOauth2V2Model
GapiOauth2V2Service
GapiCustomsearchV1Model
GapiCustomsearchV1Service
GapiUtils
# OASIS_STOP

0 comments on commit fa4f225

Please sign in to comment.