Skip to content

Commit

Permalink
Merge pull request #30 from orbinson/select-script-from-any-directory
Browse files Browse the repository at this point in the history
Select script from any directory
  • Loading branch information
bdhoine authored Jan 3, 2023
2 parents 7667639 + d78f920 commit 703f62e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Allow to select scripts in any directory [#29](https://github.com/orbinson/aem-groovy-console/issues/29)

## [18.0.0] - 2022-30-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
</parent>

<artifactId>aem-groovy-console-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
</parent>

<artifactId>aem-groovy-console-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<packaging>pom</packaging>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
<name>AEM Groovy Console</name>
<description>
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
</parent>

<artifactId>aem-groovy-console-ui.apps.structure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
</parent>

<artifactId>aem-groovy-console-ui.apps</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
xtype="browsedialog">
<treeRoot
jcr:primaryType="nt:unstructured"
name="var/groovyconsole/scripts"
text="Scripts"
name=""
text="/"
draggable="{Boolean}false"
singleClickExpand="{Boolean}true"
expanded="{Boolean}true" />
<listeners
jcr:primaryType="nt:unstructured"
beforeshow="function() { GroovyConsole.refreshOpenDialog(this); }"
hide="function() { GroovyConsole.enableButtons(); }" />
</jcr:root>
</jcr:root>
2 changes: 1 addition & 1 deletion ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
</parent>

<artifactId>aem-groovy-console-ui.config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>18.0.0</version>
<version>18.0.1-SNAPSHOT</version>
</parent>

<artifactId>aem-groovy-console-ui.content</artifactId>
Expand Down

0 comments on commit 703f62e

Please sign in to comment.