Skip to content

Commit

Permalink
changed project coordinates to com.countvajhula.pilot from com.pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed May 25, 2012
1 parent 3260f4c commit ec61367
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.textile
Expand Up @@ -32,15 +32,15 @@ To build the JAR using "Maven":http://maven.apache.org (recommended):
# Clone the repository on your machine
# In the root folder, type 'mvn clean install'
# Once the build completes, copy the JAR file in the target/ folder into your system or project classpath location
# You can now use Pilot in your project by adding the import 'import com.pilot.*'
# You can now use Pilot in your project by adding the import 'import com.countvajhula.pilot.*'

To create the JAR manually from source (you will need to have the dependencies -- Blueprints, Neo4j, OrientDB, Gremlin -- already present in your system classpath):
# Clone the repository on your machine
# Go to the folder /src which contains the Pilot Groovy source files
# Type 'groovyc *.groovy' -- this will create a directory structure com/pilot in the current directory
# Now type 'jar -cf pilot.jar com/pilot/*.class' -- this will create the file 'pilot.jar' in the current directory
# Type 'groovyc *.groovy' -- this will create a directory structure com/countvajhula/pilot in the current directory
# Now type 'jar -cf pilot.jar com/countvajhula/pilot/*.class' -- this will create the file 'pilot.jar' in the current directory
# Copy this JAR into a system classpath location
# Now you can use Pilot in your project by adding the import 'import com.pilot.*'
# Now you can use Pilot in your project by adding the import 'import com.countvajhula.pilot.*'

h1. Examples

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>com.pilot</groupId>
<groupId>com.countvajhula.pilot</groupId>
<artifactId>pilot</artifactId>
<name>Pilot</name>
<version>1.0-SNAPSHOT</version>
Expand Down
@@ -1,4 +1,4 @@
package com.pilot
package com.countvajhula.pilot

import com.tinkerpop.blueprints.*
import com.tinkerpop.blueprints.pgm.*
Expand Down
@@ -1,4 +1,4 @@
package com.pilot
package com.countvajhula.pilot

import com.tinkerpop.blueprints.*
import com.tinkerpop.blueprints.pgm.*
Expand Down
@@ -1,4 +1,4 @@
package com.pilot
package com.countvajhula.pilot

import java.lang.reflect.*
import com.tinkerpop.blueprints.*
Expand Down
@@ -1,4 +1,4 @@
package com.pilot
package com.countvajhula.pilot

import com.tinkerpop.blueprints.*
import com.tinkerpop.blueprints.pgm.*
Expand Down
@@ -1,4 +1,4 @@
package com.pilot
package com.countvajhula.pilot

import com.orientechnologies.common.collection.*
import com.orientechnologies.common.*
Expand Down
@@ -1,4 +1,4 @@
package com.pilot
package com.countvajhula.pilot

import com.tinkerpop.blueprints.*
import com.tinkerpop.blueprints.pgm.*
Expand Down
Binary file modified target/pilot-1.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit ec61367

Please sign in to comment.