Author: hiranya
Date: Wed Aug  4 07:57:31 2010
New Revision: 982149

URL: http://svn.apache.org/viewvc?rev=982149&view=rev
Log:
URL rewrite mediator


Added:
    synapse/trunk/scratch/hiranya/urlrewrite/
    synapse/trunk/scratch/hiranya/urlrewrite/pom.xml
    synapse/trunk/scratch/hiranya/urlrewrite/src/
    synapse/trunk/scratch/hiranya/urlrewrite/src/main/
    synapse/trunk/scratch/hiranya/urlrewrite/src/main/java/

Added: synapse/trunk/scratch/hiranya/urlrewrite/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/scratch/hiranya/urlrewrite/pom.xml?rev=982149&view=auto
==============================================================================
--- synapse/trunk/scratch/hiranya/urlrewrite/pom.xml (added)
+++ synapse/trunk/scratch/hiranya/urlrewrite/pom.xml Wed Aug  4 07:57:31 2010
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.synapse</groupId>
+    <artifactId>urlrewrite-mediator</artifactId>
+    <name>URL Rewrite Mediator (Experimental)</name>    
+    <version>1.0.0</version>
+    <packaging>jar</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+       <dependency>
+          <groupId>org.apache.synapse</groupId>
+          <artifactId>synapse-core</artifactId>
+          <version>2.0.0-SNAPSHOT</version>
+       </dependency>
+       <dependency>
+           <groupId>junit</groupId>
+           <artifactId>junit</artifactId>
+           <version>4.0</version>
+       </dependency>
+    </dependencies>
+</project>


Reply via email to