You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/12/05 08:03:51 UTC

svn commit: r482530 - in /db/derby/code/branches/10.2/plugins/eclipse: ./ org.apache.derby.plugin.doc/ org.apache.derby.ui/

Author: fuzzylogic
Date: Mon Dec  4 23:03:50 2006
New Revision: 482530

URL: http://svn.apache.org/viewvc?view=rev&rev=482530
Log:
DERBY-1529: Merge revision 482529 to 10.2 branch.

Added:
    db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/LICENSE
      - copied unchanged from r482529, db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/LICENSE
    db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/NOTICE
      - copied unchanged from r482529, db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/NOTICE
    db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/LICENSE
      - copied unchanged from r482529, db/derby/code/trunk/plugins/eclipse/org.apache.derby.ui/LICENSE
    db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/NOTICE
      - copied unchanged from r482529, db/derby/code/trunk/plugins/eclipse/org.apache.derby.ui/NOTICE
Modified:
    db/derby/code/branches/10.2/plugins/eclipse/Readme.txt
    db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/build.properties
    db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/build.properties

Modified: db/derby/code/branches/10.2/plugins/eclipse/Readme.txt
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/plugins/eclipse/Readme.txt?view=diff&rev=482530&r1=482529&r2=482530
==============================================================================
--- db/derby/code/branches/10.2/plugins/eclipse/Readme.txt (original)
+++ db/derby/code/branches/10.2/plugins/eclipse/Readme.txt Mon Dec  4 23:03:50 2006
@@ -49,12 +49,12 @@
   
 2) Install Eclipse 3.x and the JDK needed
 
-3) Install the Apache Derby 10.1.0 Eclipse Core plug-in from:
+3) Install the Apache Derby 10.x Eclipse Core plug-in from:
    http://db.apache.org/derby/derby_downloads.html
 
    It is available as a zip file:
 
-   for example; derby_core_plugin_10.1.0.178324.zip
+   for example; derby_core_plugin_10.1.3.zip
 
    Unzip this file into the directory where the eclipse executable is located.
    For instance, if Eclipse is installed in C:\eclipse, unzip the Derby
@@ -75,7 +75,8 @@
 6) Switch to the Plug-in perspective
    Window -> Open Perspective -> Other -> Select Plug-in Development
 
-7) To invoke and test the Apache Derby UI Plug-in in this development environment
+7) To invoke and test the Apache Derby UI Plug-in in this development 
+   environment
    
    Run ->Run As -> Eclipse Application (Eclipse 3.1)
    OR
@@ -96,40 +97,79 @@
 In order to install the plug-ins easily in another Eclipse environment creating
 a zip file is useful.
 
-To create a zip file for the UI plug-in:
+To create a zip file for the UI plug-in only:
 
-1) From within the Plug-in Development perspective, right-click the org.apache.derby.ui
-   project.  Select Export --> Deployable plug-ins and fragments, then the Next button.
-
-2) In the Export Plug-ins and Fragments window select the org.apache.derby.ui project
-   listed in the Available Plug-ins and Fragments text area.  For the Export Options
-   section select Deploy as: a single ZIP file.  Click the Build Options button.
-   Check any options desired from the Build Options Preferences window and then
-   click OK.
-
-3) Browse to a Destination where you would like to put the zip file and name it
-   org.apache.derby.ui_1.0.0.zip to represent the name and version of the plug-in.
+1) From within the Plug-in Development perspective, right-click the 
+   org.apache.derby.ui project.  Select Export --> Deployable plug-ins and 
+   fragments, then the Next button.
+
+2) In the Deployable plug-ins and fragments window select the 
+   org.apache.derby.ui project listed in the Available Plug-ins and Fragments 
+   text area. Depending on the Eclipse version used:
+
+   Eclipse 3.1:
+   In the Export Destination, select the Archive File option
+
+   Eclipse 3.0:
+   For the Export Options section select Deploy as: a single ZIP file.  Click 
+   the Build Options button.  Check any options desired from the Build Options 
+   Preferences window and then click OK.
+
+3) Browse to a Destination where you would like to put the zip file and provide 
+   a file name for example: derby_ui_plugin_1.1.0.zip, to represent the name and
+   version of the plug-in.
 
 4) Finally, click Finish.
 
 5) To install in another Eclipse installation unzip this file in the base
    directory of the Eclipse installation.
 
-To create a zip file for the Doc plug-in:
+To create a zip file for the Doc plug-in only:
 
 1) From within the Plug-in Development perspective, right-click the
-   org.apache.derby.plugin.doc project.  Select Export --> Zip file.
+   org.apache.derby.plugin.doc project.  Select Export --> Deployable plug-ins 
+   and fragments, then the Next button.
+
+2) In the Deployable plug-ins and fragments window select the 
+   org.apache.derby.plugin.doc project listed in the left frame.  In the right 
+   frame uncheck the .project and build.properties files. Depending on the 
+   Eclipse version used:
+
+   Eclipse 3.1:
+   In the Export Destination, select the Archive File option
 
-2) In the Export Zip file window select the org.apache.derby.plugin.doc project
-   listed in the left frame.  In the right frame uncheck the .project and
-   build.properties files.
-
-3) Browse to a Destination where you would like to put the zip file and name it
-   org.apache.derby.plugin.doc_1.0.0.zip to represent the name and version of 
-   the plug-in.
+   Eclipse 3.0:
+   For the Export Options section select Deploy as: a single ZIP file.  Click 
+   the Build Options button.  Check any options desired from the Build Options 
+   Preferences window and then click OK.
+
+
+3) Browse to a Destination where you would like to put the zip file and provide    a file name, for example: derby_doc_plugin_1.1.0.zip, to represent the name 
+   and version of the plug-in.
 
 4) Finally, click Finish.
 
 5) Note that the documentation zip files' base directory is
    org.apache.derby.plugin.doc and therefore must be unzipped in the plug-ins
    directory.
+
+To create a single zip file for both UI and Doc plug-ins:
+
+1) From within the Plug-in Development perspective, right-click the
+   org.apache.derby.plugin.doc and the org.apache.derby.ui projects.  Select 
+   Export --> Deployable plug-ins and fragments, then the Next button.
+
+2) In the Deployable plug-ins and fragments window select the 
+   org.apache.derby.plugin.doc project listed in the left frame.  In the right 
+   frame uncheck the .project and build.properties files. Depending on the 
+   Eclipse version used:
+
+   Eclipse 3.1:
+   In the Export Destination, select the Archive File option
+
+3) Browse to a Destination where you would like to put the zip file and provide    a file name, for example: derby_ui_plugin_1.1.0.zip,  to represent the name 
+   and version of the plug-in.
+
+4) Finally, click Finish.
+
+

Modified: db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/build.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/build.properties?view=diff&rev=482530&r1=482529&r2=482530
==============================================================================
--- db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/build.properties (original)
+++ db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.plugin.doc/build.properties Mon Dec  4 23:03:50 2006
@@ -1,3 +1,5 @@
 bin.includes = topics/,\
                plugin.xml,\
-               toc.xml
+               toc.xml,\
+               LICENSE,\
+               NOTICE

Modified: db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/build.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/build.properties?view=diff&rev=482530&r1=482529&r2=482530
==============================================================================
--- db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/build.properties (original)
+++ db/derby/code/branches/10.2/plugins/eclipse/org.apache.derby.ui/build.properties Mon Dec  4 23:03:50 2006
@@ -1,7 +1,9 @@
 bin.includes = icons/,\
                ui.jar,\
                install_plugin.html,\
-               plugin.xml
+               plugin.xml,\
+               LICENSE,\
+               NOTICE
 jars.compile.order = ui.jar
 source.ui.jar = src/
 output.ui.jar = bin/