Skip to content

Commit

Permalink
rename client-groovy to lang-groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Sep 26, 2010
1 parent ce28882 commit efe5b57
Show file tree
Hide file tree
Showing 20 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/elasticsearch-root.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -3,7 +3,7 @@ dependsOn(':elasticsearch')
apply plugin: 'groovy'
apply plugin: 'maven'

archivesBaseName = "elasticsearch-client-groovy"
archivesBaseName = "elasticsearch-lang-groovy"

explodedDistDir = new File(distsDir, 'exploded')

Expand Down Expand Up @@ -122,7 +122,7 @@ uploadArchives {

pom.project {
inceptionYear '2009'
name 'elasticsearch-plugins-client--groovy'
name 'elasticsearch-plugins-lang-groovy'
description 'Groovy Plugin for ElasticSearch'
licenses {
license {
Expand Down
Expand Up @@ -60,7 +60,7 @@ class GNode {
}

/**
* Closes the node (and {@link #stop} s if its running).
* Closes the node (and {@link #stop} s if its running).
*/
def close() {
node.close()
Expand Down
Expand Up @@ -27,7 +27,7 @@ import org.elasticsearch.node.Node
import org.elasticsearch.node.internal.InternalNode

/**
* The node builder allow to build a {@link GNode} instance.
* The node builder allow to build a {@link GNode} instance.
*
* @author kimchy (shay.banon)
*/
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Expand Up @@ -12,7 +12,7 @@ include 'plugins-cloud-aws'
include 'plugins-hadoop'
include 'plugins-analysis-icu'
include 'plugins-mapper-attachments'
include 'plugins-client-groovy'
include 'plugins-lang-groovy'

include 'plugins-transport-memcached'
include 'plugins-transport-thrift'
Expand Down

0 comments on commit efe5b57

Please sign in to comment.