eclipse page is kinda useless

Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/37aa09a2
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/37aa09a2
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/37aa09a2

Branch: refs/heads/master
Commit: 37aa09a2b8286ee166c42bc6bb69cdc5cb6395f6
Parents: 91b02f2
Author: Andrus Adamchik <and...@objectstyle.com>
Authored: Fri Jan 26 20:28:44 2018 +0300
Committer: Andrus Adamchik <and...@objectstyle.com>
Committed: Fri Jan 26 20:28:44 2018 +0300

----------------------------------------------------------------------
 src/main/site/content/dev/eclipse.md | 12 ------------
 src/main/site/static/.htaccess       |  3 ++-
 2 files changed, 2 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/37aa09a2/src/main/site/content/dev/eclipse.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/dev/eclipse.md 
b/src/main/site/content/dev/eclipse.md
deleted file mode 100644
index 4d6d5e5..0000000
--- a/src/main/site/content/dev/eclipse.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Working with Cayenne code in Eclipse
-weight: 30
-url: /dev/eclipse.html
----
-
-* Get code from Git and [build it from command line](building-cayenne.html)
- to seed the local repository.
-* Create a workspace outside of the main checkout folder.
-* Install [Maven2 Eclipse plugin](http://www.sonatype.org/m2eclipse/)
-* Install any other plugins that you would normally use. 
-* Go to "File > Import ... > Existing Maven Projects", and import the projects 
that you want.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/37aa09a2/src/main/site/static/.htaccess
----------------------------------------------------------------------
diff --git a/src/main/site/static/.htaccess b/src/main/site/static/.htaccess
index 5b52dff..36f7960 100644
--- a/src/main/site/static/.htaccess
+++ b/src/main/site/static/.htaccess
@@ -18,7 +18,8 @@ Redirect permanent /doc/ /docs/3.0/
 Redirect permanent /developer-guide.html /dev/index.html
 Redirect permanent /how_development_happens.html 
/dev/how_development_happens.html
 Redirect permanent /code-repository.html /dev/code-repository.html
-Redirect permanent /eclipse.html /dev/eclipse.html
+Redirect permanent /eclipse.html /dev/
+Redirect permanent /dev/eclipse.html /dev/
 Redirect permanent /building-cayenne.html /dev/building-cayenne.html
 Redirect permanent /release-guide.html /dev/release-guide.html
 Redirect permanent /running-unit-tests.html /dev/running-unit-tests.html

Reply via email to