From 01ea2043f820795a0bea2d6dd0e295c3194debc6 Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Sun, 30 May 2010 17:07:20 +0000 Subject: [PATCH] moving the IDE stuff in the right place git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@911 7d457c2a-affb-35e4-300a-418c747d4874 --- .../IDEs}/eclipse/GridworksTests.launch | 0 main/IDEs/eclipse/README.txt | 38 +++++++++++++++++++ .../IDEs}/eclipse/Gridworks.launch | 0 server/IDEs/eclipse/README.txt | 38 +++++++++++++++++++ 4 files changed, 76 insertions(+) rename {IDEs => main/IDEs}/eclipse/GridworksTests.launch (100%) create mode 100644 main/IDEs/eclipse/README.txt rename {IDEs => server/IDEs}/eclipse/Gridworks.launch (100%) create mode 100644 server/IDEs/eclipse/README.txt diff --git a/IDEs/eclipse/GridworksTests.launch b/main/IDEs/eclipse/GridworksTests.launch similarity index 100% rename from IDEs/eclipse/GridworksTests.launch rename to main/IDEs/eclipse/GridworksTests.launch diff --git a/main/IDEs/eclipse/README.txt b/main/IDEs/eclipse/README.txt new file mode 100644 index 000000000..15ee509e5 --- /dev/null +++ b/main/IDEs/eclipse/README.txt @@ -0,0 +1,38 @@ + + Gridworks Helpers for Eclipse + ----------------------------- + + + This file contains Eclipse-specific help files that can get simplify your life + developing Gridworks with Eclipse (http://www.eclipse.org/). + + + Launch Files (*.launch) + ----------------------- + + These are files that help you running Gridworks directly from eclipse without having to execute + the shell scripts. + + To run, right click on the files directly from Eclipse, then do "Run As -> ". + + + + Code Style Format Configurations (Gridworks.style.xml) + ------------------------------------------------------ + + This is the code formatting configurations that all Gridworks 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. + + + + - o - + + + Thank you for your interest. + + + The Freebase Gridworks Development Team + http://code.google.com/p/freebase-gridworks/ + \ No newline at end of file diff --git a/IDEs/eclipse/Gridworks.launch b/server/IDEs/eclipse/Gridworks.launch similarity index 100% rename from IDEs/eclipse/Gridworks.launch rename to server/IDEs/eclipse/Gridworks.launch diff --git a/server/IDEs/eclipse/README.txt b/server/IDEs/eclipse/README.txt new file mode 100644 index 000000000..15ee509e5 --- /dev/null +++ b/server/IDEs/eclipse/README.txt @@ -0,0 +1,38 @@ + + Gridworks Helpers for Eclipse + ----------------------------- + + + This file contains Eclipse-specific help files that can get simplify your life + developing Gridworks with Eclipse (http://www.eclipse.org/). + + + Launch Files (*.launch) + ----------------------- + + These are files that help you running Gridworks directly from eclipse without having to execute + the shell scripts. + + To run, right click on the files directly from Eclipse, then do "Run As -> ". + + + + Code Style Format Configurations (Gridworks.style.xml) + ------------------------------------------------------ + + This is the code formatting configurations that all Gridworks 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. + + + + - o - + + + Thank you for your interest. + + + The Freebase Gridworks Development Team + http://code.google.com/p/freebase-gridworks/ + \ No newline at end of file