From: <mwl...@us...> - 2009-06-18 19:36:50
|
Revision: 870 http://cishell.svn.sourceforge.net/cishell/?rev=870&view=rev Author: mwlinnem Date: 2009-06-18 19:36:47 +0000 (Thu, 18 Jun 2009) Log Message: ----------- Added some plugins from the NWB repository to this feature (...). Not the hottest move. If this works I MAY move some of those libraries into CIShell or vice-versa. Modified Paths: -------------- trunk/deployment/org.cishell.reference.database.feature/feature.xml Modified: trunk/deployment/org.cishell.reference.database.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/feature.xml 2009-06-18 16:36:01 UTC (rev 869) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2009-06-18 19:36:47 UTC (rev 870) @@ -57,4 +57,22 @@ version="0.0.0" unpack="false"/> + <plugin + id="commons_dbcp" + download-size="0" + install-size="0" + version="0.0.0"/> + + <plugin + id="commons_pool" + download-size="0" + install-size="0" + version="0.0.0"/> + + <plugin + id="hsqldb" + download-size="0" + install-size="0" + version="0.0.0"/> + </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mwl...@us...> - 2009-06-24 19:56:57
|
Revision: 872 http://cishell.svn.sourceforge.net/cishell/?rev=872&view=rev Author: mwlinnem Date: 2009-06-24 19:56:44 +0000 (Wed, 24 Jun 2009) Log Message: ----------- Adding Derby to database feature (which is required by some of the other plugins). Modified Paths: -------------- trunk/deployment/org.cishell.reference.database.feature/feature.xml Modified: trunk/deployment/org.cishell.reference.database.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/feature.xml 2009-06-20 20:02:22 UTC (rev 871) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2009-06-24 19:56:44 UTC (rev 872) @@ -75,4 +75,10 @@ install-size="0" version="0.0.0"/> + <plugin + id="Apache_Derby" + download-size="0" + install-size="0" + version="0.0.0"/> + </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mwl...@us...> - 2010-03-16 18:15:01
|
Revision: 1045 http://cishell.svn.sourceforge.net/cishell/?rev=1045&view=rev Author: mwlinnem Date: 2010-03-16 18:14:54 +0000 (Tue, 16 Mar 2010) Log Message: ----------- Added google collections and cishell utilities to database feature. Modified Paths: -------------- trunk/deployment/org.cishell.reference.database.feature/feature.xml Modified: trunk/deployment/org.cishell.reference.database.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/feature.xml 2010-03-16 18:12:10 UTC (rev 1044) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2010-03-16 18:14:54 UTC (rev 1045) @@ -81,4 +81,17 @@ install-size="0" version="0.0.0"/> + <plugin + id="org.cishell.utilities" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="google_collections" + download-size="0" + install-size="0" + version="0.0.0"/> + </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Bruce H. <bh...@bh...> - 2009-06-18 19:41:03
|
Bad Micah, no cookie for you! :-P Bruce On Thu, Jun 18, 2009 at 3:36 PM, <mwl...@us...> wrote: > Revision: 870 > http://cishell.svn.sourceforge.net/cishell/?rev=870&view=rev > Author: mwlinnem > Date: 2009-06-18 19:36:47 +0000 (Thu, 18 Jun 2009) > > Log Message: > ----------- > Added some plugins from the NWB repository to this feature (...). Not the > hottest move. If this works I MAY move some of those libraries into CIShell > or vice-versa. > > Modified Paths: > -------------- > trunk/deployment/org.cishell.reference.database.feature/feature.xml > > Modified: > trunk/deployment/org.cishell.reference.database.feature/feature.xml > =================================================================== > --- trunk/deployment/org.cishell.reference.database.feature/feature.xml > 2009-06-18 16:36:01 UTC (rev 869) > +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml > 2009-06-18 19:36:47 UTC (rev 870) > @@ -57,4 +57,22 @@ > version="0.0.0" > unpack="false"/> > > + <plugin > + id="commons_dbcp" > + download-size="0" > + install-size="0" > + version="0.0.0"/> > + > + <plugin > + id="commons_pool" > + download-size="0" > + install-size="0" > + version="0.0.0"/> > + > + <plugin > + id="hsqldb" > + download-size="0" > + install-size="0" > + version="0.0.0"/> > + > </feature> > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Cishell-svn mailing list > Cis...@li... > https://lists.sourceforge.net/lists/listinfo/cishell-svn > |