You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2008/07/07 17:18:09 UTC

svn commit: r674522 - in /webservices/woden/branches/woden65: woden-api/pom.xml woden-dom/pom.xml woden-om/pom.xml

Author: jkaputin
Date: Mon Jul  7 08:18:08 2008
New Revision: 674522

URL: http://svn.apache.org/viewvc?rev=674522&view=rev
Log:
Merged further pom.xml changes from trunk into woden65.

Modified:
    webservices/woden/branches/woden65/woden-api/pom.xml
    webservices/woden/branches/woden65/woden-dom/pom.xml
    webservices/woden/branches/woden65/woden-om/pom.xml

Modified: webservices/woden/branches/woden65/woden-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden65/woden-api/pom.xml?rev=674522&r1=674521&r2=674522&view=diff
==============================================================================
--- webservices/woden/branches/woden65/woden-api/pom.xml (original)
+++ webservices/woden/branches/woden65/woden-api/pom.xml Mon Jul  7 08:18:08 2008
@@ -51,6 +51,13 @@
                    <include>NOTICE</include>
                </includes>
            </resource>
+           <resource>
+               <targetPath>META-INF</targetPath>
+               <directory>../resources</directory>
+               <includes>
+                   <include>schema.catalog</include>
+               </includes>
+           </resource>
        </resources>
 
        <plugins>

Modified: webservices/woden/branches/woden65/woden-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden65/woden-dom/pom.xml?rev=674522&r1=674521&r2=674522&view=diff
==============================================================================
--- webservices/woden/branches/woden65/woden-dom/pom.xml (original)
+++ webservices/woden/branches/woden65/woden-dom/pom.xml Mon Jul  7 08:18:08 2008
@@ -126,7 +126,7 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-api</artifactId>
-           <version>1.0-incubating-SNAPSHOT</version>
+           <version>1.0-SNAPSHOT</version>
        </dependency>
    </dependencies>
 </project>
\ No newline at end of file

Modified: webservices/woden/branches/woden65/woden-om/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden65/woden-om/pom.xml?rev=674522&r1=674521&r2=674522&view=diff
==============================================================================
--- webservices/woden/branches/woden65/woden-om/pom.xml (original)
+++ webservices/woden/branches/woden65/woden-om/pom.xml Mon Jul  7 08:18:08 2008
@@ -90,6 +90,7 @@
                        <exclude>**/AllWodenTests.java</exclude>
                        <exclude>**/AllWodenTestsDOM.java</exclude>
                        <exclude>**/SchemaTest.java</exclude>
+                       <exclude>**/SchemaLocationTest.java</exclude>
                        <exclude>**/WSDLDocumentValidatorTest.java</exclude>
                    </testExcludes>
                </configuration>
@@ -125,7 +126,7 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-api</artifactId>
-           <version>1.0-incubating-SNAPSHOT</version>
+           <version>1.0-SNAPSHOT</version>
        </dependency>
    </dependencies>
 </project>
\ No newline at end of file



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