-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from zenoss/feature/SVC-3775
Feature: SVC-3775
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version = "1.0" encoding = "utf-8"?> | ||
<configure | ||
xmlns="http://namespaces.zope.org/zope" | ||
xmlns:browser = "http://namespaces.zope.org/browser" | ||
xmlns:zcml="http://namespaces.zope.org/zcml" | ||
> | ||
|
||
<!-- Include the zenjobs job definitions. --> | ||
<include file="jobs.zcml"/> | ||
|
||
</configure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
############################################################################## | ||
# | ||
# Copyright (C) Zenoss, Inc. 2024, all rights reserved. | ||
# | ||
# This content is made available according to terms specified in | ||
# License.zenoss under the directory where your Zenoss product is installed. | ||
# | ||
############################################################################## | ||
--> | ||
<configure xmlns="http://namespaces.zope.org/zope"> | ||
<include package="Products.Jobber" file="meta.zcml"/> | ||
<job class=".jobs.VsxDeviceJob"/> | ||
</configure> |