Skip to content

Commit

Permalink
Adding shared lib
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Grady <[email protected]>
  • Loading branch information
1000TurquoisePogs committed May 23, 2019
1 parent 5a164b6 commit 3e260e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_ng2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<param name="packagejson.Location" value="${capstone}/zlux-shared/src/logging"/>
<param name="buildType" value="build"/>
</antcall>
<antcall target="npmInstall">
<param name="packagejson.Location" value="${capstone}/zlux-shared/src/obfuscator"/>
</antcall>
<antcall target="npmBuild">
<param name="packagejson.Location" value="${capstone}/zlux-shared/src/obfuscator"/>
<param name="buildType" value="build"/>
</antcall>

<copy file="${capstone}/zlux-app-manager/virtual-desktop/node_modules/requirejs/require.js" tofile="${capstone}/zlux-app-manager/virtual-desktop/web/require.js" unless:set="isZos"/>

Expand Down
1 change: 1 addition & 0 deletions core-plugins.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CORE_PLUGINS=zlux-shared/src/logging/package.json,\
zlux-shared/src/obfuscator/package.json,\
zlux-app-manager/bootstrap/package.json,\
zlux-app-manager/bootstrap/pluginDefinition.json,\
zlux-app-manager/virtual-desktop/package.json,\
Expand Down

0 comments on commit 3e260e6

Please sign in to comment.