You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/06 15:07:40 UTC

svn commit: r1149 [3/9] - in /release/geronimo/eclipse: ./ 2.1.7/ 2.1.8/ 2.2.1/ 3.0-M1/ 3.0-beta-1/ 3.0.0/ updates/ updates/features/ updates/plugins/

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,71 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.6 -- 20100708173622
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.5.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Galileo or Helios), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (2.0.x or 2.1.x)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 2.1.6 Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 2.1.6
+
+2. Support Eclipse Helios
+
+
+Installation Instructions
+-------------------------
+
+See http://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v214.html
+
+Bug Fixes and New Features
+--------------------------
+
+GERONIMODEVTOOLS-646	Upgrade to eclipse Helios
+GERONIMODEVTOOLS-648	Source release assembly contains temporary files generated in build process
+GERONIMODEVTOOLS-655	Update version number to 2.1.6 for 21 branch
+GERONIMODEVTOOLS-654	The error log view will always show when publishing projects.
+
+
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.6 -- 20100708173622
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+./bin/update/PLUGIN_RELEASE-NOTES-2.1.6.txt: 
+CF 1F 18 69 AA C3 51 AB  E4 EC 66 71 CD 65 3D 99

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.6.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+./bin/update/PLUGIN_RELEASE-NOTES-2.1.6.txt: 
+F357 749C B38D FBF6 C7B2  6A63 A556 022A 6A6A 224B

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,75 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.7 -- 20101206131142
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.5.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Galileo or Helios), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (2.0.x or 2.1.x)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 2.1.7 Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 2.1.7
+
+2. Support Eclipse Helios
+
+
+Installation Instructions
+-------------------------
+
+See https://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v217.html
+
+Bug Fixes and New Features
+--------------------------
+GERONIMODEVTOOLS-663 Remove duplicated License and Notice files in each jar when we issue "mvn release:prepare"
+GERONIMODEVTOOLS-680 Synchronize GEP dependency per Server dependency list
+GERONIMODEVTOOLS-678 Can not install GEP in RAD SE v8.0
+GERONIMODEVTOOLS-676 update version number of dependency and moduels to make 2.1 branch build successfully
+GERONIMODEVTOOLS-608 reduce time-consuming in DependencyHelper with cache. Thanks Boes and Chris for the patch
+GERONIMODEVTOOLS-673 Don't download TPTP runtime.
+GERONIMODEVTOOLS-600 2.1 branch can build with 64-bit JDK now
+GERONIMODEVTOOLS-683 GEP can not detect the Geronimo server version correctly 
+GERONIMODEVTOOLS-679 TestSuite not working on branch 2.1.7
+GERONIMODEVTOOLS-686 Create a new profile to skip the test suite executions when releasing GEP
+
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.7 -- 20101206131142
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+PLUGIN_RELEASE-NOTES-2.1.7.txt: C5 9E 15 46 4B C1 61 D5  E6 E9 4B 4F C3 4F D8 62

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.7.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-2.1.7.txt: 1AD2 EBFE 1C44 FA50 72EA  0A7C 6195 7273 89FC
+                                FF40

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,70 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.8 -- 20120105165246
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC21/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.5.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Helios or Indigo), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (2.0.x or 2.1.x)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 2.1.8 Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 2.1.8
+
+2. Support Eclipse Helios and Indigo
+
+
+Installation Instructions
+-------------------------
+
+See https://cwiki.apache.org/GMOxDOC21/how-to-install-geronimo-eclipse-plugin-v218.html
+
+Bug Fixes and New Features
+--------------------------
+GERONIMODEVTOOLS-689 NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7
+GERONIMODEVTOOLS-690 NullpointerException occurs if one adds a "Utility Project" to the EAR 
+GERONIMODEVTOOLS-692 Can not build GEP on Mac
+GERONIMODEVTOOLS-774 java.lang.NullPointerException error happened for web application automatically redeploying after renamed the name of the project 
+GERONIMODEVTOOLS-776 Using excluds in rat-maven-plugin to exclude the file whoes license header is not required
+GERONIMODEVTOOLS-778 Using GEP3.0.X's eclipse/build.xml to replace the GEP2.1.X's
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.1.8 -- 20120105165246
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+PLUGIN_RELEASE-NOTES-2.1.8.txt: 4E 32 63 1E A3 5E E8 DC  DE C5 72 2B B6 0E DF 79

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.1.8.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-2.1.8.txt: BA6A 8518 E52C 0DD8 FEDF  C850 BA40 D26F 6908
+                                E274

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,115 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.2.0 -- 20100111122824
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC22/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC22/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.5.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Galileo or Ganymede), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (1.1.x, 2.0.x, 2.1.x or 2.2)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 2.2.0 Enhancements
+--------------------------------------------------
+
+1. Numerous enhancements to the Geronimo deployment plan editors
+
+2. Inegrate v1.1.x server adapter in GEP 2.2. See details in online release notes
+
+
+
+Installation Instructions
+-------------------------
+
+See http://cwiki.apache.org/GMOxDOC22/installing-geronimo-eclipse-plugin.html
+
+
+Bug Fixed and New Features
+--------------------------
+
+GERONIMODEVTOOLS-598	Support builds on Linux x86_64 based systems
+GERONIMODEVTOOLS-594	Geronimo server can't be deleted when it has been stopped in GEP
+GERONIMODEVTOOLS-593	"tptp.runtime-TPTP-4.6.0.zip " download URL is incorrect in build.xml
+GERONIMODEVTOOLS-592	Extend "rename" for ejb/connector/ear project,too, meanwhile rename artifactId in these deployment plans.
+GERONIMODEVTOOLS-591	"Next" can go to next step without application chosen after click "back" button.
+GERONIMODEVTOOLS-590	org.eclipse.ltk.core.refactoring added in Require-Bundle must be set visibility:=reexport,
+GERONIMODEVTOOLS-587	Using GEP to convert an application to a plugin, if add prerequisite module,will encouter an error when install the plugin
+GERONIMODEVTOOLS-586	Index.jsp can not find servlet in the same project when use <jsp:include page="/ConverterHandler" />
+GERONIMODEVTOOLS-585	Make GEP generate standard JEE deployment descriptor by default
+GERONIMODEVTOOLS-582	Plugin list contains non-car modules when create plugin
+GERONIMODEVTOOLS-581	GEP 2.2 can't be installed on WTP 3.1 used by Eclipse 3.5 Galileo
+GERONIMODEVTOOLS-579	java specs are not included into G server runtime by default
+GERONIMODEVTOOLS-577	Appclient server and client environment module ID are the same resulting in deployment error.
+GERONIMODEVTOOLS-575	GEP errors that are logged to the Eclipse error log are not always seen by end-user
+GERONIMODEVTOOLS-571	"Next" or "Finish" Button displays when required fields are not selected or checked during convert plugin
+GERONIMODEVTOOLS-567	EJB projected created by WTP without openejb-jar.xml cannot be published to Geronimo 2.1.4 server via GEP 2.1.4
+GERONIMODEVTOOLS-563	Start geronimo server in profiling mode
+GERONIMODEVTOOLS-510	Deployment plan editor warning message when opening source tab for openejb-jar.xml file
+GERONIMODEVTOOLS-504	advanced security section does not allow setting of credential store
+GERONIMODEVTOOLS-456	Add Security Realm Wizard to GEP to deploy security realm directly from GEP
+GERONIMODEVTOOLS-455	Add Database pool wizard in GEP to enable application specific pools
+GERONIMODEVTOOLS-453	JAXB Classes support for schema geronimo-login-config-2.0.xsd
+GERONIMODEVTOOLS-362	GEP DependencyHelper not interrogating server for already-deployed dependencies
+GERONIMODEVTOOLS-361	GEP DependencyHelper not interrogating all contents of EAR files for dependencies
+GERONIMODEVTOOLS-320	Provide facility to change id/pw associated with server instance (withing creating a new instance of the server)
+GERONIMODEVTOOLS-289	Unable to deploy EJB application on AG 2.1 through Eclipse
+GERONIMODEVTOOLS-283	Refactoring a Dynamic Web Project's name doesn't refactor it's artifact id & context root
+GERONIMODEVTOOLS-255	Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin
+GERONIMODEVTOOLS-578	Integrate server adapter 1.1 in GEP 2.2
+GERONIMODEVTOOLS-573	<sec:security/> was added to plan after add a resource-ref via GEP UI
+GERONIMODEVTOOLS-568	Trunk build failed: should remove "snapshot" for 2.1 runtime dependency package
+GERONIMODEVTOOLS-541	move all Abbot testcases to run during a single server install/uninstall
+GERONIMODEVTOOLS-519	Document the Deployment Plan editors
+GERONIMODEVTOOLS-512	When running the testsuite from maven, the Geronimo branding does not show up
+GERONIMODEVTOOLS-481	Convert all Junit testcases to use the new NamespacePrefix class (instead of NamespacePrefixMapper)
+GERONIMODEVTOOLS-454	Add support to GEP for various Admin Console wizards like Database pool, Security realm etc
+GERONIMODEVTOOLS-433	Tasklist for Ganymede-specific problems
+GERONIMODEVTOOLS-432	Intermittent IllegalArgumentExceptions when starting a new run configuration using Ganymede
+GERONIMODEVTOOLS-424	Port Plan Creator work into GEP Deployment Plan Editor
+GERONIMODEVTOOLS-400	editing and saving the deployment plan XML doesn't get reflected back into the editor pages.
+GERONIMODEVTOOLS-383	unable to set enterprise-beans
+GERONIMODEVTOOLS-379	unable to set cmp-connection-factory"
+GERONIMODEVTOOLS-378	EJB deployment plan editor improvements
+GERONIMODEVTOOLS-355	devtools web page out of date. refers GEP v2.0.0, not lastest v2.1.1
+GERONIMODEVTOOLS-344	Cannot utilize the xpp3-1.1.3.4.O jar in GEP
+GERONIMODEVTOOLS-319	GEP security exception when attempting to use password that is not the default for the server
+GERONIMODEVTOOLS-292	manual install of plugin broken
+GERONIMODEVTOOLS-198	Daytrader deployment exception in Eclipse
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.2.0 -- 20100111122824
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+./gep22//updates/PLUGIN_RELEASE-NOTES-2.2.0.txt: 
+03 2C D9 E3 40 9F CC BB  55 03 70 DE E0 55 14 91

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.0.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+./gep22//updates/PLUGIN_RELEASE-NOTES-2.2.0.txt: 
+399B 56C5 5529 25F8 C233  D77C D89D B289 CBCA 8206

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,90 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.2.1 -- 20110107145847
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC22/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC22/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.5.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Galileo or Helios), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (1.1.x, 2.0.x, 2.1.x or 2.2.x)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.5.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 2.2.1 Enhancements
+--------------------------------------------------
+1. Support Geronimo Server 2.2.1
+
+2. Support Geronimo Server 2.1.7
+
+3. Support Eclipse Helios
+
+
+
+Installation Instructions
+-------------------------
+
+See http://cwiki.apache.org/GMOxDOC22/installing-geronimo-eclipse-plugin.html
+
+
+Bug Fixed and New Features
+--------------------------
+GERONIMODEVTOOLS-283 improve implementation to avoid possible failure with JDK6
+GERONIMODEVTOOLS-600 221 now branch can build with 64-bit jdk
+GERONIMODEVTOOLS-604 update eclipse to 3.5.2
+GERONIMODEVTOOLS-607 correct jstl lib path for v2.2 adapter
+GERONIMODEVTOOLS-608 reduce time-consuming in DependencyHelper with cache
+GERONIMODEVTOOLS-641 add configuration for maven release plugin in 2.2 branch
+GERONIMODEVTOOLS-644 Refactor code for Geronimo 2.2.x branch
+GERONIMODEVTOOLS-646 Upgrade to eclipse Helios for branches 2.2
+GERONIMODEVTOOLS-648 Source release assembly contains temporary files generated in build process
+GERONIMODEVTOOLS-660 Add new schema geronimo-jaspi.xsd into GEP
+GERONIMODEVTOOLS-661 Create JAXB model for geronimo-jaspi.xsd
+GERONIMODEVTOOLS-663 Remove duplicated License and Notice files in each jar when we issue "mvn release:prepare"
+GERONIMODEVTOOLS-673 Don't download TPTP runtime
+GERONIMODEVTOOLS-678 Can not install GEP in RAD SE v8.0
+GERONIMODEVTOOLS-681 GEP branch 22 build failure because of missing tptp packages 
+GERONIMODEVTOOLS-682 Upgrade Geronimo server support to 2.1.7 in GEP branch 22
+GERONIMODEVTOOLS-685 Can not build GEP2.2.1 testsuit successfully
+GERONIMODEVTOOLS-688 Synchronize GEP dependency per Server dependency list
+GERONIMODEVTOOLS-689 NullPointerException when publishing with Geronimo Eclipse Plugin
+GERONIMODEVTOOLS-690 NullpointerException occurs if one adds a "Utility Project" to the EAR
+GERONIMODEVTOOLS-691 GEP ui shows "%serverEditorPluginPage" instead of "Plugin"
+GERONIMODEVTOOLS-692 Can not build GEP on Mac
+
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 2.2.1 -- 20110107145847
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+PLUGIN_RELEASE-NOTES-2.2.1.txt: 02 7F EF 18 F1 04 C7 0F  94 02 E3 05 13 EB 59 C9

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-2.2.1.txt: F4C5 1478 FED1 D775 682D  664A E40E A9E0 12A6
+                                0D05

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,163 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0-beta-1 -- 20111130114311
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC30/fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC30/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.6.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Helios (3.6) or Indigo (3.7)), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (1.1.x, 2.0.x, 2.1.x, 2.2.x or 3.0-beta-1)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.6.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 3.0.0 Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 3.0-beta-1
+
+2. Support Eclipse Indigo (3.7), WTP 3.2 and Java EE 6 facet
+
+3. Support OSGI application programming tools
+
+
+
+Installation Instructions
+-------------------------
+
+See http://cwiki.apache.org/GMOxDOC30/installing-geronimo-eclipse-plugin.html
+
+
+Bug Fixed and New Features
+--------------------------
+GERONIMODEVTOOLS--774   java.lang.NullPointerException error happened for web application automatically redeploying after renamed the name of the project 
+GERONIMODEVTOOLS--765 	Improve module state synchronization between server & GEP
+GERONIMODEVTOOLS--764 	Control the OSGI bundle's start level in GEP
+GERONIMODEVTOOLS--763   "Source not found" message when debugging a project
+GERONIMODEVTOOLS--760   Two GeronimoServerBehaviourDelegates created for one IServer
+GERONIMODEVTOOLS--758 	Publishing one EJB will cause another stopped EJB's starting
+GERONIMODEVTOOLS--756   java.lang.NullPointerException: Module config Id not found for undeployment
+GERONIMODEVTOOLS--755 	Url not created rightly for dynamic web project and this deployed application can't be found on admin console from server view
+GERONIMODEVTOOLS--752 	Fail to start server in profile mode
+GERONIMODEVTOOLS--751 	No keys of Keyboard can jump out of the input box
+GERONIMODEVTOOLS--749 	Open the Geronimo plan, an error occurs when the server is started
+GERONIMODEVTOOLS--747 	Undeploy module while server is stopped
+GERONIMODEVTOOLS--746 	Invalid module state after server is stopped
+GERONIMODEVTOOLS--745 	Switching JRE via server configuration causes sever startup errors
+GERONIMODEVTOOLS--744 	More flexible no-redeployment option
+GERONIMODEVTOOLS--742 	NL supports
+GERONIMODEVTOOLS--740 	Generate p2 metadata for GEP
+GERONIMODEVTOOLS--736 	Review GEP code according to Eclipse UI guideline and do necessary updates
+GERONIMODEVTOOLS--735 	More user friendly message when deploying OSGi application
+GERONIMODEVTOOLS--734 	Allow OSGi fragment bundles to be deployed
+GERONIMODEVTOOLS--733 	Better error handling when module fails to export
+GERONIMODEVTOOLS--732 	Server admin password is written in plain text
+GERONIMODEVTOOLS--731 	Module's restart popupMenu misses icon
+GERONIMODEVTOOLS--730 	Synchronize the module state between GEP and geronimo server
+GERONIMODEVTOOLS--729 	application.xml has wrong xml name space
+GERONIMODEVTOOLS--728 	The original geronimo deployment plan will be cleaned when importing an existing EAR project
+GERONIMODEVTOOLS--727 	Change OSGi bundle symbolic name leads the eba being deleted on server in next publish but the eba project is still in server view
+GERONIMODEVTOOLS--726 	Incorrect project state after redeploying the application on server
+GERONIMODEVTOOLS--725 	EBA is always undeployed and then deployed due to can not correctly get the configruration id
+GERONIMODEVTOOLS--724 	Remove those redundant periods on GEP configuration UI
+GERONIMODEVTOOLS--723 	Upgrade server v2.1.x support from v2.1.5 to v2.1.7 in GEP 3.0
+GERONIMODEVTOOLS--722 	Upgrade server v2.2.x support from v2.2 to v2.2.1 in GEP 3.0
+GERONIMODEVTOOLS--721 	Server state in server view is not updated to synchronize with the actual server state
+GERONIMODEVTOOLS--720 	Error converting plan
+GERONIMODEVTOOLS--719 	NPE if delete a project which is deployed on geronimo server
+GERONIMODEVTOOLS--718 	Update a bundle within an EBA
+GERONIMODEVTOOLS--717 	Ability to start/stop/restart applications in server view
+GERONIMODEVTOOLS--716 	Automatically switch "target platform" to Geronimo
+GERONIMODEVTOOLS--715 	Misleading republish indication for a module in an application
+GERONIMODEVTOOLS--710 	context root with regular and bundle web applications
+GERONIMODEVTOOLS--708 	support plain osgi bundle deployment from GEP.
+GERONIMODEVTOOLS--705 	No target platform defined for use when new a OSGi bundle project
+GERONIMODEVTOOLS--704 	Provide a check box to clean server cache when start server from GEP.
+GERONIMODEVTOOLS--703 	Editing blueprint via Blueprint Editor in "general" view is extremely buggy
+GERONIMODEVTOOLS--702 	NPE when opening blueprint.xml
+GERONIMODEVTOOLS--701 	Restart Server will result in "existing deployed OSGI applications are re-deployed" when reopen eclipse
+GERONIMODEVTOOLS--700 	Automatically create target platform with geronimo server bundles when server is created
+GERONIMODEVTOOLS--699 	Correct serveral bundle locations in server runtime library
+GERONIMODEVTOOLS--698 	Context root specified while creating a dynamic web project is not respected
+GERONIMODEVTOOLS--697 	Update feature description to include Apache Geronimo v1.1 server
+GERONIMODEVTOOLS--690 	NullpointerException occurs if one adds a "Utility Project" to the EAR
+GERONIMODEVTOOLS--689 	NullPointerException when publishing with Geronimo Eclipse Plugin v2.1.7	
+GERONIMODEVTOOLS--678 	Can not install GEP in RAD SE v8.0
+GERONIMODEVTOOLS--674 	Upgrade eclipse to Helios SR1
+GERONIMODEVTOOLS--673 	Don't download TPTP runtime since maven-eclipsepde-plugin 1.1 can handle optional bundle now
+GERONIMODEVTOOLS--672 	Error occurs in geronimo deployment plan when refactoring projects
+GERONIMODEVTOOLS--670 	Geronimo deployment plan doesn't be created when creating projects using the Geronimo 2.2 as the target runtime
+GERONIMODEVTOOLS--669 	Modification to VM arguements is lost
+GERONIMODEVTOOLS--668 	Error occurs when converting apps to plugins
+GERONIMODEVTOOLS--667 	Configuration elements duplicated in Geronimo deployment plan editor for geronimo-application.xml
+GERONIMODEVTOOLS--665 	Error occurs when deploying EBA package
+GERONIMODEVTOOLS--664 	Update required WTP version number in feature.xml
+GERONIMODEVTOOLS--663 	Remove duplicated License and Notice files in each jar when we issue "mvn release:prepare"
+GERONIMODEVTOOLS--662 	update old schema files in st.schema and JAXB model for changed schema files
+GERONIMODEVTOOLS--661   Create JAXB model for geronimo-jaspi.xsd 	
+GERONIMODEVTOOLS--660 	Add new schema geronimo-jaspi.xsd into GEP
+GERONIMODEVTOOLS--656 	Failed to deploy aries samples
+GERONIMODEVTOOLS--653 	No GEP icon in the eclipse
+GERONIMODEVTOOLS--652 	Can't see icon for GEP in about dialog when install GEP in deployable mode
+GERONIMODEVTOOLS--651 	No deployment plan can be generated with 3.0 M1
+GERONIMODEVTOOLS--650 	The sections of server editor page "overview" cann't display
+GERONIMODEVTOOLS--649 	Can't build GEP trunk on 32-bit Mac
+GERONIMODEVTOOLS--648 	Source release assembly contains temporary files generated in build process
+GERONIMODEVTOOLS--646 	Upgrade to eclipse Helios
+GERONIMODEVTOOLS--643 	Refactor GEP 3.0 code to decouple various server adapters
+GERONIMODEVTOOLS--641 	To release GEP with maven release plugin
+GERONIMODEVTOOLS--640   Support Eclipse 3.6 (and latest versions of WTP, etc.)
+GERONIMODEVTOOLS--639   Enhance GEP to support Geronimo 3.0 server
+GERONIMODEVTOOLS--629   Implement any changed JEE6 deployment plan descriptors (via JAXB) for Web Profile server
+GERONIMODEVTOOLS--628   Implement any new JEE6 deployment plan descriptors (via JAXB) for Web Profile server
+GERONIMODEVTOOLS--626   Implement reordering of artifacts during deployment and run-on-server functions to adhere to specified dependencies in deployment plans and/or bundle manifests to ensure proper start order when started on the Geronimo server
+GERONIMODEVTOOLS--625   Implement run-on-server function from Eclipse workspace for JEE6/Web Profile spec-compliant workspace artifacts to the Geronimo server with/without Geronimo-specific deployment descriptors
+GERONIMODEVTOOLS--624   Implement deploy, redeploy, and un-deploy of JEE6/Web Profile spec-compliant artifacts to the Geronimo server (with/without Geronimo-specific deployment descriptor)
+GERONIMODEVTOOLS--623   Implement finer granularity of start/stop/restart operations on OSGi artifacts deployed on the Geronimo runtime
+GERONIMODEVTOOLS--621   Extend new Aries tooling to provide new OSGi PDE enhancements specific to Geronimo runtime
+GERONIMODEVTOOLS--619   Implement Blueprint XML form editor
+GERONIMODEVTOOLS--615   Implement deploy, redeploy, and un-deploy of OSGi spec-compliant artifacts to Geronimo server
+GERONIMODEVTOOLS--614   Support free (not open-source) Aries tooling
+GERONIMODEVTOOLS--613 	Miscellaneous Enhancements
+GERONIMODEVTOOLS--608 	Publish with GEP takes minutes, while deploy takes seconds
+GERONIMODEVTOOLS--607 	Missing JSTL jar in server runtime
+GERONIMODEVTOOLS--606 	Support Eclipse Helios
+GERONIMODEVTOOLS--605 	Generate classes with JAXB from new schema files for Java EE6
+GERONIMODEVTOOLS--600 	Build script should detect JDK data model(32bit or 64bit) instead of OS architecture
+
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0-beta-1 -- 20111130114311
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-3.0-beta-1.txt: 95 78 E1 88 23 9E 6D F1  11 35 66 FF BE F8
+                                     01 A2

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-3.0-beta-1.txt: 901E 35AF DF66 2790 41C0  CDAB 94EA 0B80
+                                     0F3B 1ECC

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,90 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0.0 (3.0.0)
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC30/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC30/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.6.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (3.7, 3.8 and 4.2), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (1.1.x, 2.0.x, 2.1.x, 2.2.x or 3.0.x)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.6.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 3.0.0 Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 3.0
+
+2. Support Eclipse (3.7, 3.8 and 4.2), WTP 3.4 and Java EE 6 facet
+
+3. Support OSGI application programming tools
+
+
+
+Installation Instructions
+-------------------------
+
+See http://cwiki.apache.org/GMOxDOC30/installing-geronimo-eclipse-plugin.html
+
+
+Bug Fixed and New Features
+--------------------------
+
+GERONIMODEVTOOLS--799   Could not synchronize the security tab with source tab in geronimo-application.xml and openejb-jar.xml
+GERONIMODEVTOOLS--798 	ClassCastException deploying EAR under eclipse 3.8 & 4.2 with geronimo-3
+GERONIMODEVTOOLS--797 	Latest beta version does not work with Eclipse Juno because of invalid openejb-jar-2.2.xsd file
+GERONIMODEVTOOLS--794   Support Eclipse 4.2
+GERONIMODEVTOOLS--792   Provide the GEP build the unique timestamps each time
+GERONIMODEVTOOLS--790 	Application started twice
+GERONIMODEVTOOLS--789   Improve SynchronizeProjectOnServerTask
+GERONIMODEVTOOLS--788   The hot deploy of jsp and other static resource files do not work even under the development mode
+GERONIMODEVTOOLS--787   Failed to hot deploy a resource file
+GERONIMODEVTOOLS--786   Failed deployment of EAR causes consistent error messages in eclipse following on
+GERONIMODEVTOOLS--784   EBA Auto-redeployment failed if not enabling hot swap
+GERONIMODEVTOOLS--783   Could not replace with temp file error prevents class hot swap
+GERONIMODEVTOOLS--782   Source not found
+GERONIMODEVTOOLS--781   slf4j version conflict
+GERONIMODEVTOOLS--780   IOException: The client has been closed.
+GERONIMODEVTOOLS--777   Missing packages in Geronimo target platform
+
+Known Issues and Limitations
+----------------------------
+
+GERONIMODEVTOOLS--793   NameSpace of web application need to be updated
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0.0 (3.0.0)
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+PLUGIN_RELEASE-NOTES-3.0.0.txt: D8 DA E6 9A 4C 3D 27 C5  60 5E 0D 09 E6 C3 B9 D0

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0.0.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-3.0.0.txt: 12B6 6BA5 84D1 A12A E0F4  939D EF38 5362 7C65
+                                A6F6

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt Sun Jan  6 14:05:29 2013
@@ -0,0 +1,85 @@
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0.0 -- 20100706215411
+
+
+Helpful URLs
+------------
+Geronimo Devtools:                          http://geronimo.apache.org/development-tools.html
+Geronimo Eclipse Update Site:               http://www.apache.org/dist/geronimo/eclipse/updates
+Bug Tracking:                               http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
+Quick start - fast and easy development:    http://cwiki.apache.org/GMOxDOC30/quick-start-fast-and-easy-development.html
+5-minute Tutorial using GEP:                http://cwiki.apache.org/GMOxDOC30/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html
+
+
+System Requirements
+-------------------
+1. Java J2SE 1.6.0 or greater, and a platform that supports it
+
+2. Eclipse IDE for Java EE Developers (Galileo or Halios), which is platform-specific
+
+   -- Get Eclipse from http://www.eclipse.org/downloads/
+
+3. Geronimo server (1.1.x, 2.0.x, 2.1.x, 2.2.x or 3.0_M1)
+
+   -- Get a Geronimo server from http://geronimo.apache.org/downloads.html
+
+
+
+Notes
+-----
+You will likely need to increase the default setting for maximum PermGen size
+for your Eclipse installation (especially for Sun's JDK 1.6.0_x on the Windows
+platform) to prevent "java.lang.OutOfMemoryError: PermGen" errors. From the
+command line you can use:
+
+        eclipse -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+Or you can edit your eclipse.ini file. An example is shown below but remember
+that each argument has to be on seperate lines:
+
+        -vmargs
+        -Xms128m
+        -Xmx512m
+        -XX:MaxPermSize=128m
+
+
+
+Geronimo Eclipse Plugin Version 3.0.0 Enhancements
+--------------------------------------------------
+
+1. Support Geronimo Server 3.0 Milestone 1
+
+2. Support Eclipse Halios, WTP 3.2 and Java EE 6 facet
+
+3. Support OSGI application programming tools
+
+
+
+Installation Instructions
+-------------------------
+
+See http://cwiki.apache.org/GMOxDOC30/installing-geronimo-eclipse-plugin.html
+
+
+Bug Fixed and New Features
+--------------------------
+
+GERONIMODEVTOOLS-652    Can't see icon for GEP in about dialog when install GEP in deployable mode
+GERONIMODEVTOOLS-651    No deployment plan can be generated with 3.0 M1
+GERONIMODEVTOOLS-650    The sections of server editor page "overview" cann't display
+GERONIMODEVTOOLS-647	Synchronize dependency version with Geronimo 3.0 M1
+GERONIMODEVTOOLS-646	Upgrade to eclipse Helios
+GERONIMODEVTOOLS-643	Refactor GEP 3.0 code to decouple various server adapters
+GERONIMODEVTOOLS-641	To release GEP with maven release plugin
+GERONIMODEVTOOLS-640	Support Eclipse 3.6 (and latest versions of WTP, etc.)
+GERONIMODEVTOOLS-639	Enhance GEP to support Geronimo 3.0 server
+GERONIMODEVTOOLS-621	Extend new Aries tooling to provide new OSGi PDE enhancements specific to Geronimo runtime
+GERONIMODEVTOOLS-614	Support free (not open-source) Aries tooling
+GERONIMODEVTOOLS-606	Support Eclipse Halios
+GERONIMODEVTOOLS-605	Generate classes with JAXB from new schema files for Java EE6
+GERONIMODEVTOOLS-604	Upgrade to eclipse 3.5.2
+GERONIMODEVTOOLS-603	Make Geronimo 3.0 server runnable with GEP
+
+
+Release Notes -- Apache Geronimo Eclipse Plugin -- Version 3.0.0 -- 20100706215411
+
+@version $Rev$ $Date$

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.md5
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.md5 (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-3.0_M1.txt: FB 24 BF E5 62 81 90 26  84 0D D1 9D CD EC 15
+                                 3C

Added: release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.sha
==============================================================================
--- release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.sha (added)
+++ release/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0_M1.txt.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+PLUGIN_RELEASE-NOTES-3.0_M1.txt: 59E2 EACB 1DE8 9631 5A90  CEB8 6D99 FE3B BDB3
+                                 017C

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+dc7f32d324aeb047e8e204bbee7ccfc2
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.0.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+b8e93a6f7da00c48b751cd781ea3ecd04d8a67f3
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+0f2ef8c3ba838261269cb7ac8b70f1ca
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.1.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+b627b1752894185928fd195a36afda110b25b2a3
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+c43ca0c687cf6c49a2a877f7f4528901
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_1.2.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+0e799858c25bcac348d0320d413074fba4feef8c
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.feature_2.0.0.jar: B3 53 9B 10 CB FD F6 C8  18 4B C5 44 0A
+                                       1C 31 8A

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.0.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.feature_2.0.0.jar: CBD8 D6AF 8D91 DB20 1A76  B40B 0951 1BB6
+                                       47A6 77E8

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.feature_2.1.0.jar: 7A 55 D3 2E 43 A4 71 25  1B 9F 58 53 96
+                                       06 2D BF

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.feature_2.1.0.jar: 5AB1 53D0 F343 CD3B 9F83  C487 3010 3D40
+                                       2C15 CD58

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.feature_2.1.1.jar: 82 EB 85 06 55 B9 3F 4E  AB 69 E1 D3 91
+                                       73 DD 28

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.feature_2.1.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.feature_2.1.1.jar: 956A A2CD 7B6D 69E1 C209  A9CB CCBF CA90
+                                       1E34 F505

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+f7d7fc5583379d3d476175ef92e12ce5
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.0.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+f51d0881fe5232af8e5fb53e7b34561c0a5472d7
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+e5b44b8f12e231c2051ed17f13a461da
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+3a2a87bac7ab241650a75c3ea887c762df6bd679
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+cc4cbfdb8353cdf7fd0ee73efc9afbac
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_1.1.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+1fe46565dac5d7fec635569eaee1e81bbe293afa
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar: 
+92 BD 13 1E 54 32 10 55  3A 5D B2 E9 09 CD 7D 8A

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.jetty.feature_2.0.1.jar: 
+ABD4 3C68 3B4D 4A3E EB5B  E2AF 3FE7 AE6A 66A1 CD7D

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar: 
+4F A8 F3 CF 27 00 09 6F  67 6F F2 99 02 4D 5F 80

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.jetty.feature_2.1.0.jar: 
+B665 9EFE E52E 1A16 D392  9A00 238C BA8A 7688 B3AE

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar: 
+B8 4A 08 BD 5B 1C F0 AC  F1 65 27 CA CE C3 01 23

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.jetty.feature_2.1.1.jar: 
+B1D4 1F5C 573E 7E22 9379  D897 9E77 745D AC6E 2F02

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+fe0b5b6f94aeceb1774d00202dee4cd1
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.0.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+95924bbae48c9a8d6e91fa3394986b9ce56e5597
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+ba5f67254a3b72d8885cfc11aa163420
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+180c2aedeb874f7bc97518fc3f02e34d9d4ab819
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+974729358729b16d1d4e74ef1861b22f
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_1.1.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1 @@
+acac4a9e04f3a0b533961258be151efd2b6f5bc4
\ No newline at end of file

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar: 
+89 3B 90 CF 43 7E B1 D9  01 2D E8 70 E6 C3 C9 C4

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.tomcat.feature_2.0.1.jar: 
+D180 9DF3 F552 A041 6DAE  3B11 D555 FB3A 25E5 7938

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar: 
+26 4E 62 E6 68 6B 50 F3  AA 91 F9 93 2F 88 B1 B6

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.tomcat.feature_2.1.0.jar: 
+C9BF 6BB5 B965 69CD 142B  902A B296 D66F 4654 4742

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.md5
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.md5 (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.md5 Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar: 
+35 79 5F 9D 83 EE 44 15  F8 B1 44 98 08 30 F8 14

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.sha
==============================================================================
--- release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.sha (added)
+++ release/geronimo/eclipse/updates/features/org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar.sha Sun Jan  6 14:05:29 2013
@@ -0,0 +1,2 @@
+org.apache.geronimo.installableruntime.tomcat.feature_2.1.1.jar: 
+4C88 CAF8 57AF 6F2A 0C6F  CF47 3FA8 7162 18B8 FFC6

Added: release/geronimo/eclipse/updates/features/org.apache.geronimo.source.feature_1.0.0.jar
==============================================================================
Binary file - no diff available.