Author: anil
Date: Wed Sep 20 08:05:44 2006
New Revision: 448227
URL: http://svn.apache.org/viewvc?view=rev&rev=448227
Log:
SCOUT-16: Maven2 migration
Added:
webservices/scout/branches/v0.7rc2/modules/scout/pom.xml
webservices/scout/branches/v0.7rc2/pom.xml
Removed:
webservices/scout/branches/v0.7rc2/maven.xml
webservices/scout/branches/v0.7rc2/modules/scout/project.properties
webservices/scout/branches/v0.7rc2/modules/scout/project.xml
webservices/scout/branches/v0.7rc2/project.properties
webservices/scout/branches/v0.7rc2/project.xml
Added: webservices/scout/branches/v0.7rc2/modules/scout/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/branches/v0.7rc2/modules/scout/pom.xml?view=auto&rev=448227
==============================================================================
--- webservices/scout/branches/v0.7rc2/modules/scout/pom.xml (added)
+++ webservices/scout/branches/v0.7rc2/modules/scout/pom.xml Wed Sep 20
08:05:44 2006
@@ -0,0 +1,67 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>scout</groupId>
+ <version>0.7rc2</version>
+ <artifactId>scout</artifactId>
+ <packaging>jar</packaging>
+ <build>
+ <sourceDirectory>src/java</sourceDirectory>
+ <outputDirectory>output/classes</outputDirectory>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>${basedir}/output</directory>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-activation</artifactId>
+ <version>1.0.2-rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jaxr</artifactId>
+ <version>1.0-rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>juddi</groupId>
+ <artifactId>juddi</artifactId>
+ <version>0.9rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.13</version>
+ </dependency>
+ </dependencies>
+</project>
Added: webservices/scout/branches/v0.7rc2/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/branches/v0.7rc2/pom.xml?view=auto&rev=448227
==============================================================================
--- webservices/scout/branches/v0.7rc2/pom.xml (added)
+++ webservices/scout/branches/v0.7rc2/pom.xml Wed Sep 20 08:05:44 2006
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+<project default="multiproject:install">
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>scout</artifactId>
+ <name>Apache Scout</name>
+ <groupId>org.apache.ws.scout</groupId>
+ <version>0.7rc2</version>
+ <packaging>pom</packaging>
+ <inceptionYear>2004</inceptionYear>
+ <!-- any mailing lists for the project -->
+ <mailingLists>
+ <mailingList>
+ <name>Scout Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=221</archive>
+ </mailingList>
+ </mailingLists>
+ <!-- who the developers are for the project -->
+ <developers>
+ <developer>
+ <name>Anil Saldhana</name>
+ <id>anil</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ </developer>
+ <developer>
+ <name>Davanum Srinivas</name>
+ <id>dims</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ </developer>
+ <developer>
+ <name>Geir Magnusson Jr.</name>
+ <id>geirm</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization/>
+ </developer>
+ <developer>
+ <name>Jeremy Boynes</name>
+ <id>jboynes</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization/>
+ </developer>
+ </developers>
+
+ <modules>
+ <module>modules/scout</module>
+ </modules>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]