Author: gnodet
Date: Mon May 14 07:54:17 2007
New Revision: 537861
URL: http://svn.apache.org/viewvc?view=rev&rev=537861
Log:
Add woden to repo
Added:
incubator/servicemix/m2-repo/org/apache/woden/
incubator/servicemix/m2-repo/org/apache/woden/woden/
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar
(with props)
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar.sha1
(with props)
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom
(with props)
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom.sha1
(with props)
Added:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar
URL:
http://svn.apache.org/viewvc/incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar?view=auto&rev=537861
==============================================================================
Binary file - no diff available.
Propchange:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar
------------------------------------------------------------------------------
svn:executable = *
Propchange:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar
------------------------------------------------------------------------------
svn:mime-type = application/java-archive
Added:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar.sha1
URL:
http://svn.apache.org/viewvc/incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar.sha1?view=auto&rev=537861
==============================================================================
---
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar.sha1
(added)
+++
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar.sha1
Mon May 14 07:54:17 2007
@@ -0,0 +1 @@
+80425e4bccea40de94d18b8b20d56c5a39fe842e
\ No newline at end of file
Propchange:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar.sha1
------------------------------------------------------------------------------
svn:executable = *
Added:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom
URL:
http://svn.apache.org/viewvc/incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom?view=auto&rev=537861
==============================================================================
---
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom
(added)
+++
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom
Mon May 14 07:54:17 2007
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ <name>Woden</name>
+ <version>1.0.0M6</version>
+ <description>The Woden project is an incubation subproject of the Apache Web
Services Project to
+ develop a Java class library for reading, manipulating, creating and
writing WSDL documents,
+ initially to support WSDL 2.0 but with the longer term aim of supporting
past, present and
+ future versions of WSDL.
+
+ There are two main deliverables: an API and an implementation. The Woden
API will consist of
+ a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API
will conform to the
+ W3C WSDL 2.0 specification. The implementation will be a high performance
implementation
+ directly usable in other Apache projects such as Axis2.</description>
+ <url>http://incubator.apache.org/woden/</url>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/Woden</url>
+ </issueManagement>
+ <inceptionYear>2005</inceptionYear>
+ <mailingLists>
+ <mailingList>
+ <name>Woden Developers</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[EMAIL PROTECTED]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/ws-woden-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>woden-cvs</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ </mailingList>
+ </mailingLists>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>test</testSourceDirectory>
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>test</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.3</source>
+ <target>1.3</target>
+ <excludes>
+ <exclude>org/apache/woden/ant/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>XmlSchema</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.3.03</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <status>deployed</status>
+ </distributionManagement>
+</project>
\ No newline at end of file
Propchange:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom
------------------------------------------------------------------------------
svn:executable = *
Added:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom.sha1
URL:
http://svn.apache.org/viewvc/incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom.sha1?view=auto&rev=537861
==============================================================================
---
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom.sha1
(added)
+++
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom.sha1
Mon May 14 07:54:17 2007
@@ -0,0 +1 @@
+4303c5e5d2b14a742ee97c4189ceb5adec4f4d77
\ No newline at end of file
Propchange:
incubator/servicemix/m2-repo/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.pom.sha1
------------------------------------------------------------------------------
svn:executable = *