Author: ruwan
Date: Sun Apr 26 20:02:34 2009
New Revision: 34151
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34151

Log:
log4j.properties and the *.jks belongs to the distribution module
-- also removes the log4j.properties file in the synapse-core.jar

Added:
   branches/synapse/1.3-wso2v1/modules/distribution/src/main/conf/
   branches/synapse/1.3-wso2v1/modules/distribution/src/main/conf/identity.jks  
 (props changed)
      - copied unchanged from r33874, 
/branches/synapse/1.3-wso2v1/modules/core/src/main/resources/identity.jks
   
branches/synapse/1.3-wso2v1/modules/distribution/src/main/conf/log4j.properties
      - copied unchanged from r33874, 
/branches/synapse/1.3-wso2v1/modules/core/src/main/resources/log4j.properties
   branches/synapse/1.3-wso2v1/modules/distribution/src/main/conf/providers.xml
      - copied unchanged from r33874, 
/branches/synapse/1.3-wso2v1/modules/core/src/main/resources/providers.xml
   branches/synapse/1.3-wso2v1/modules/distribution/src/main/conf/trust.jks   
(props changed)
      - copied unchanged from r33874, 
/branches/synapse/1.3-wso2v1/modules/core/src/main/resources/trust.jks
Removed:
   branches/synapse/1.3-wso2v1/modules/core/src/main/resources/identity.jks
   branches/synapse/1.3-wso2v1/modules/core/src/main/resources/log4j.properties
   branches/synapse/1.3-wso2v1/modules/core/src/main/resources/providers.xml
   branches/synapse/1.3-wso2v1/modules/core/src/main/resources/trust.jks
Modified:
   
branches/synapse/1.3-wso2v1/modules/core/src/test/java/org/apache/synapse/n2n/SynapseCommodityServiceTest.java

Deleted: 
branches/synapse/1.3-wso2v1/modules/core/src/main/resources/identity.jks
URL: http://wso2.org/svn/browse/wso2/None?pathrev=34150

Deleted: 
branches/synapse/1.3-wso2v1/modules/core/src/main/resources/log4j.properties
URL: http://wso2.org/svn/browse/wso2/None?pathrev=34150

Deleted: 
branches/synapse/1.3-wso2v1/modules/core/src/main/resources/providers.xml
URL: http://wso2.org/svn/browse/wso2/None?pathrev=34150

Deleted: branches/synapse/1.3-wso2v1/modules/core/src/main/resources/trust.jks
URL: http://wso2.org/svn/browse/wso2/None?pathrev=34150

Modified: 
branches/synapse/1.3-wso2v1/modules/core/src/test/java/org/apache/synapse/n2n/SynapseCommodityServiceTest.java
URL: 
http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/core/src/test/java/org/apache/synapse/n2n/SynapseCommodityServiceTest.java?rev=34151&r1=34150&r2=34151&view=diff
==============================================================================
--- 
branches/synapse/1.3-wso2v1/modules/core/src/test/java/org/apache/synapse/n2n/SynapseCommodityServiceTest.java
      (original)
+++ 
branches/synapse/1.3-wso2v1/modules/core/src/test/java/org/apache/synapse/n2n/SynapseCommodityServiceTest.java
      Sun Apr 26 20:02:34 2009
@@ -64,7 +64,7 @@
         findAndReplace(
             new File("./../../repository/conf/axis2.xml"),
             new File("./target/test_repos/axis2.xml"),
-            "lib/", "src/main/resources/");
+            "lib/", "./../distribution/src/main/conf/");
 
         System.setProperty("jmx.agent.name", "synapse");
         ConfigurationContext synapseConfigCtx = ConfigurationContextFactory

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to