You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/10/22 16:33:11 UTC

svn commit: r1026343 - in /servicemix/smx4/bundles/trunk: .gitignore pom.xml

Author: jbonofre
Date: Fri Oct 22 14:33:10 2010
New Revision: 1026343

URL: http://svn.apache.org/viewvc?rev=1026343&view=rev
Log:
[SMX4-613] Create a Dozer 5.3.0 OSGi bundle.

Modified:
    servicemix/smx4/bundles/trunk/.gitignore
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/.gitignore
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/.gitignore?rev=1026343&r1=1026342&r2=1026343&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/.gitignore (original)
+++ servicemix/smx4/bundles/trunk/.gitignore Fri Oct 22 14:33:10 2010
@@ -1 +1,5 @@
 *.iml
+*.ipr
+*.iws
+target
+.project

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1026343&r1=1026342&r2=1026343&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Oct 22 14:33:10 2010
@@ -65,6 +65,7 @@
         <module>hsqldb-1.8.0.7</module>
         <module>hsqldb-1.8.0.10</module>
         <module>mybatis-3.0.2</module>
+        <module>dozer-5.3.0</module>
     </modules>
 
 </project>