You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2006/10/02 22:41:24 UTC

svn commit: r452200 - in /incubator/servicemix/trunk/servicemix-saxon: pom.xml src/main/java/org/apache/servicemix/saxon/SaxonBootstrap.java

Author: jstrachan
Date: Mon Oct  2 13:41:23 2006
New Revision: 452200

URL: http://svn.apache.org/viewvc?view=rev&rev=452200
Log:
zapped the now unneccessary bootstrap class

Removed:
    incubator/servicemix/trunk/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonBootstrap.java
Modified:
    incubator/servicemix/trunk/servicemix-saxon/pom.xml

Modified: incubator/servicemix/trunk/servicemix-saxon/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-saxon/pom.xml?view=diff&rev=452200&r1=452199&r2=452200
==============================================================================
--- incubator/servicemix/trunk/servicemix-saxon/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-saxon/pom.xml Mon Oct  2 13:41:23 2006
@@ -79,7 +79,6 @@
         <extensions>true</extensions>
         <configuration>
           <type>service-engine</type>
-          <bootstrap>org.apache.servicemix.saxon.SaxonBootstrap</bootstrap>
           <component>org.apache.servicemix.saxon.SaxonComponent</component>
         </configuration>
       </plugin>