Skip to content

Commit 67b7752

Browse files
committed
Revised per suggestions from Nicole
1 parent 5ff447b commit 67b7752

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/Configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The components of this server definition are:
7878

7979
## Configuring Export from Server
8080

81-
Select InterSystems ObjectScript from the settings editor extensions list. Find the section labeled **Objectscript: conn**. You can edit many of the export settings in the settings editor. For others you need to edit the settings.json file.
81+
Select InterSystems ObjectScript from the settings editor extensions list. Find the section labeled **Objectscript: export**. You can edit many of the export settings in the settings editor. For others you need to edit the settings.json file.
8282

8383
You export configuration looks something like this:
8484

@@ -101,8 +101,8 @@ The components of this export definition are:
101101
- **addCategory** - Add a category folder to the export path.
102102
- **atelier** - Export source code as Atelier does, with packages placed in subfolders.
103103
- **generated** - Export generated source code files.
104-
- **filter** -
104+
- **filter** - An SQL filter that can be used to match the names.
105105
- **category** - Specifies a category of source code to export: CLS = classes; RTN = routines; CSP = csp files; OTH = other. The default is *, export everything.
106-
- ****noStorage** - Strip the storage XML on export. This is useful for multiple systems.
106+
- **noStorage** - Strip the storage XML on export. This is useful for multiple systems.
107107
- **dontExportIfNoChanges** - Don't update the local file if the content is identical to what is on the server.
108108
- **maxConcurrentConnections** - The maximum number of export connections. (0 = Unlimited)

docs/Gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ GEM
2525
ethon (0.12.0)
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
28+
eventmachine (1.2.7-x64-mingw32)
2829
execjs (2.7.0)
2930
faraday (1.0.1)
3031
multipart-post (>= 1.2, < 3)
3132
ffi (1.13.1)
33+
ffi (1.13.1-x64-mingw32)
3234
forwardable-extended (2.6.0)
3335
gemoji (3.0.1)
3436
github-pages (207)
@@ -210,6 +212,8 @@ GEM
210212
multipart-post (2.1.1)
211213
nokogiri (1.10.10)
212214
mini_portile2 (~> 2.4.0)
215+
nokogiri (1.10.10-x64-mingw32)
216+
mini_portile2 (~> 2.4.0)
213217
octokit (4.18.0)
214218
faraday (>= 0.9)
215219
sawyer (~> 0.8.0, >= 0.5.3)
@@ -242,14 +246,19 @@ GEM
242246
ethon (>= 0.9.0)
243247
tzinfo (1.2.7)
244248
thread_safe (~> 0.1)
249+
tzinfo-data (1.2020.1)
250+
tzinfo (>= 1.0.0)
245251
unf (0.1.4)
246252
unf_ext
247253
unf_ext (0.0.7.7)
254+
unf_ext (0.0.7.7-x64-mingw32)
248255
unicode-display_width (1.7.0)
256+
wdm (0.1.1)
249257
zeitwerk (2.4.0)
250258

251259
PLATFORMS
252260
ruby
261+
x64-mingw32
253262

254263
DEPENDENCIES
255264
github-pages

0 commit comments

Comments
 (0)