diff --git a/.classpath b/.classpath index 2ec64e4..c72d35a 100644 --- a/.classpath +++ b/.classpath @@ -3,5 +3,5 @@ - + diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 29b54e1..74e0e64 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JRuby Parser -Bundle-SymbolicName: org.jrubyparser -Bundle-Version: 1.2.0.qualifier +Bundle-SymbolicName: org.cloudsmith.jrubyparser +Bundle-Version: 0.3.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: Thomas E. Enebo Export-Package: org.jrubyparser, diff --git a/bin/.gitignore b/bin/.gitignore deleted file mode 100644 index 8ba548b..0000000 --- a/bin/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/classes diff --git a/build.properties b/build.properties index ed683fb..56d7765 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ source.. = src/ -output.. = bin/classes/ +output.. = target/classes/ bin.includes = META-INF/,\ . diff --git a/pom.xml b/pom.xml index b3b7f23..e08b4b7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,146 +1,146 @@ - - 4.0.0 - org.jruby - jrubyparser - jar - 0.3-SNAPSHOT - JRuby Parser - + + 4.0.0 + org.cloudsmith.jruby + jrubyparser + jar + 0.3-beta-SNAPSHOT + JRuby Parser + A library to expose exact char-for-char position information of Ruby syntax. - - JIRA - https://github.com/jruby/jruby-parser/issues - + + JIRA + https://github.com/jruby/jruby-parser/issues + - - scm:git:git@github.com:jruby/jruby-parser.git - scm:git@github.com:jruby/jruby-parser.git - https://github.com/jruby/jruby-parser - + + UTF-8 + UTF-8 + - - - Common Public License - v 1.0 - http://www-128.ibm.com/developerworks/library/os-cpl.html - repo - - - GNU General Public License Version 2 - http://www.gnu.org/copyleft/gpl.html - repo - - - GNU Lesser General Public License Version 2.1 - http://www.gnu.org/licenses/lgpl.html - repo - - + + scm:git:git@github.com:cloudsmith/jruby-parser.git + scm:git:git@github.com:cloudsmith/jruby-parser.git + https://github.com/cloudsmith/jruby-parser + - - - codehaus-jruby-repository - JRuby Central Repository - dav:https://dav.codehaus.org/repository/jruby - - - codehaus-jruby-snapshot-repository - JRuby Central Development Repository - dav:https://dav.codehaus.org/snapshots.repository/jruby - - - codehaus-jruby-site - JRuby Maven site - dav:https://dav.codehaus.org/jruby/info - - + + + Common Public License - v 1.0 + http://www-128.ibm.com/developerworks/library/os-cpl.html + repo + + + GNU General Public License Version 2 + http://www.gnu.org/copyleft/gpl.html + repo + + + GNU Lesser General Public License Version 2.1 + http://www.gnu.org/licenses/lgpl.html + repo + + - - - codehaus - Codehaus Repository - - true - - - false - - http://repository.codehaus.org - - - - + + + cloudsmith-releases + Cloudsmith Release Repository + https://am0.cloudsmith.com/nexus/content/repositories/releases/ + + + cloudsmith-snapshots + Cloudsmith Snapshot Repository + https://am0.cloudsmith.com/nexus/content/repositories/snapshots/ + + + cloudsmith-jruby-site + JRuby Maven site + dav:https://am0.cloudsmith.com/nexus/content/sites/cloudsmith-jruby-site/ + + - - - junit - junit - 3.8.1 - test - - - jay - yydebug - 0.1 - system - ${basedir}/lib/yydebug.jar - - + + + cloudsmith-snapshots + Cloudsmith Snapshot Repository + https://am0.cloudsmith.com/nexus/content/repositories/snapshots + + true + + + + cloudsmith-releases + Cloudsmith Releases + https://am0.cloudsmith.com/nexus/content/repositories/releases + + false + + + - - src - test - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.1 - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-jar-plugin - - - MANIFEST.MF - - - - - + + + + + src + test + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.2 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + META-INF/MANIFEST.MF + + + + +