From b8a22ca78819c6e68e6af1cb0e586b5529b92f62 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Sat, 9 Feb 2013 12:52:26 +0100 Subject: [PATCH 1/5] org.jrubyparser -> org.cloudsmith.jrubyparser --- META-INF/MANIFEST.MF | 4 +-- pom.xml | 62 +++++++++++++++++++------------------------- 2 files changed, 28 insertions(+), 38 deletions(-) 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/pom.xml b/pom.xml index b3b7f23..96dab3f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - org.jruby + org.cloudsmith.jruby jrubyparser jar 0.3-SNAPSHOT @@ -40,16 +40,17 @@ + - codehaus-jruby-repository - JRuby Central Repository - dav:https://dav.codehaus.org/repository/jruby + cloudsmith + Cloudsmith Release Repository + https://am0.cloudsmith.com/nexus/content/repositories/releases/ - codehaus-jruby-snapshot-repository - JRuby Central Development Repository - dav:https://dav.codehaus.org/snapshots.repository/jruby + cloudsmith-snapshots + Cloudsmith Snapshot Repository + https://am0.cloudsmith.com/nexus/content/repositories/snapshots/ codehaus-jruby-site @@ -58,39 +59,28 @@ - - - codehaus - Codehaus Repository - - true - - - false - - http://repository.codehaus.org - - + + + cloudsmith-snapshots + Cloudsmith Snapshot Repository + https://am0.cloudsmith.com/nexus/content/repositories/snapshots + + true + + + + cloudsmith-snapshots + Cloudsmith Releases + https://am0.cloudsmith.com/nexus/content/repositories/releases + + false + + + - - - junit - junit - 3.8.1 - test - - - jay - yydebug - 0.1 - system - ${basedir}/lib/yydebug.jar - - - src test From 2d6d7baa05afdcd6ab5fb409c0beaca48c463253 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 15 Feb 2013 11:05:23 +0100 Subject: [PATCH 2/5] Preparation for alpha release We need a release of jruby-parser 0.3 even though the origin of this fork hasn't been released yet so that we have something to base the Geppetto release on. --- pom.xml | 223 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 117 insertions(+), 106 deletions(-) diff --git a/pom.xml b/pom.xml index 96dab3f..7b32db1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,63 +1,68 @@ - 4.0.0 - org.cloudsmith.jruby - jrubyparser - jar - 0.3-SNAPSHOT - JRuby Parser - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + org.cloudsmith.jruby + jrubyparser + jar + 0.3-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 + + + + 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 + + - - - cloudsmith - Cloudsmith Release Repository - https://am0.cloudsmith.com/nexus/content/repositories/releases/ - - - cloudsmith-snapshots - Cloudsmith Snapshot Repository - https://am0.cloudsmith.com/nexus/content/repositories/snapshots/ - - - codehaus-jruby-site - JRuby Maven site - dav:https://dav.codehaus.org/jruby/info - - + + + + 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/ + + @@ -69,7 +74,7 @@ - cloudsmith-snapshots + cloudsmith-releases Cloudsmith Releases https://am0.cloudsmith.com/nexus/content/repositories/releases @@ -78,59 +83,65 @@ - - + + - - 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 + + + + + From bae6ca77388f5237868a58821cb9273396445f1e Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 15 Feb 2013 11:52:59 +0100 Subject: [PATCH 3/5] [maven-release-plugin] prepare release jrubyparser-0.3-alpha --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7b32db1..08be4fa 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.cloudsmith.jruby jrubyparser jar - 0.3-SNAPSHOT + 0.3-alpha JRuby Parser A library to expose exact char-for-char position information of Ruby syntax. From c74eb26a3a2e3927ee10a2e1be01f1f409e5f650 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 15 Feb 2013 11:53:06 +0100 Subject: [PATCH 4/5] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08be4fa..e08b4b7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.cloudsmith.jruby jrubyparser jar - 0.3-alpha + 0.3-beta-SNAPSHOT JRuby Parser A library to expose exact char-for-char position information of Ruby syntax. From 7a1fb71604155902592cc17c5b0423655145e50e Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 15 Aug 2013 22:13:37 +0200 Subject: [PATCH 5/5] Remove compiler warnings --- .classpath | 2 +- bin/.gitignore | 1 - build.properties | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 bin/.gitignore diff --git a/.classpath b/.classpath index 2ec64e4..c72d35a 100644 --- a/.classpath +++ b/.classpath @@ -3,5 +3,5 @@ - + 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/,\ .