Skip to content

Commit

Permalink
Deno align lvdist naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Jul 27, 2024
1 parent e719583 commit c5c7031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Deno/Deno.gwebproject
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<SourceFile Checksum="02A5C95B55A78EAA831F2F5F8D577E9B1CBC65C2453A87E82D1EADB29DC0CDCA835FBB8D546864C4466EF09C075544C7B53CF520AC9C1BC471617071733950CF" xmlns="http://www.ni.com/PlatformFramework">
<SourceFile Checksum="6F315A1975040B6A4860892BACC03238260583BA1FDE95A256C337F83FE04641C1AD346DD44BB05BEFD6D96D0FE4441492DCE027A6EED8477E96F3B7D31D1DFB" xmlns="http://www.ni.com/PlatformFramework">
<SourceModelFeatureSet>
<ParsableNamespace AssemblyFileVersion="9.5.0.49854" FeatureSetName="GComponentFeatureSet" Name="http://www.ni.com/GComponent.xsd" OldestCompatibleVersion="9.0.0.0" Version="9.0.0.49152" />
<ParsableNamespace AssemblyFileVersion="9.5.0.49854" FeatureSetName="Common language components" Name="http://www.ni.com/MocCommon" OldestCompatibleVersion="8.1.0.49152" Version="8.1.0.49152" />
Expand Down Expand Up @@ -155,7 +155,7 @@
<SourceFileReference Bindings="EnvoyManager" Id="c6506fd75c6d428eb78480c2af79c2eb" ModelDefinitionType="PackageInterfaceDefinition" Name="ni-skyline-tdmreader-src-22.5.0.niaddon" StoragePath="ref://NI/Skyline/tdmreader-src/22.5.0" />
<SourceFileReference Bindings="EnvoyManager" Id="6a035f366f5247808d2e1b7c75e4e933" ModelDefinitionType="PackageInterfaceDefinition" Name="ni-skyline-utilities-src-22.5.0.niaddon" StoragePath="ref://NI/Skyline/utilities-src/22.5.0" />
</EmbeddedDefinitionReference>
<SourceFileReference Id="b7ed43fb8b5d4c37be62abf3c3d39f8f" ModelDefinitionType="DistributionDefinition" Name="All Packages.lvdist" StoragePath="All Packages.lvdist" />
<SourceFileReference Id="b7ed43fb8b5d4c37be62abf3c3d39f8f" ModelDefinitionType="DistributionDefinition" Name="Deno.lvdist" StoragePath="Deno.lvdist" />
</NameScopingEnvoy>
</Project>
<ProjectInformation xmlns="http://www.ni.com/PlatformFramework" />
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tool:start:main": "deno task build && deno run -A \"./Builds/$(echo $COMPONENT)_Default Web Server/main.ts\"",
"tool:publish:main": "deno task build && deployctl deploy --entrypoint=\"./Builds/$(echo $COMPONENT)_Default Web Server/main.ts\" --import-map=./deno.json",
"tool:compile:main": "deno task build && deno compile -A -o \"./$(echo $COMPONENT).exe\" \"./Builds/$(echo $COMPONENT)_Default Web Server/main.ts\"",
"tool:build:gweb": "\"C:/Program Files/National Instruments/G Web Development Software/gwebcli.exe\" distribution -p Deno.gwebproject --dn \"All Packages.lvdist\"",
"tool:build:gweb": "\"C:/Program Files/National Instruments/G Web Development Software/gwebcli.exe\" distribution -p Deno.gwebproject --dn Deno.lvdist",
"tool:build:deno": "deno run -A ./Support/convert-html.ts ./Builds/**/*.via.txt",
"tool:rebuild-vireo-data-url": "deno run -A ./Support/make-vireo-dataurl.ts",
"tool:deno-cache": "deno cache ./Support/all-typescript-packages.ts",
Expand Down

0 comments on commit c5c7031

Please sign in to comment.