Author: ruwan
Date: Tue May 13 10:02:41 2008
New Revision: 16955

Log:
Adding the Smooks Mediator core to the ESB (initial)

Added:
   trunk/esb/java/modules/mediators/smooks/
   trunk/esb/java/modules/mediators/smooks/pom.xml   (contents, props changed)

Added: trunk/esb/java/modules/mediators/smooks/pom.xml
==============================================================================
--- (empty file)
+++ trunk/esb/java/modules/mediators/smooks/pom.xml     Tue May 13 10:02:41 2008
@@ -0,0 +1,19 @@
+<project
+        xmlns="http://maven.apache.org/POM/4.0.0";
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.wso2.esb</groupId>
+        <artifactId>wso2-esb-mediators</artifactId>
+        <version>1.7-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.wso2.esb.mediators</groupId>
+    <artifactId>smooks-mediator</artifactId>
+
+    <name>WSO2 ESB - Smooks Mediator</name>
+    <description>WSO2 Enterprise Service Bus (ESB) - Smooks 
Mediator</description>
+    <packaging>jar</packaging>
+
+</project>

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

Reply via email to