You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by as...@apache.org on 2008/05/15 10:23:41 UTC

svn commit: r656544 - in /synapse/branches/1.2: pom.xml repository/conf/wrapper.conf

Author: asankha
Date: Thu May 15 01:23:41 2008
New Revision: 656544

URL: http://svn.apache.org/viewvc?rev=656544&view=rev
Log:
add comment for parameter in wrapper.conf for servername
exclude geronimo spec jars from synapse

Modified:
    synapse/branches/1.2/pom.xml
    synapse/branches/1.2/repository/conf/wrapper.conf

Modified: synapse/branches/1.2/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/pom.xml?rev=656544&r1=656543&r2=656544&view=diff
==============================================================================
--- synapse/branches/1.2/pom.xml (original)
+++ synapse/branches/1.2/pom.xml Thu May 15 01:23:41 2008
@@ -291,6 +291,16 @@
                 <groupId>org.apache.axis2</groupId>
                 <artifactId>axis2-saaj</artifactId>
                 <version>${axis2.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-javamail_1.4_spec</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-activation_1.1_spec</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.axis2</groupId>

Modified: synapse/branches/1.2/repository/conf/wrapper.conf
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/repository/conf/wrapper.conf?rev=656544&r1=656543&r2=656544&view=diff
==============================================================================
--- synapse/branches/1.2/repository/conf/wrapper.conf (original)
+++ synapse/branches/1.2/repository/conf/wrapper.conf Thu May 15 01:23:41 2008
@@ -44,6 +44,7 @@
 wrapper.app.parameter.4=.
 wrapper.app.parameter.5=repository/conf/synapse.xml
 wrapper.app.parameter.6=repository
+# add the serverName for the synapse instance, if any. Defaults to the hostname
 wrapper.app.parameter.7=
 
 #********************************************************************