Skip to content

Commit

Permalink
Closes #13 frame/navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Jul 11, 2013
1 parent fa5cc8b commit 81c5a27
Show file tree
Hide file tree
Showing 127 changed files with 976 additions and 11,239 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ broker/core/module/MOD-INF/classes/
broker/core/WEB-INF/lib/
broker/core/data/
broker/core/test-output/
/test-output
test-output
extensions/odrext/target/
target/
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

OpenDataRise 0.1-SNAPSHOT

todo fill it


2.6 Release (TBD) - First release as OpenRefine - Maintenance release

Features:
Expand Down
10 changes: 5 additions & 5 deletions IDEs/eclipse/README.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

OpenRefine for Eclipse
OpenDataRise for Eclipse
-------------------------


This file contains Eclipse-specific help files that can get simplify your life
developing OpenRefine with Eclipse (http://www.eclipse.org/).
developing OpenDataRise with Eclipse (http://www.eclipse.org/).



Code Style Format Configurations (Refine.style.xml)
------------------------------------------------------

This is the code formatting configurations that all OpenRefine developers should follow.
This is the code formatting configurations that all OpenDataRise developers should follow.

To import, open the Eclipse preferences, then follow to "Java > Code Style > Formatter"
and click the "Import" button and load the file.
Expand All @@ -24,6 +24,6 @@
Thank you for your interest.


The OpenRefine Development Team
http://github.com/OpenRefine/OpenRefine
The OpenDataRise Development Team
http://github.com/opendatatrentino/OpenDataRise

10 changes: 5 additions & 5 deletions broker/core/IDEs/eclipse/README.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

OpenRefine Helpers for Eclipse
OpenDataRise Helpers for Eclipse
------------------------------


This file contains Eclipse-specific help files that can get simplify your life
developing OpenRefine with Eclipse (http://www.eclipse.org/).
developing OpenDataRise with Eclipse (http://www.eclipse.org/).


Launch Files (*.launch)
-----------------------

These are files that help you running OpenRefine directly from Eclipse without having to execute
These are files that help you running OpenDataRise directly from Eclipse without having to execute
the shell scripts.

To run, right click on the files directly from Eclipse, then do "Run As -> <name>".
Expand All @@ -25,6 +25,6 @@
Thank you for your interest.


The OpenRefine Development Team
http://github.com/OpenRefine/OpenRefine
The OpenDataRise Development Team
http://github.com/opendatatrentino/OpenDataRise

2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build properties for OpenRefine build with Ant
# Build properties for OpenDataRise build with Ant
# Priority order (earliest property definition wins):
# 1. command line
# 2. this file
Expand Down
14 changes: 10 additions & 4 deletions dev_start.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
rem This is a modified copy of refine.bat file
rem It modifies the /d behaviour: the /d now let you to specify a data dir
rem where refine store data
rem where refine stores data
rem the /debug option let you to set the logging level
rem You have also the possibility to specify a default refineport (DEVPORT) and a default datadir (setting the DEVPATH variable).
rem This script let you also to run server TestNG test cases: use the server_test or server_tests option.
Expand Down Expand Up @@ -152,8 +152,9 @@ goto shift2loop

REM EDIT BY azanella on 2013/05/10
:arg-debug
set REFINE_VERBOSITY="debug"
set OPTS=%OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
goto shift2loop
goto shift1loop

REM ADDED BY azanella on 2013/05/10
:arg-d
Expand All @@ -169,17 +170,22 @@ goto shift2loop
REM ADDED BY azanella on 2013/06/13
:arg-keep
set ODR_KEEPDATADIR="1"
goto shift2loop
goto shift1loop

:arg-x
set OPTS=%OPTS% -Dcom.sun.management.jmxremote
goto shift2loop
goto shift1loop

:shift2loop
shift
shift
goto loop

:shift1loop
shift
goto loop


:endArgumentParsing


Expand Down
5 changes: 0 additions & 5 deletions extensions/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@
<echo message="Building extensions" />
<ant dir="sample/" target="build" />
<ant dir="jython/" target="build" />
<ant dir="freebase/" target="build" />
<ant dir="gdata/" target="build" />
<ant dir="odrext/" target="build" />
</target>

<target name="clean">
<echo message="cleaning extensions" />
<ant dir="sample/" target="clean" />
<ant dir="jython/" target="clean" />
<ant dir="freebase/" target="clean" />
<ant dir="gdata/" target="clean" />
<ant dir="pc-axis/" target="clean" />
<ant dir="odrext/" target="clean" />
</target>
</project>
16 changes: 0 additions & 16 deletions extensions/freebase/.classpath

This file was deleted.

17 changes: 0 additions & 17 deletions extensions/freebase/.project

This file was deleted.

12 changes: 0 additions & 12 deletions extensions/freebase/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

71 changes: 0 additions & 71 deletions extensions/freebase/build.xml

This file was deleted.

114 changes: 0 additions & 114 deletions extensions/freebase/module/MOD-INF/controller.js

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed extensions/freebase/module/MOD-INF/lib/mail.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions extensions/freebase/module/MOD-INF/module.properties

This file was deleted.

Loading

0 comments on commit 81c5a27

Please sign in to comment.