You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/02/11 10:52:23 UTC

svn commit: r743286 - in /servicemix/smx4/bundles/trunk: pom.xml quartz-1.6.1/ quartz-1.6.1/pom.xml

Author: gnodet
Date: Wed Feb 11 09:52:22 2009
New Revision: 743286

URL: http://svn.apache.org/viewvc?rev=743286&view=rev
Log:
Add quartz 1.6.1 bundle

Added:
    servicemix/smx4/bundles/trunk/quartz-1.6.1/   (props changed)
      - copied from r742283, servicemix/smx4/bundles/trunk/quartz-1.5.2/
Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=743286&r1=743285&r2=743286&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Feb 11 09:52:22 2009
@@ -87,6 +87,9 @@
         <module>osworkflow-2.7.0</module>
         <module>propertyset-1.3</module>
         <module>quartz-1.5.2</module>
+        -->
+        <module>quartz-1.6.1</module>
+        <!--
         <module>rhino-1.7-R1</module>
         <module>saaj-impl-1.3</module>
         <module>saxon-9.1.0.1</module>

Propchange: servicemix/smx4/bundles/trunk/quartz-1.6.1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb 11 09:52:22 2009
@@ -0,0 +1,9 @@
+target
+*.iml
+*.ipr
+*.iws
+.classpath
+.project
+.settings
+bin
+

Propchange: servicemix/smx4/bundles/trunk/quartz-1.6.1/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml?rev=743286&r1=742283&r2=743286&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml Wed Feb 11 09:52:22 2009
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.quartz</artifactId>
-    <version>1.5.2_2-SNAPSHOT</version>
+    <version>1.6.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
@@ -36,9 +36,9 @@
     </description>
 
     <properties>
-        <pkgGroupId>quartz</pkgGroupId>
+        <pkgGroupId>org.opensymphony.quartz</pkgGroupId>
         <pkgArtifactId>quartz</pkgArtifactId>
-        <pkgVersion>1.5.2</pkgVersion>
+        <pkgVersion>1.6.1</pkgVersion>
         <servicemix.osgi.import.pkg>
             javax.ejb*;resolution:=optional,
             javax.mail*;resolution:=optional,
@@ -49,6 +49,7 @@
             org.apache.commons.beanutils*;resolution:=optional,
             org.apache.commons.dbcp*;resolution:=optional,
             org.apache.commons.digester*;resolution:=optional,
+            org.apache.commons.modeler*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>