Author: myrnavl
Date: Thu Jan 20 23:41:16 2011
New Revision: 1061570
URL: http://svn.apache.org/viewvc?rev=1061570&view=rev
Log:
DERBY-4656; eclipse ui/doc plugin 1.1.2 was built with 1.6 jvm, results in "The chosen operation
is not currently available" on Add Derby Nature with 1.5 jvms.
committing patch DERBY-4656.diff which bumps the version number and
changes the build instructions for producing the ui/doc plugin.
This line, and those below, will be ignored--
M plugins/eclipse/org.apache.derby.ui/plugin.xml
M plugins/eclipse/Readme.txt
M plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml
Modified:
db/derby/code/branches/10.7/plugins/eclipse/Readme.txt
db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml
db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.ui/plugin.xml
Modified: db/derby/code/branches/10.7/plugins/eclipse/Readme.txt
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.7/plugins/eclipse/Readme.txt?rev=1061570&r1=1061569&r2=1061570&view=diff
==============================================================================
--- db/derby/code/branches/10.7/plugins/eclipse/Readme.txt (original)
+++ db/derby/code/branches/10.7/plugins/eclipse/Readme.txt Thu Jan 20 23:41:16 2011
@@ -49,6 +49,14 @@ I. Creating the Apache Derby UI and Help
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
Modified: db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml?rev=1061570&r1=1061569&r2=1061570&view=diff
==============================================================================
--- db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml (original)
+++ db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.plugin.doc/plugin.xml Thu
Jan 20 23:41:16 2011
@@ -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>
Modified: db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.ui/plugin.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.ui/plugin.xml?rev=1061570&r1=1061569&r2=1061570&view=diff
==============================================================================
--- db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.ui/plugin.xml (original)
+++ db/derby/code/branches/10.7/plugins/eclipse/org.apache.derby.ui/plugin.xml Thu Jan 20
23:41:16 2011
@@ -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">
|