Skip to content

Commit

Permalink
Make ready to release 0.1 to grails central
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhir Nimavat committed Aug 15, 2013
1 parent c9e242e commit b1867a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/.settings
/plugin.xml
/grails-elfinder-connector-*.zip
/target-eclipse
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link>
<name>.link_to_grails_plugins</name>
<type>2</type>
<locationURI>GRAILS_ROOT/2.2.4/projects/elfinder-connector/plugins</locationURI>
<location>F:/work/github/elfinder-connector/target/plugins</location>
</link>
</linkedResources>
</projectDescription>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ElfinderConnectorController {
command.params = params
command.request = request
command.response = response

try {
command.execute()
if(!command.responseOutputDone) {
Expand Down

0 comments on commit b1867a9

Please sign in to comment.