-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NXP-15040: fix test on widget descriptors json export
- Loading branch information
Vladimir Pasquier
committed
Sep 15, 2014
1 parent
af03812
commit c803942
Showing
2 changed files
with
30 additions
and
2 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
27 changes: 27 additions & 0 deletions
27
nuxeo-automation/nuxeo-automation-io/src/test/resources/operations-contrib-test.xml
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,27 @@ | ||
<?xml version="1.0"?> | ||
<component name="org.nuxeo.ecm.core.automation.featuresContrib" version="1.0"> | ||
|
||
<documentation>@author Bogdan Stefanescu ([email protected])</documentation> | ||
|
||
<extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent" | ||
point="operations"> | ||
|
||
<operation class="org.nuxeo.ecm.automation.core.operations.document.Query"> | ||
<widgets> | ||
<widget name="query" type="codearea"> | ||
<labels> | ||
<label mode="any">Query</label> | ||
</labels> | ||
<properties mode="any"> | ||
<property name="language">nxql</property> | ||
<property name="width">100%</property> | ||
<property name="height">100%</property> | ||
</properties> | ||
<fields> | ||
<field>query</field> | ||
</fields> | ||
</widget> | ||
</widgets> | ||
</operation> | ||
</extension> | ||
</component> |