You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/03/13 14:25:29 UTC

svn commit: r636758 [6/9] - in /webservices/axis2/trunk/java/modules: adb-codegen/ adb/ addressing/ codegen/ corba/ distribution/ documentation/ fastinfoset/ integration/ java2wsdl/ jaxbri/ jaxws-api/ jaxws-integration/ jaxws/ jibx/ json/ jws-api/ kern...

Modified: webservices/axis2/trunk/java/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/scripting/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/scripting/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/scripting/pom.xml Thu Mar 13 06:25:25 2008
@@ -17,24 +17,25 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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.apache.axis2</groupId>
-		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
-		<relativePath>../parent/pom.xml</relativePath>
-	</parent>
-	<artifactId>axis2-scripting</artifactId>
-	<packaging>mar</packaging>
-	<name>Apache Axis 2.0 - Scripting</name>
-	<description>Axis2 scripting support for services implemented with scripting languages</description>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-kernel</artifactId>
-			<version>${version}</version>
-		</dependency>
+<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.apache.axis2</groupId>
+        <artifactId>axis2-parent</artifactId>
+        <version>SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>axis2-scripting</artifactId>
+    <packaging>mar</packaging>
+    <name>Apache Axis 2.0 - Scripting</name>
+    <description>Axis2 scripting support for services implemented with scripting languages</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
         <dependency>
             <groupId>rhino</groupId>
             <artifactId>js</artifactId>
@@ -47,58 +48,58 @@
             <groupId>bsf</groupId>
             <artifactId>bsf</artifactId>
         </dependency>
-	</dependencies>
-	<build>
-		<sourceDirectory>src</sourceDirectory>
-		<testSourceDirectory>test</testSourceDirectory>
-		<resources>
-			<resource>
-				<directory>conf</directory>
-				<excludes>
-					<exclude>**/*.properties</exclude>
-				</excludes>
-				<filtering>false</filtering>
-			</resource>
-			<resource>
-				<directory>src</directory>
-				<excludes>
-					<exclude>**/*.java</exclude>
-				</excludes>
-			</resource>
-		</resources>
-		<testResources>
-			<testResource>
-				<targetPath>../test-resources</targetPath>
-				<directory>test-resources</directory>
-				<includes>
-					<include>**/**</include>
-				</includes>
-			</testResource>
-		</testResources>
-		<plugins>
-			<plugin>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<inherited>true</inherited>
-				<configuration>
-					<skip>false</skip>
-					<includes>
-						<include>**/*Test.java</include>
-					</includes>
-					<excludes>
-						<exclude>**/ScriptModuleTest.java</exclude>
-						<exclude>**/ScriptDeploymentEngineTest.java</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.axis2</groupId>
-				<artifactId>axis2-mar-maven-plugin</artifactId>
-				<version>${version}</version>
-				<extensions>true</extensions>
-				<configuration>
-					<includeDependencies>false</includeDependencies>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+    </dependencies>
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+        <testSourceDirectory>test</testSourceDirectory>
+        <resources>
+            <resource>
+                <directory>conf</directory>
+                <excludes>
+                    <exclude>**/*.properties</exclude>
+                </excludes>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
+                <directory>src</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                </excludes>
+            </resource>
+        </resources>
+        <testResources>
+            <testResource>
+                <targetPath>../test-resources</targetPath>
+                <directory>test-resources</directory>
+                <includes>
+                    <include>**/**</include>
+                </includes>
+            </testResource>
+        </testResources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <skip>false</skip>
+                    <includes>
+                        <include>**/*Test.java</include>
+                    </includes>
+                    <excludes>
+                        <exclude>**/ScriptModuleTest.java</exclude>
+                        <exclude>**/ScriptDeploymentEngineTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-mar-maven-plugin</artifactId>
+                <version>${version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <includeDependencies>false</includeDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: webservices/axis2/trunk/java/modules/soapmonitor/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/soapmonitor/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/soapmonitor/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/soapmonitor/pom.xml Thu Mar 13 06:25:25 2008
@@ -17,96 +17,97 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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.apache.axis2</groupId>
-		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
-		<relativePath>../parent/pom.xml</relativePath>
-	</parent>
-	<artifactId>soapmonitor</artifactId>
-	<packaging>mar</packaging>
-	<name>Apache Axis 2.0 - SOAP Monitor</name>
-	<description>soapmonitor for Axis 2.0</description>
-	<dependencies>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-kernel</artifactId>
-			<version>${version}</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<sourceDirectory>src</sourceDirectory>
-		<testSourceDirectory>test</testSourceDirectory>
-		<resources>
-			<resource>
-				<directory>conf</directory>
-				<excludes>
-					<exclude>**/*.properties</exclude>
-				</excludes>
-				<filtering>false</filtering>
-			</resource>
-			<resource>
-				<directory>src</directory>
-				<includes>
-					<include>**/module.xml</include>
-				</includes>
-				<filtering>false</filtering>
-			</resource>
-		</resources>
-		<testResources>
-			<testResource>
-				<targetPath>../test-resources</targetPath>
-				<directory>test-resources</directory>
-				<includes>
-					<include>**/**</include>
-				</includes>
-			</testResource>
-		</testResources>
-		<plugins>
-			<plugin>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<inherited>true</inherited>
-				<configuration>
-					<skip>false</skip>
-				</configuration>
-			</plugin>
-                        <plugin>
-                                <groupId>org.apache.maven.plugins</groupId>
-                                <artifactId>maven-antrun-plugin</artifactId>
-                                <executions>
-                                  <execution>
-                                    <id>process-classes</id>
-                                    <phase>process-classes</phase>
-                                    <configuration>
-                                      <tasks>
-                                        <echo message="Creating soapmonitor jar..."/>
-                                        <jar destfile="${pom.basedir}/target/${project.build.finalName}.jar"
-                                           basedir="${pom.basedir}/target/classes"
-                                           excludes="**/module.xml,*handlers*,**/*Module*,**/*Handler*"
+<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.apache.axis2</groupId>
+        <artifactId>axis2-parent</artifactId>
+        <version>SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>soapmonitor</artifactId>
+    <packaging>mar</packaging>
+    <name>Apache Axis 2.0 - SOAP Monitor</name>
+    <description>soapmonitor for Axis 2.0</description>
+    <dependencies>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+        <testSourceDirectory>test</testSourceDirectory>
+        <resources>
+            <resource>
+                <directory>conf</directory>
+                <excludes>
+                    <exclude>**/*.properties</exclude>
+                </excludes>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
+                <directory>src</directory>
+                <includes>
+                    <include>**/module.xml</include>
+                </includes>
+                <filtering>false</filtering>
+            </resource>
+        </resources>
+        <testResources>
+            <testResource>
+                <targetPath>../test-resources</targetPath>
+                <directory>test-resources</directory>
+                <includes>
+                    <include>**/**</include>
+                </includes>
+            </testResource>
+        </testResources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <skip>false</skip>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>process-classes</id>
+                        <phase>process-classes</phase>
+                        <configuration>
+                            <tasks>
+                                <echo message="Creating soapmonitor jar..."/>
+                                <jar destfile="${pom.basedir}/target/${project.build.finalName}.jar"
+                                     basedir="${pom.basedir}/target/classes"
+                                     excludes="**/module.xml,*handlers*,**/*Module*,**/*Handler*"
                                         />
-                                      </tasks>
-                                    </configuration>
-                                    <goals>
-                                      <goal>run</goal>
-                                    </goals>
-                                  </execution>
-                                </executions>
-                        </plugin>
-			<plugin>
-				<groupId>org.apache.axis2</groupId>
-				<artifactId>axis2-mar-maven-plugin</artifactId>
-				<version>${version}</version>
-				<extensions>true</extensions>
-				<configuration>
-					<includeDependencies>false</includeDependencies>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-mar-maven-plugin</artifactId>
+                <version>${version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <includeDependencies>false</includeDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: webservices/axis2/trunk/java/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/spring/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/spring/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/spring/pom.xml Thu Mar 13 06:25:25 2008
@@ -17,45 +17,46 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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.apache.axis2</groupId>
-		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
-		<relativePath>../parent/pom.xml</relativePath>
-	</parent>
-	<artifactId>axis2-spring</artifactId>
-	<name>Apache Axis 2.0 - spring</name>
-	<description>spring for Axis 2.0</description>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-kernel</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-beans</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-context</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-web</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-		</dependency>
-	</dependencies>
-	<build>
-		<sourceDirectory>src</sourceDirectory>
-	</build>
+<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.apache.axis2</groupId>
+        <artifactId>axis2-parent</artifactId>
+        <version>SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>axis2-spring</artifactId>
+    <name>Apache Axis 2.0 - spring</name>
+    <description>spring for Axis 2.0</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+    </dependencies>
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+    </build>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml Thu Mar 13 06:25:25 2008
@@ -17,94 +17,95 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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.apache.axis2</groupId>
-		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
-		<relativePath>../../parent/pom.xml</relativePath>
-	</parent>
-	<artifactId>axis2-aar-maven-plugin</artifactId>
-	<packaging>maven-plugin</packaging>
-	<name>Apache Axis 2.0 - tool - AAR Maven Plugin</name>
-	<description>
-    A Maven 2 plugin for creating Axis 2 service archives (aar files)
-  </description>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-archiver</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.codehaus.plexus</groupId>
-			<artifactId>plexus-utils</artifactId>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.apache.maven.shared</groupId>
-			<artifactId>maven-plugin-testing-harness</artifactId>
-			<scope>test</scope>
-		</dependency>
-        <dependency>
-          <groupId>commons-httpclient</groupId>
-          <artifactId>commons-httpclient</artifactId>
-        </dependency>
-	</dependencies>
-	<developers>
-		<developer>
-			<id>jochen</id>
-			<name>Jochen Wiedmann</name>
-			<email>jochen.wiedmann@gmail.com</email>
-		</developer>
-	</developers>
-	<contributors>
-		<contributor>
-			<name>John Pfeifer</name>
-			<email>john.pfeifer@hnpsolutions.com</email>
-		</contributor>
-	</contributors>
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-changes-plugin</artifactId>
-				<reportSets>
-					<reportSet>
-						<reports>
-							<report>changes-report</report>
-						</reports>
-					</reportSet>
-				</reportSets>
-			</plugin>
-		</plugins>
-	</reporting>
-	<distributionManagement>
-		<repository>
-			<id>apache-repo</id>
-			<name>Maven Central Repository</name>
-			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-		</repository>
-		<snapshotRepository>
-			<id>apache-snapshots</id>
-			<name>Apache Development Repository</name>
-			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-		</snapshotRepository>
-	</distributionManagement>
+<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.apache.axis2</groupId>
+        <artifactId>axis2-parent</artifactId>
+        <version>SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>axis2-aar-maven-plugin</artifactId>
+    <packaging>maven-plugin</packaging>
+    <name>Apache Axis 2.0 - tool - AAR Maven Plugin</name>
+    <description>
+        A Maven 2 plugin for creating Axis 2 service archives (aar files)
+    </description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-archiver</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.maven.shared</groupId>
+            <artifactId>maven-plugin-testing-harness</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+        </dependency>
+    </dependencies>
+    <developers>
+        <developer>
+            <id>jochen</id>
+            <name>Jochen Wiedmann</name>
+            <email>jochen.wiedmann@gmail.com</email>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>John Pfeifer</name>
+            <email>john.pfeifer@hnpsolutions.com</email>
+        </contributor>
+    </contributors>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>changes-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+    <distributionManagement>
+        <repository>
+            <id>apache-repo</id>
+            <name>Maven Central Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Development Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml Thu Mar 13 06:25:25 2008
@@ -17,89 +17,90 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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.apache.axis2</groupId>
-		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
-		<relativePath>../../parent/pom.xml</relativePath>
-	</parent>
-	<artifactId>axis2-ant-plugin</artifactId>
-	<name>Apache Axis 2.0 - tool - Ant Plugin</name>
-	<packaging>maven-plugin</packaging>
-	<description>The Axis 2 Plugin for Ant Tasks.</description>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-codegen</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-kernel</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-adb</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-adb-codegen</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-java2wsdl</artifactId>
-			<version>${version}</version>
-		</dependency>
-		
-		<dependency>
-			<groupId>wsdl4j</groupId>
-			<artifactId>wsdl4j</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>commons-httpclient</groupId>
-			<artifactId>commons-httpclient</artifactId>
-			<scope>runtime</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.neethi</groupId>
-			<artifactId>neethi</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ws.commons.schema</groupId>
-			<artifactId>XmlSchema</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-javamail_1.4_spec</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-activation_1.1_spec</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ant</groupId>
-			<artifactId>ant</artifactId>
-		</dependency>
-	</dependencies>
-	<distributionManagement>
-		<repository>
-			<id>apache-repo</id>
-			<name>Maven Central Repository</name>
-			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-		</repository>
-		<snapshotRepository>
-			<id>apache-snapshots</id>
-			<name>Apache Development Repository</name>
-			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-		</snapshotRepository>
-	</distributionManagement>
+<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.apache.axis2</groupId>
+        <artifactId>axis2-parent</artifactId>
+        <version>SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>axis2-ant-plugin</artifactId>
+    <name>Apache Axis 2.0 - tool - Ant Plugin</name>
+    <packaging>maven-plugin</packaging>
+    <description>The Axis 2 Plugin for Ant Tasks.</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-codegen</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb-codegen</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.neethi</groupId>
+            <artifactId>neethi</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-activation_1.1_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+        </dependency>
+    </dependencies>
+    <distributionManagement>
+        <repository>
+            <id>apache-repo</id>
+            <name>Maven Central Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Development Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Thu Mar 13 06:25:25 2008
@@ -17,402 +17,411 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<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.apache.axis2</groupId>
-		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
-		<relativePath>../../parent/pom.xml</relativePath>
-	</parent>
-	<artifactId>axis2.eclipse.codegen.plugin</artifactId>
-	<name>Apache Axis 2.0 - tool - Eclipse Codegen Plugin</name>
-	<packaging>maven-plugin</packaging>
-	<description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
-	<dependencies>
-		<dependency>
-			<groupId>org.eclipse.core</groupId>
-			<artifactId>org.eclipse.core.jobs</artifactId>
-			<exclusions>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.commands</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.variables</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.contenttype</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.expressions</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.filesystem</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId> org.eclipse.update</groupId>
-					<artifactId> org.eclipse.update.ui</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId> org.eclipse.update</groupId>
-					<artifactId> org.eclipse.update.configurator</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId> org.eclipse.update</groupId>
-					<artifactId> org.eclipse.update.core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.help</groupId>
-					<artifactId>org.eclipse.help</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.ant</groupId>
-					<artifactId>org.eclipse.ant.core</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.core</groupId>
-			<artifactId>org.eclipse.core.resources</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.core</groupId>
-			<artifactId>org.eclipse.core.runtime</artifactId>
-			<exclusions>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.runtime.compatibility</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.core</groupId>
-					<artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.equinox</groupId>
-			<artifactId>org.eclipse.equinox.common</artifactId>
-			<exclusions>
-				<exclusion>
-					<groupId>org.eclipse.equinox</groupId>
-					<artifactId>org.eclipse.equinox.registry</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.equinox</groupId>
-					<artifactId>org.eclipse.equinox.preferences</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.jface</groupId>
-			<artifactId>org.eclipse.jface</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.osgi</groupId>
-			<artifactId>org.eclipse.osgi</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.swt</groupId>
-			<artifactId>org.eclipse.swt</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.swt</groupId>
-			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.ui</groupId>
-			<artifactId>org.eclipse.ui.ide</artifactId>
-			<exclusions>
-				<exclusion>
-					<groupId>org.eclipse.ui</groupId>
-					<artifactId>org.eclipse.ui.forms</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.eclipse.ui</groupId>
-					<artifactId>org.eclipse.ui.views</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-javamail_1.4_spec</artifactId>
-			<version>${geronimo.spec.javamail.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>annogen</groupId>
-			<artifactId>annogen</artifactId>
-			<version>${annogen.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-			<version>${commons.logging.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2</artifactId>
-			<version>${version}</version>
-		</dependency>
-                <dependency>
-                        <groupId>org.apache.axis2</groupId>
-                        <artifactId>axis2-codegen</artifactId>
-                        <version>${version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.axis2</groupId>
-                        <artifactId>axis2-kernel</artifactId>
-                        <version>${version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.axis2</groupId>
-                        <artifactId>axis2-adb</artifactId>
-                        <version>${version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.axis2</groupId>
-                        <artifactId>axis2-adb-codegen</artifactId>
-                        <version>${version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.axis2</groupId>
-                        <artifactId>axis2-java2wsdl</artifactId>
-                        <version>${version}</version>
-                </dependency>
-		<dependency>
-			<groupId>${stax.impl.groupid}</groupId>
-			<artifactId>${stax.impl.artifactid}</artifactId>
-			<version>${stax.impl.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.neethi</groupId>
-			<artifactId>neethi</artifactId>
-			<version>${neethi.version}</version>
-		</dependency>
+<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.apache.axis2</groupId>
+        <artifactId>axis2-parent</artifactId>
+        <version>SNAPSHOT</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>axis2.eclipse.codegen.plugin</artifactId>
+    <name>Apache Axis 2.0 - tool - Eclipse Codegen Plugin</name>
+    <packaging>maven-plugin</packaging>
+    <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>org.eclipse.core.jobs</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.commands</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.variables</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.contenttype</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.expressions</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.update</groupId>
+                    <artifactId>org.eclipse.update.ui</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.update</groupId>
+                    <artifactId>org.eclipse.update.configurator</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.update</groupId>
+                    <artifactId>org.eclipse.update.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.help</groupId>
+                    <artifactId>org.eclipse.help</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ant</groupId>
+                    <artifactId>org.eclipse.ant.core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>org.eclipse.core.resources</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>org.eclipse.core.runtime</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>org.eclipse.equinox.common</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.registry</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.preferences</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.jface</groupId>
+            <artifactId>org.eclipse.jface</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.osgi</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.swt</groupId>
+            <artifactId>org.eclipse.swt</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.swt</groupId>
+            <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.ui</groupId>
+            <artifactId>org.eclipse.ui.ide</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.forms</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.views</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+            <version>${geronimo.spec.javamail.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>annogen</groupId>
+            <artifactId>annogen</artifactId>
+            <version>${annogen.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>${commons.logging.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-codegen</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb-codegen</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${stax.impl.groupid}</groupId>
+            <artifactId>${stax.impl.artifactid}</artifactId>
+            <version>${stax.impl.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.neethi</groupId>
+            <artifactId>neethi</artifactId>
+            <version>${neethi.version}</version>
+        </dependency>
 
-		<dependency>
-			<groupId>wsdl4j</groupId>
-			<artifactId>wsdl4j</artifactId>
-			<version>${wsdl4j.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.xmlbeans</groupId>
-			<artifactId>xmlbeans</artifactId>
-			<version>${xmlbeans.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ws.commons.schema</groupId>
-			<artifactId>XmlSchema</artifactId>
-			<version>${xmlschema.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ant</groupId>
-			<artifactId>ant</artifactId>
-			<version>${ant.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.woden</groupId>
-			<artifactId>woden-api</artifactId>
-			<version>${woden.version}</version>
-		</dependency>
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>${wsdl4j.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xmlbeans</groupId>
+            <artifactId>xmlbeans</artifactId>
+            <version>${xmlbeans.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+            <version>${xmlschema.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>${ant.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.woden</groupId>
+            <artifactId>woden-api</artifactId>
+            <version>${woden.version}</version>
+        </dependency>
 
-                <dependency>
-                        <groupId>commons-httpclient</groupId>
-                        <artifactId>commons-httpclient</artifactId>
-                        <version>${commons.httpclient.version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>commons-codec</groupId>
-                        <artifactId>commons-codec</artifactId>
-                        <version>${commons.codec.version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>org.jibx</groupId>
-                        <artifactId>jibx-bind</artifactId>
-                        <version>${jibx.version}</version>
-                </dependency>
-                <dependency>
-                        <groupId>org.jibx</groupId>
-                        <artifactId>jibx-run</artifactId>
-                        <version>${jibx.version}</version>
-                </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${commons.httpclient.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>${commons.codec.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jibx</groupId>
+            <artifactId>jibx-bind</artifactId>
+            <version>${jibx.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jibx</groupId>
+            <artifactId>jibx-run</artifactId>
+            <version>${jibx.version}</version>
+        </dependency>
 
-		<dependency>
-			<groupId>org.apache.woden</groupId>
-			<artifactId>woden-impl-dom</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>${log4j.version}</version>
-		</dependency>
-	</dependencies>
-	<distributionManagement>
-		<repository>
-			<id>apache-repo</id>
-			<name>Maven Central Repository</name>
-			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-		</repository>
-		<snapshotRepository>
-			<id>apache-snapshots</id>
-			<name>Apache Development Repository</name>
-			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-		</snapshotRepository>
-	</distributionManagement>
-	<build>
-		<resources>
-			<resource>
-				<directory>src/main/java</directory>
-			</resource>
-		</resources>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.4</source>
-					<target>1.4</target>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>${maven.assembly.version}</version>
-				<executions>
-					<execution>
-						<id>distribution-package</id>
-						<phase>package</phase>
-						<goals>
-							<goal>attached</goal>
-						</goals>
-						<configuration>
-							<descriptors>
-								<descriptor>${pom.basedir}/eclipse-codegen-plugin-assembly.xml</descriptor>
-							</descriptors>
-							<finalName>dist</finalName>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>package</id>
-						<phase>package</phase>
-						<configuration>
-							<tasks>
-								<property name="codegen.plugin.version" value="Axis2_Codegen_Wizard_${eclipse.plugins.version}"/>
-								<property name="codegen.plugin.zip.name" value="axis2-eclipse-codegen-wizard.zip"/>
-								<property name="codegen.plugin.jar.name" value="Axis2CodegenWizard.jar"/>
-								<property name="src" value="./src"/>
-								<property name="codegen.src.dir" value="../axis2-eclipse-codegen-plugin/src/main/java"/>
-								<property name="output" value="../target/eclipse_plugins"/>
-								<property name="output.target" value="${output}/release"/>
-								<property name="plugin.output.dir" value="${output}/plugin"/>
-								<property name="codegen.output.dir" value="${output}/code-gen"/>
-								<property name="codegen.plugin.output.dir" value="${plugin.output.dir}/${codegen.plugin.version}"/>
-								<property name="source.dir.name" value="src"/>
-								<property name="lib.dir.name" value="lib"/>
-								<property name="bin.dir.name" value="bin"/>
-								<property name="help.dir.name" value="help"/>
-								<property name="icons.dir.name" value="icons"/>
-								<property name="plugin.project.file.name" value=".project"/>
-								<property name="plugin.classpath.file.name" value=".classpath"/>
-								<property name="plugin.help.file.name" value="help_toc.xml"/>
-								<property name="codegen.resource.dir" value="../conf/codegen"/>
-								<property name="codegen.help.resource.file" value="../../../modules/documentation/xdocs/tools/1_3/eclipse/wsdl2java-plugin.html"/>
-								<property name="codegen.help.images.dir" value="../../../modules/documentation/xdocs/tools/1_3/eclipse/images"/>
-								<property name="axis2.lib.dir" value="../../../target/lib"/>
-								<property name="codegen.resource.dir" value="../conf/codegen"/>
-								<delete dir="./target/plugin/${codegen.plugin.version}"/>
-								<mkdir dir="./target/plugin/${codegen.plugin.version}"/>
-								<delete dir="./target/dist"/>
-								<mkdir dir="./target/dist"/>
-								<!--Filter tockens for the copy command to filter the versions of external dependencies -->
-								     <filter token="eclipse.plugins.version" value="${eclipse.plugins.version}" />
-								     <filter token="version" value="${version}" />
-								     <filter token="geronimo.spec.activation.version" value="${geronimo.spec.activation.version}" />
-								     <filter token="annogen.version" value="${annogen.version}" />
-								     <filter token="ant.version" value="${ant.version}" />
-								     <filter token="axiom.version" value="${axiom.version}" />
-								     <filter token="commons.logging.version" value="${commons.logging.version}" />
-								     <filter token="neethi.version" value="${neethi.version}" />
-								     <filter token="stax.api.version" value="${stax.api.version}" />
-								     <filter token="stax.impl.version" value="${stax.impl.version}" />
-								     <filter token="xmlbeans.version" value="${xmlbeans.version}" />
-								     <filter token="xmlschema.version" value="${xmlschema.version}" />
-								     <filter token="log4j.version" value="${log4j.version}" />
-								     <filter token="wsdl4j.version" value="${wsdl4j.version}" />
-								     <filter token="woden.version" value="${woden.version}" />
-								     <filter token="commons.httpclient.version" value="${commons.httpclient.version}" />
-								     <filter token="commons.codec.version" value="${commons.codec.version}" />
-								     <filter token="jibx.version" value="${jibx.version}" />
+        <dependency>
+            <groupId>org.apache.woden</groupId>
+            <artifactId>woden-impl-dom</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>${log4j.version}</version>
+        </dependency>
+    </dependencies>
+    <distributionManagement>
+        <repository>
+            <id>apache-repo</id>
+            <name>Maven Central Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Development Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/java</directory>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.4</source>
+                    <target>1.4</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>${maven.assembly.version}</version>
+                <executions>
+                    <execution>
+                        <id>distribution-package</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>${pom.basedir}/eclipse-codegen-plugin-assembly.xml</descriptor>
+                            </descriptors>
+                            <finalName>dist</finalName>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>package</id>
+                        <phase>package</phase>
+                        <configuration>
+                            <tasks>
+                                <property name="codegen.plugin.version"
+                                          value="Axis2_Codegen_Wizard_${eclipse.plugins.version}"/>
+                                <property name="codegen.plugin.zip.name" value="axis2-eclipse-codegen-wizard.zip"/>
+                                <property name="codegen.plugin.jar.name" value="Axis2CodegenWizard.jar"/>
+                                <property name="src" value="./src"/>
+                                <property name="codegen.src.dir" value="../axis2-eclipse-codegen-plugin/src/main/java"/>
+                                <property name="output" value="../target/eclipse_plugins"/>
+                                <property name="output.target" value="${output}/release"/>
+                                <property name="plugin.output.dir" value="${output}/plugin"/>
+                                <property name="codegen.output.dir" value="${output}/code-gen"/>
+                                <property name="codegen.plugin.output.dir"
+                                          value="${plugin.output.dir}/${codegen.plugin.version}"/>
+                                <property name="source.dir.name" value="src"/>
+                                <property name="lib.dir.name" value="lib"/>
+                                <property name="bin.dir.name" value="bin"/>
+                                <property name="help.dir.name" value="help"/>
+                                <property name="icons.dir.name" value="icons"/>
+                                <property name="plugin.project.file.name" value=".project"/>
+                                <property name="plugin.classpath.file.name" value=".classpath"/>
+                                <property name="plugin.help.file.name" value="help_toc.xml"/>
+                                <property name="codegen.resource.dir" value="../conf/codegen"/>
+                                <property name="codegen.help.resource.file"
+                                          value="../../../modules/documentation/xdocs/tools/1_3/eclipse/wsdl2java-plugin.html"/>
+                                <property name="codegen.help.images.dir"
+                                          value="../../../modules/documentation/xdocs/tools/1_3/eclipse/images"/>
+                                <property name="axis2.lib.dir" value="../../../target/lib"/>
+                                <property name="codegen.resource.dir" value="../conf/codegen"/>
+                                <delete dir="./target/plugin/${codegen.plugin.version}"/>
+                                <mkdir dir="./target/plugin/${codegen.plugin.version}"/>
+                                <delete dir="./target/dist"/>
+                                <mkdir dir="./target/dist"/>
+                                <!--Filter tockens for the copy command to filter the versions of external dependencies -->
+                                <filter token="eclipse.plugins.version" value="${eclipse.plugins.version}"/>
+                                <filter token="version" value="${version}"/>
+                                <filter token="geronimo.spec.activation.version"
+                                        value="${geronimo.spec.activation.version}"/>
+                                <filter token="annogen.version" value="${annogen.version}"/>
+                                <filter token="ant.version" value="${ant.version}"/>
+                                <filter token="axiom.version" value="${axiom.version}"/>
+                                <filter token="commons.logging.version" value="${commons.logging.version}"/>
+                                <filter token="neethi.version" value="${neethi.version}"/>
+                                <filter token="stax.api.version" value="${stax.api.version}"/>
+                                <filter token="stax.impl.version" value="${stax.impl.version}"/>
+                                <filter token="xmlbeans.version" value="${xmlbeans.version}"/>
+                                <filter token="xmlschema.version" value="${xmlschema.version}"/>
+                                <filter token="log4j.version" value="${log4j.version}"/>
+                                <filter token="wsdl4j.version" value="${wsdl4j.version}"/>
+                                <filter token="woden.version" value="${woden.version}"/>
+                                <filter token="commons.httpclient.version" value="${commons.httpclient.version}"/>
+                                <filter token="commons.codec.version" value="${commons.codec.version}"/>
+                                <filter token="jibx.version" value="${jibx.version}"/>
 
-								<unzip src="./target/axis2.eclipse.codegen.plugin-${pom.version}.jar" dest="./target/plugin/${codegen.plugin.version}"/>
-                                                                <!-- Copy to the same position with the filtering on-->
-								<copy todir="./target/plugin/${codegen.plugin.version}" filtering="on">
-									<fileset dir="${codegen.resource.dir}">
-										<include name="plugin.xml"/>
-										<include name="build.properties"/>
-										<include name="${plugin.classpath.file.name}"/>
-									</fileset>
-								</copy>
-								<!-- copy the help directory -->
-								<mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}"/>
-								<mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}"/>
-								<copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}">
-									<fileset file="${codegen.help.resource.file}"/>
-								</copy>
-								<copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}">
-									<fileset dir="${codegen.help.images.dir}"/>
-								</copy>
-								<!-- copy the  icons-->
-								<mkdir dir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}"/>
-								<copy todir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}">
-									<fileset dir="${codegen.resource.dir}/${icons.dir.name}"/>
-								</copy>
-								<!-- copy the lib files -->
-                                                                <mkdir dir="./target/plugin/temp"/>
-								<unzip src="./target/dist-axis2-eclipse-codege-plugin.zip" dest="./target/plugin/temp"/>
-                                                                <mkdir dir="./target/plugin/${codegen.plugin.version}/lib"/>
-                                                                <copy todir="./target/plugin/${codegen.plugin.version}/lib">
-                                                                        <fileset dir="./target/plugin/temp/lib"/>
-                                                                </copy>
-								<delete dir="./target/plugin/temp"/>
-								<!-- copy the other project files-->
-								<copy todir="./target/plugin/${codegen.plugin.version}">
-									<fileset file="${codegen.resource.dir}/${plugin.project.file.name}"/>
-									<fileset file="${codegen.resource.dir}/${plugin.help.file.name}"/>
-								</copy>
-								<!-- copy the classes to classes directory-->
-								<mkdir dir="./target/plugin/${codegen.plugin.version}/classes"/>
-								<copy todir="./target/plugin/${codegen.plugin.version}/classes">
-									<fileset dir="./target/plugin/${codegen.plugin.version}">
-										<include name="**/org/**"/>
-									</fileset>
-								</copy>
-								<!--Zip the classes to a jar file-->
-								<zip destfile="./target/plugin/${codegen.plugin.version}/${codegen.plugin.jar.name}" basedir="./target/plugin/${codegen.plugin.version}/classes" update="true"/>
-								<delete dir="./target/plugin/${codegen.plugin.version}/classes"/>
-								<!--Zip the eclipse plugin to the target/dist directory -->
-								<zip destfile="./target/dist/${codegen.plugin.zip.name}" basedir="./target/plugin" update="true"/>
-								<delete dir="./target/temp"/>
-								<delete dir="./target/classes"/>
-								<delete dir="./target/test-classes"/>
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+                                <unzip src="./target/axis2.eclipse.codegen.plugin-${pom.version}.jar"
+                                       dest="./target/plugin/${codegen.plugin.version}"/>
+                                <!-- Copy to the same position with the filtering on-->
+                                <copy todir="./target/plugin/${codegen.plugin.version}" filtering="on">
+                                    <fileset dir="${codegen.resource.dir}">
+                                        <include name="plugin.xml"/>
+                                        <include name="build.properties"/>
+                                        <include name="${plugin.classpath.file.name}"/>
+                                    </fileset>
+                                </copy>
+                                <!-- copy the help directory -->
+                                <mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}"/>
+                                <mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}"/>
+                                <copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}">
+                                    <fileset file="${codegen.help.resource.file}"/>
+                                </copy>
+                                <copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}">
+                                    <fileset dir="${codegen.help.images.dir}"/>
+                                </copy>
+                                <!-- copy the  icons-->
+                                <mkdir dir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}"/>
+                                <copy todir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}">
+                                    <fileset dir="${codegen.resource.dir}/${icons.dir.name}"/>
+                                </copy>
+                                <!-- copy the lib files -->
+                                <mkdir dir="./target/plugin/temp"/>
+                                <unzip src="./target/dist-axis2-eclipse-codege-plugin.zip" dest="./target/plugin/temp"/>
+                                <mkdir dir="./target/plugin/${codegen.plugin.version}/lib"/>
+                                <copy todir="./target/plugin/${codegen.plugin.version}/lib">
+                                    <fileset dir="./target/plugin/temp/lib"/>
+                                </copy>
+                                <delete dir="./target/plugin/temp"/>
+                                <!-- copy the other project files-->
+                                <copy todir="./target/plugin/${codegen.plugin.version}">
+                                    <fileset file="${codegen.resource.dir}/${plugin.project.file.name}"/>
+                                    <fileset file="${codegen.resource.dir}/${plugin.help.file.name}"/>
+                                </copy>
+                                <!-- copy the classes to classes directory-->
+                                <mkdir dir="./target/plugin/${codegen.plugin.version}/classes"/>
+                                <copy todir="./target/plugin/${codegen.plugin.version}/classes">
+                                    <fileset dir="./target/plugin/${codegen.plugin.version}">
+                                        <include name="**/org/**"/>
+                                    </fileset>
+                                </copy>
+                                <!--Zip the classes to a jar file-->
+                                <zip destfile="./target/plugin/${codegen.plugin.version}/${codegen.plugin.jar.name}"
+                                     basedir="./target/plugin/${codegen.plugin.version}/classes" update="true"/>
+                                <delete dir="./target/plugin/${codegen.plugin.version}/classes"/>
+                                <!--Zip the eclipse plugin to the target/dist directory -->
+                                <zip destfile="./target/dist/${codegen.plugin.zip.name}" basedir="./target/plugin"
+                                     update="true"/>
+                                <delete dir="./target/temp"/>
+                                <delete dir="./target/classes"/>
+                                <delete dir="./target/test-classes"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org