Author: indika
Date: Tue Nov 6 00:24:29 2007
New Revision: 592327
URL: http://svn.apache.org/viewvc?rev=592327&view=rev
Log:
fixed an issue in creating war file from synapse-src build
Modified:
webservices/synapse/branches/1.1/modules/war/pom.xml
Modified: webservices/synapse/branches/1.1/modules/war/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/branches/1.1/modules/war/pom.xml?rev=592327&r1=592326&r2=592327&view=diff
==============================================================================
--- webservices/synapse/branches/1.1/modules/war/pom.xml (original)
+++ webservices/synapse/branches/1.1/modules/war/pom.xml Tue Nov 6 00:24:29
2007
@@ -62,7 +62,7 @@
<groupId>org.apache.sandesha2</groupId>
<artifactId>sandesha2</artifactId>
<version>${sandesha2.version}</version>
- <type>mar</type>
+ <type>mar</type>
<outputDirectory>target/temp/lib</outputDirectory>
</artifactItem>
<artifactItem>
@@ -93,9 +93,9 @@
<directory>repository</directory>
<targetPath>WEB-INF/repository</targetPath>
<excludes>
- <exclude>repository/conf/web.xml</exclude>
- <exclude>repository/conf/axis2.xml</exclude>
- <exclude>repository/conf/synapse.xml</exclude>
+ <exclude>conf/web.xml</exclude>
+ <exclude>conf/axis2.xml</exclude>
+ <exclude>conf/synapse.xml</exclude>
</excludes>
</resource>
<!--<resource>-->
@@ -119,6 +119,7 @@
<targetPath>WEB-INF/classes</targetPath>
<includes>
<include>log4j.properties</include>
+ <include>synapse.properties</include>
<include>identity.jks</include>
<include>trust.jks</include>
</includes>
@@ -223,23 +224,23 @@
</resource>
<resource>
<directory>repository/conf</directory>
- <targetPath>WEB-INF</targetPath>
+ <targetPath>WEB-INF/conf</targetPath>
<includes>
- <include>web.xml</include>
+ <include>axis2.xml</include>
+ <include>synapse.xml</include>
</includes>
</resource>
<resource>
<directory>repository/conf</directory>
- <targetPath>WEB-INF/conf</targetPath>
+ <targetPath>WEB-INF</targetPath>
<includes>
- <include>axis2.xml</include>
- <include>synapse.xml</include>
+ <include>web.xml</include>
</includes>
</resource>
</webResources>
</configuration>
</plugin>
-
+
</plugins>
</build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]