You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/04/07 19:48:38 UTC

svn commit: r526456 [5/6] - in /webservices/axis2/branches/java/1_2: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/fastinfoset/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxw...

Modified: webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the 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">
+<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>
@@ -25,44 +23,34 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-saaj-api</artifactId>
 	<name>Apache Axis 2.0 - SAAJ API</name>
 	<description>Axis2 SAAJ API</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj-api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj-api</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj-api</url>
-  </scm>
 	<dependencies>
-        <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-            <version>1.3.03</version>
-        </dependency>
-        <dependency>
+		<dependency>
+			<groupId>xml-apis</groupId>
+			<artifactId>xml-apis</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-javamail_1.4_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-activation_1.1_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
-        </dependency>
+		</dependency>
 	</dependencies>
-
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <plugins>
-	      <plugin>
-	        <artifactId>maven-compiler-plugin</artifactId>
-	        <inherited>true</inherited>
-	        <configuration>
-	          <source>1.5</source>
-	          <target>1.5</target>
-	        </configuration>
-	      </plugin>
-        </plugins>
-    </build>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/saaj/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the 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">
+<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>
@@ -25,91 +23,89 @@
 		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
-
 	<artifactId>axis2-saaj</artifactId>
 	<name>Apache Axis 2.0 - SAAJ</name>
 	<description>Axis2 SAAJ implementation</description>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj</url>
-  </scm>
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/saaj</developerConnection>
+		<url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj</url>
+	</scm>
 	<dependencies>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-saaj-api</artifactId>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-saaj-api</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-     	 <groupId>xmlunit</groupId>
-     	 <artifactId>xmlunit</artifactId>
-     	 <scope>test</scope>
-   	    </dependency>
+		</dependency>
+		<dependency>
+			<groupId>xmlunit</groupId>
+			<artifactId>xmlunit</artifactId>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
-
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <testSourceDirectory>test</testSourceDirectory>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<testSourceDirectory>test</testSourceDirectory>
 		<resources>
-		  <resource>
-			<directory>conf</directory>
-		  </resource>        
+			<resource>
+				<directory>conf</directory>
+			</resource>
 		</resources>
-        <testResources>
-        	<testResource>
-        		<directory>test-resources</directory>
-        		<includes>
+		<testResources>
+			<testResource>
+				<directory>test-resources</directory>
+				<includes>
 					<include>axis2.xml</include>
 				</includes>
-        		<targetPath>../test-resources/saaj-repo</targetPath>
-        	</testResource>
-		  <testResource>
-			<targetPath>../test-resources</targetPath>
-			<directory>test-resources</directory>
-			<includes>
-			  <include>**/*.*</include>
-			</includes>
-		  </testResource>
-        </testResources>
-        <plugins>
-	      <plugin>
-	        <artifactId>maven-compiler-plugin</artifactId>
-	        <inherited>true</inherited>
-	        <configuration>
-	          <source>1.5</source>
-	          <target>1.5</target>
-	        </configuration>
-	      </plugin>
-	 <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-        	<skip>false</skip>
-          <systemProperties>
-            <property>
-              <name>javax.xml.soap.MessageFactory</name>
-              <value>org.apache.axis2.saaj.MessageFactoryImpl</value>
-            </property>
-            <property>
-              <name>javax.xml.soap.SOAPFactory</name>
-              <value>org.apache.axis2.saaj.SOAPFactoryImpl</value>
-            </property>
-            <property>
-              <name>javax.xml.soap.SOAPConnectionFactory</name>
-              <value>org.apache.axis2.saaj.SOAPConnectionFactoryImpl</value>
-            </property>
-            <property>
-              <name>javax.xml.soap.MetaFactory</name>
-              <value>org.apache.axis2.saaj.SAAJMetaFactoryImpl</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-        </plugins>
-    </build>
+				<targetPath>../test-resources/saaj-repo</targetPath>
+			</testResource>
+			<testResource>
+				<targetPath>../test-resources</targetPath>
+				<directory>test-resources</directory>
+				<includes>
+					<include>**/*.*</include>
+				</includes>
+			</testResource>
+		</testResources>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<skip>false</skip>
+					<systemProperties>
+						<property>
+							<name>javax.xml.soap.MessageFactory</name>
+							<value>org.apache.axis2.saaj.MessageFactoryImpl</value>
+						</property>
+						<property>
+							<name>javax.xml.soap.SOAPFactory</name>
+							<value>org.apache.axis2.saaj.SOAPFactoryImpl</value>
+						</property>
+						<property>
+							<name>javax.xml.soap.SOAPConnectionFactory</name>
+							<value>org.apache.axis2.saaj.SOAPConnectionFactoryImpl</value>
+						</property>
+						<property>
+							<name>javax.xml.soap.MetaFactory</name>
+							<value>org.apache.axis2.saaj.SAAJMetaFactoryImpl</value>
+						</property>
+					</systemProperties>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/samples/jaxws-calculator/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/samples/jaxws-calculator/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/samples/jaxws-calculator/pom.xml Sat Apr  7 10:48:34 2007
@@ -16,76 +16,70 @@
   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>
-    <groupId>org.apache.axis2.samples</groupId>
-    <artifactId>jaxws-calculator</artifactId>
-    <packaging>aar</packaging>
-    <version>SNAPSHOT</version>
-    <name>JAXWS Calculator Service</name>
-
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.axis2.maven2</groupId>
-                <artifactId>axis2-aar-maven-plugin</artifactId>
-                <version>1.2-SNAPSHOT</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <servicesXmlFile>resources/META-INF/services.xml</servicesXmlFile>
-                    <wsdlFile>resources/META-INF/CalculatorService.wsdl</wsdlFile>
-                    <includeDependencies>false</includeDependencies>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-
-    <repositories>
-        <repository>
-            <id>apache-m2</id>
-            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <repository>
-            <id>apache-snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-        </repository>
-        <repository>
-            <id>maven2</id>
-            <url>http://repo1.maven.org/maven2/</url>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache-m2</id>
-            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </pluginRepository>
-        <pluginRepository>
-            <id>apache-snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        </pluginRepository>
-        <pluginRepository>
-            <id>maven2</id>
-            <url>http://repo1.maven.org/maven2/</url>
-        </pluginRepository>
-    </pluginRepositories>
+<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>
+	<groupId>org.apache.axis2.samples</groupId>
+	<artifactId>jaxws-calculator</artifactId>
+	<packaging>aar</packaging>
+	<version>SNAPSHOT</version>
+	<name>JAXWS Calculator Service</name>
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.axis2</groupId>
+				<artifactId>axis2-aar-maven-plugin</artifactId>
+				<version>1.2-SNAPSHOT</version>
+				<extensions>true</extensions>
+				<configuration>
+					<servicesXmlFile>resources/META-INF/services.xml</servicesXmlFile>
+					<wsdlFile>resources/META-INF/CalculatorService.wsdl</wsdlFile>
+					<includeDependencies>false</includeDependencies>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-jaxws</artifactId>
+			<version>1.2-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+	<repositories>
+		<repository>
+			<id>apache-m2</id>
+			<url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</repository>
+		<repository>
+			<id>apache-snapshots</id>
+			<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+		</repository>
+		<repository>
+			<id>maven2</id>
+			<url>http://repo1.maven.org/maven2/</url>
+		</repository>
+	</repositories>
+	<pluginRepositories>
+		<pluginRepository>
+			<id>apache-m2</id>
+			<url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</pluginRepository>
+		<pluginRepository>
+			<id>apache-snapshots</id>
+			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
+		</pluginRepository>
+		<pluginRepository>
+			<id>maven2</id>
+			<url>http://repo1.maven.org/maven2/</url>
+		</pluginRepository>
+	</pluginRepositories>
 </project>

Modified: webservices/axis2/branches/java/1_2/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/spring/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/spring/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/spring/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,9 +15,7 @@
 	! See the License for the 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">
+<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>
@@ -25,48 +23,36 @@
 		<version>1.2-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>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/spring</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/spring</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/spring</url>
-  </scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-kernel</artifactId>
 			<version>${version}</version>
 		</dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-core</artifactId>
-            <version>1.2.8</version>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-beans</artifactId>
-            <version>1.2.8</version>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <version>1.2.8</version>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>1.2.8</version>
-        </dependency>
-        <dependency>
-          <groupId>servletapi</groupId>
-          <artifactId>servletapi</artifactId>
-          <version>2.3</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>servletapi</groupId>
+			<artifactId>servletapi</artifactId>
+		</dependency>
 	</dependencies>
-
 	<build>
 		<sourceDirectory>src</sourceDirectory>
 	</build>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,118 +15,94 @@
  ! See the License for the 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">
-  <parent>
-    <groupId>org.apache.axis2</groupId>
-    <artifactId>axis2-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
-    <relativePath>../../parent/pom.xml</relativePath>    
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>axis2-aar-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Apache Axis 2.0 - tool - AAR Maven Plugin</name>
-  <groupId>org.apache.axis2.maven2</groupId>
-  <version>1.2-SNAPSHOT</version>
-
-  <description>
+<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>1.2-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>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin</url>
-  </scm>
-
-  <dependencies>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <version>2.0.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-project</artifactId>
-        <version>2.0.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-artifact</artifactId>
-        <version>2.0.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-archiver</artifactId>
-        <version>2.2</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-utils</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.2</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven.shared</groupId>
-        <artifactId>maven-plugin-testing-harness</artifactId>
-        <version>1.0-beta-1</version>
-        <scope>test</scope>
-      </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>
+	<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>junit</groupId>
+			<artifactId>junit</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven.shared</groupId>
+			<artifactId>maven-plugin-testing-harness</artifactId>
+			<scope>test</scope>
+		</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/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,167 +15,109 @@
  ! See the License for the 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">
+<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>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
-	<modelVersion>4.0.0</modelVersion>
-    <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>
-    <repositories>
-        <repository>
-            <id>repo1</id>
-            <name>maven repository</name>
-            <url>http://repo1.maven.org/maven2/</url>
-        </repository>
-        <repository>
-            <id>ibiblio</id>
-            <name>ibiblio repository</name>
-            <url>http://ibiblio.org/maven/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <id>ibiblio</id>
-            <name>ibiblio repository</name>
-            <url>http://ibiblio.org/maven2/</url>
-        </repository>
-        <repository>
-            <id>apache-m1</id>
-            <name>apache m1-ibiblio-rsync repository</name>
-            <url>http://people.apache.org/repo/m1-ibiblio-rsync-repository/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>apache-people-repo</id>
-            <name>apache people maven repository</name>
-            <url>http://people.apache.org/repository/</url>
-            <layout>legacy</layout>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://ws.zones.apache.org/repository2/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-    <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>
+	<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</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb-codegen</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
-            <version>1.2-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.5.2</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.0.1</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>woodstox</groupId>
-            <artifactId>wstx</artifactId>
-            <version>asl-3.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<scope>test</scope>
+		</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.ws.commons.axiom</groupId>
+			<artifactId>axiom-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>${stax.impl.groupid}</groupId>
+			<artifactId>${stax.impl.artifactid}</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>stax</groupId>
+			<artifactId>stax-api</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-javamail_1.4_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-activation_1.1_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.7.0</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>
+		</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/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/eclipse-codegen-plugin-assembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/eclipse-codegen-plugin-assembly.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/eclipse-codegen-plugin-assembly.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/eclipse-codegen-plugin-assembly.xml Sat Apr  7 10:48:34 2007
@@ -14,14 +14,19 @@
         <dependencySet>
             <outputDirectory>lib</outputDirectory>
             <includes>
-                <include>org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar</include>
+                <!--<include>org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar</include>
                 <include>annogen:annogen:jar</include>
                 <include>org.apache.ws.commons.axiom:axiom-api:jar</include>
                 <include>org.apache.ws.commons.axiom:axiom-dom:jar</include>
                 <include>org.apache.ws.commons.axiom:axiom-impl:jar</include>
                 <include>commons-logging:commons-logging:jar</include>
-                <include>org.apache.axis2:axis2:jar</include>
-                <include>org.codehaus.woodstox:wstx-asl:jar</include>
+                <include>org.apache.axis2:axis2-kernel:jar</include>
+				<include>org.apache.axis2:axis2-codegen:jar</include>
+				<include>org.apache.axis2:axis2-adb-codegen:jar</include>
+				<include>org.apache.axis2:axis2-java2wsdl:jar</include>
+				<include>org.apache.axis2:axis2-adb:jar</include>
+				<include>org.apache.axis2:axis2-xmlbeans:jar</include>
+				<include>org.codehaus.woodstox:wstx-asl:jar</include>
                 <include>org.apache.neethi:neethi:jar</include>
                 <include>stax:stax-api:jar</include>
                 <include>wsdl4j:wsdl4j:jar</include>
@@ -29,7 +34,7 @@
                 <include>org.apache.ws.commons.schema:XmlSchema:jar</include>
                 <include>log4j:log4j:jar</include>
                 <include>org.apache.woden:woden:jar</include>
-                <include>ant:ant:jar</include>
+                <include>ant:ant:jar</include>-->
             </includes>
         </dependencySet>
 	</dependencySets>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=526456&r1=526455&r2=526456
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Sat Apr  7 10:48:34 2007
@@ -15,440 +15,354 @@
  ! See the License for the 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">
+<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>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
-
-	<modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.axis2</groupId>
-    <artifactId>axis2.eclipse.codegen.plugin</artifactId>
-    <version>1.2-SNAPSHOT</version>
-    <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>
-    <repositories>
-        <repository>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://ws.zones.apache.org/repository2</url>
-        </repository>
-        <repository>
-            <id>eclipse-repo</id>
-            <name>eclipse maven repository</name>
-            <url>http://repo1.maven.org/eclipse</url>
-        </repository>
-        <repository>
-            <id>maven2</id>
-            <name>maven2 repository</name>
-            <url>http://repo1.maven.org/maven2</url>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.eclipse.core</groupId>
-            <artifactId>org.eclipse.core.jobs</artifactId>
-            <version>3.2.0</version>
-            <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>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.core</groupId>
-            <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
-            <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>
-            <version>3.2.0</version>
-            <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>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.osgi</groupId>
-            <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.swt</groupId>
-            <artifactId>org.eclipse.swt</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.swt</groupId>
-            <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.ui</groupId>
-            <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
-            <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>
+	<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-activation_1.1_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>annogen</groupId>
-            <artifactId>annogen</artifactId>
-            <version>0.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-dom</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1</version>
-        </dependency>
-
-       <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>annogen</groupId>
+			<artifactId>annogen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-dom</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
-        </dependency>
-         <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
+		</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>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
 			<version>${version}</version>
-        </dependency>
-                <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb</artifactId>
 			<version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.6.2</version>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>2.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden</artifactId>
-            <version>1.0-incubating-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.13</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-assembly-plugin</artifactId>
-                <version>2.1</version>
-                <executions>
-                    <execution>
-                        <id>distribution-package</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>./eclipse-codegen-plugin-assembly.xml</descriptor>
-                            </descriptors>
-                            <finalName>dist</finalName>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-             <echo message="###############################################################################################"/>
-                                         <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>package</id>
-                        <phase>package</phase>
-                        <configuration>
-                            <tasks>
-                                <property name="codegen.plugin.version" value="Axis2_Codegen_Wizard_1.2.0"></property>
-                                <property name="codegen.plugin.zip.name" value="axis2-eclipse-codegen-wizard.zip"></property>
-                                <property name="codegen.plugin.jar.name" value="Axis2CodegenWizard.jar"></property>
-
-                                <property name="src" value="./src"></property>
-                                <property name="codegen.src.dir" value="../axis2-eclipse-codegen-plugin/src/main/java"></property>
-                                <property name="output" value="../target/eclipse_plugins"></property>
-                                <property name="output.target" value="${output}/release"></property>
-                                <property name="plugin.output.dir" value="${output}/plugin"></property>
-                                <property name="codegen.output.dir" value="${output}/code-gen"></property>
-                                <property name="codegen.plugin.output.dir" value="${plugin.output.dir}/${codegen.plugin.version}"></property>
-
-                                <property name="source.dir.name" value="src"></property>
-                                <property name="lib.dir.name" value="lib"></property>
-                                <property name="bin.dir.name" value="bin"></property>
-                                <property name="help.dir.name" value="help"></property>
-                                <property name="icons.dir.name" value="icons"></property>
-
-                                <property name="plugin.project.file.name" value=".project"></property>
-                                <property name="plugin.classpath.file.name" value=".classpath"></property>
-                                <property name="plugin.help.file.name" value="help_toc.xml"></property>
-
-                                <property name="codegen.resource.dir" value="../conf/codegen"></property>
-                                <property name="codegen.help.resource.file" value="../../../xdocs/tools/1_1/eclipse/wsdl2java-plugin.html"></property>
-                                <property name="codegen.help.images.dir" value="../../../xdocs/tools/1_1/eclipse/images"></property>
-                                <property name="axis2.lib.dir" value="../../../target/lib"></property>
-                                <property name="codegen.resource.dir" value="../conf/codegen"></property>
-
-                                <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="version_number" value="1.2-SNAPSHOT" />
-                                <filter token="activation.version" value="1.0-SNAPSHOT" />
-                                <filter token="annogen.version" value="0.1.0" />
-                                <filter token="ant.version" value="1.6.5" />
-                                <filter token="axiom.version" value="SNAPSHOT" />
-                                <filter token="commons.logging.version" value="1.1" />
-                                <filter token="neethi.version" value="SNAPSHOT" />
-                                <filter token="stax.api.version" value="1.0.1" />
-                                <filter token="stax.impl.version" value="asl-3.2.0" />
-                                <filter token="xbean.version" value="2.2.0" />
-                                <filter token="XmlSchema.version" value="1.2" />
-                                <filter token="log4j.version" value="1.2.13" />
-                                <filter token="wsdl4j.version" value="1.6.2" />
-                                <filter token="woden.version" value="1.0-incubating-SNAPSHOT" />
-
-
-                                <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}"></fileset>
-                                </copy>
-                                <copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}">
-                                    <fileset dir="${codegen.help.images.dir}"></fileset>
-                                </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 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>
+		</dependency>
+		<dependency>
+			<groupId>${stax.impl.groupid}</groupId>
+			<artifactId>${stax.impl.artifactid}</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.neethi</groupId>
+			<artifactId>neethi</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>stax</groupId>
+			<artifactId>stax-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>wsdl4j</groupId>
+			<artifactId>wsdl4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>xmlbeans</groupId>
+			<artifactId>xbean</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.schema</groupId>
+			<artifactId>XmlSchema</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ant</groupId>
+			<artifactId>ant</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.woden</groupId>
+			<artifactId>woden</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</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>
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/java</directory>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>distribution-package</id>
+						<phase>package</phase>
+						<goals>
+							<goal>attached</goal>
+						</goals>
+						<configuration>
+							<descriptors>
+								<descriptor>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_1.2.0"/>
+								<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="../../../xdocs/tools/1_1/eclipse/wsdl2java-plugin.html"/>
+								<property name="codegen.help.images.dir" value="../../../xdocs/tools/1_1/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="version_number" value="1.2-SNAPSHOT"/>
+								<filter token="activation.version" value="1.0-SNAPSHOT"/>
+								<filter token="annogen.version" value="0.1.0"/>
+								<filter token="ant.version" value="1.6.5"/>
+								<filter token="axiom.version" value="SNAPSHOT"/>
+								<filter token="commons.logging.version" value="1.1"/>
+								<filter token="neethi.version" value="SNAPSHOT"/>
+								<filter token="stax.api.version" value="1.0.1"/>
+								<filter token="stax.impl.version" value="asl-3.2.0"/>
+								<filter token="xbean.version" value="2.2.0"/>
+								<filter token="xmlschema.version" value="1.2"/>
+								<filter token="log4j.version" value="1.2.13"/>
+								<filter token="wsdl4j.version" value="1.6.2"/>
+								<filter token="woden.version" value="1.0-incubating-SNAPSHOT"/>
+								<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 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 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