Skip to content

Commit

Permalink
DERBY-4656; eclipse ui/doc plugin 1.1.2 was built with 1.6 jvm, resul…
Browse files Browse the repository at this point in the history
…ts in "The

chosen operation is not currently available" on Add Derby Nature with 1.5 jvms.
  bump the version number and change the build instructions for producing 
  the ui/doc plugin.
  merge command: svn -c merge 1061570 https://svn.apache.org/repos/asf/db/derby/code/branches/10.7



git-svn-id: https://svn.apache.org/repos/asf/db/derby/code/trunk@1061576 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Myrna van Lunteren committed Jan 20, 2011
1 parent 5d97422 commit 4fe5942
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/eclipse/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ I. Creating the Apache Derby UI and Help Plug-in projects:

2) Install Eclipse 3.x and the JDK needed

You need an Eclipse build/package that supports Plugin Development.

You need to install JDK 1.5.
If you use 1.6, the ui plugin will be unusable with 1.5 jvms.
On MS Windows systems, you may have to uninstall or temporarily remove the java
version installed in the system and/or use a command prompt window in which
you have explicitly changed the path, to start the eclipse IDE rather than use icons.

3) Install the Apache Derby 10.x Eclipse Core plug-in from:
http://db.apache.org/derby/derby_downloads.html

Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin
id="org.apache.derby.plugin.doc"
name="Apache Derby Plug-in Documentation for Eclipse"
version="1.1.2"
version="1.1.3"
provider-name="The Apache Software Foundation">

<runtime>
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/org.apache.derby.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin
id="org.apache.derby.ui"
name="Apache Derby Ui Plug-in for Eclipse"
version="1.1.2"
version="1.1.3"
provider-name="The Apache Software Foundation"
class="org.apache.derby.ui.DerbyPlugin">

Expand Down

0 comments on commit 4fe5942

Please sign in to comment.