diff --git a/.classpath b/.classpath index a48ae9815..b43e703d6 100644 --- a/.classpath +++ b/.classpath @@ -13,7 +13,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -51,8 +51,8 @@ - - + + @@ -66,8 +66,8 @@ - - + + @@ -84,5 +84,8 @@ + + + diff --git a/.gitignore b/.gitignore index 37aee476d..0a0cc8567 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ broker/core/module/MOD-INF/classes/ broker/core/WEB-INF/lib/ broker/core/data/ broker/core/test-output/ +tmp/ /test-output diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope index 899f6d215..c237e4f6b 100644 --- a/.settings/.jsdtscope +++ b/.settings/.jsdtscope @@ -1,6 +1,6 @@ - + diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..b49d8dae4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: java +jdk: + - oraclejdk7 + - openjdk6 + +script: ./refine test diff --git a/README.md b/README.md new file mode 100644 index 000000000..50fe6f8af --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +#OpenRefine + +[![Build Status](https://travis-ci.org/OpenRefine/OpenRefine.png?branch=master)](https://travis-ci.org/OpenRefine/OpenRefine) + +OpenRefine is a power tool that allows you to load data, understand it, +clean it up, reconcile it to master database, and augment it with data coming from +Freebase or other web sources. All with the comfort and privacy of +your own computer. + + +###Where can I get more information? + +Look at the OpenRefine web site http://openrefine.org and the wiki http://github.com/OpenRefine/OpenRefine/wiki + +###Licensing and legal issues + +OpenRefine is open source software and is licensed under the BSD license +located in the [LICENSE.txt](LICENSE.txt). See that file also for information on open source +libraries that OpenRefine depends on. + +###Credits + +This software was created by Metaweb Technologies, Inc. and originally written +and conceived by David Huynh . Metaweb Technologies, Inc. +was acquired by Google, Inc. in July 2010 and the product was renamed Google Refine. +In October 2012, it was renamed OpenRefine as it transitioned to a +community-supported product. + +This is the full list of contributors (in chronological order): + + - David Huynh + - Stefano Mazzocchi + - Vishal Talwar + - Jeff Fry + - Will Moffat + - James Home + - Iain Sproat + - Tom Morris + - Heather Campbell + - Thad Guidry + - Paul Makepeace + - Tomaž Šolc + - Gabriel Sjoberg + - Rod Salazar + - pxb + +We welcome additional contributors if you'd like to help out. + +Thank you for your interest. + +---- +The OpenRefine Development Team +http://openrefine.org diff --git a/build.xml b/build.xml index 9c0107a80..0dbd25245 100644 --- a/build.xml +++ b/build.xml @@ -88,6 +88,9 @@ + + + @@ -136,7 +139,7 @@ - + @@ -168,6 +171,16 @@ + + + + + + + + @@ -229,7 +242,7 @@ name="OpenRefine" displayname="OpenRefine ${version}" icon="${graphics.dir}/icon/openrefine.icns" - identifier="org.openrefine.refine.Refine" + identifier="com.google.refine.Refine" shortversion="${version}" mainclassname="com/google/refine/Refine"> @@ -241,8 +254,6 @@