Skip to content

Commit

Permalink
Renamed metaweb to google in various top level files
Browse files Browse the repository at this point in the history
git-svn-id: http:https://google-refine.googlecode.com/svn/trunk@1132 7d457c2a-affb-35e4-300a-418c747d4874
  • Loading branch information
dfhuynh committed Aug 4, 2010
1 parent 1f6bb0b commit 1d87b2e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features:
- New exporters: to RDF (as extension)
- In CSV and TSV importers, added support for ignoring quotation marks
- Regexp groups capturing GEL function
- Text facet's choice count limit is now configurable through preference page

Fixes:
- TSV/CSV exporter bug: Gridworks crashed when there were empty cells.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Apache License 2.0
------------------

licenses/apache2.0.LICENSE.txt
calendar-parser (package com.metaweb.gridworks.expr.util)
calendar-parser (package com.google.gridworks.expr.util)
ant-tools
commons-lang
commons-codec
Expand Down
14 changes: 7 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
-------

This software was created by Metaweb Technology Inc. and originally written
and conceived by David Huynh <david@metaweb.com>.
and conceived by David Huynh <dfhuynh@google.com>.

This is the full list of contributors (in chronological order):

- David Huynh <david@metaweb.com>
- Stefano Mazzocchi <stefano@metaweb.com>
- Vishal Talwar <vishal@metaweb.com>
- Jeff Fry <jfry@metaweb.com>
- Will Moffat <willmoffat@metaweb.com>
- James Home <jh@metaweb.com>
- David Huynh <dfhuynh@google.com>
- Stefano Mazzocchi <stefanom@google.com>
- Vishal Talwar <vtalwar@google.com>
- Jeff Fry <jfry@google.com>
- Will Moffat <wdm@google.com>
- James Home <jameshome@google.com>
- Iain Sproat <[email protected]>


Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@
<jarbundler
dir="${mac.dir}"
name="Gridworks"
mainclass="com.metaweb.gridworks.Gridworks"
mainclass="com.google.gridworks.Gridworks"
icon="${graphics.dir}/icon/gridworks.icns"
version="${version}"
infostring="Gridworks ${version}"
aboutmenuname="Gridworks"
workingdirectory="$APP_PACKAGE/Contents/Resources"
jvmversion="1.6+"
bundleid="com.metaweb.gridworks.Gridworks"
bundleid="com.google.gridworks.Gridworks"
vmoptions="-Xms256M -Xmx1024M -Dgridworks.version=${revision}"
antialiasedgraphics="true"
antialiasedtext="true"
Expand Down Expand Up @@ -267,7 +267,7 @@
jarPath="server/lib/${fullname}-server.jar"
dontWrapJar="true"
icon="${graphics.dir}/icon/gridworks.ico">
<classPath mainClass="com.metaweb.gridworks.Gridworks">
<classPath mainClass="com.google.gridworks.Gridworks">
<cp>server/lib/*.jar</cp>
</classPath>
<jre minVersion="1.6.0" jdkPreference="preferJre" initialHeapSize="256" maxHeapSize="1024">
Expand Down
4 changes: 2 additions & 2 deletions gridworks
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ run() {

CLASSPATH="$GRIDWORKS_CLASSES_DIR${SEP}$GRIDWORKS_LIB_DIR/*"

RUN_CMD="$JAVA -cp $CLASSPATH $OPTS com.metaweb.gridworks.Gridworks"
RUN_CMD="$JAVA -cp $CLASSPATH $OPTS com.google.gridworks.Gridworks"

#echo "$RUN_CMD"
#echo ""
Expand Down Expand Up @@ -662,7 +662,7 @@ broker_run() {

CLASSPATH="$GRIDWORKS_CLASSES_DIR${SEP}$GRIDWORKS_LIB_DIR/*"

RUN_CMD="$JAVA -cp $CLASSPATH $OPTS com.metaweb.gridworks.Gridworks"
RUN_CMD="$JAVA -cp $CLASSPATH $OPTS com.google.gridworks.Gridworks"

#echo "$RUN_CMD"
#echo ""
Expand Down
2 changes: 1 addition & 1 deletion gridworks.bat
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if ""%ACTION%"" == ""run"" goto doRun

:doRun
set CLASSPATH="%GRIDWORKS_CLASSES_DIR%;%GRIDWORKS_LIB_DIR%\*"
"%JAVA_HOME%\bin\java.exe" -cp %CLASSPATH% %OPTS% -Djava.library.path=%GRIDWORKS_LIB_DIR%/native/windows com.metaweb.gridworks.Gridworks
"%JAVA_HOME%\bin\java.exe" -cp %CLASSPATH% %OPTS% -Djava.library.path=%GRIDWORKS_LIB_DIR%/native/windows com.google.gridworks.Gridworks
goto end

:doAnt
Expand Down

0 comments on commit 1d87b2e

Please sign in to comment.