[prev in list] [next in list] [prev in thread] [next in thread] 

List:       woden-dev
Subject:    svn commit: r691383 - in /webservices/woden/branches/woden211/trunk:
From:       hughesj () apache ! org
Date:       2008-09-02 21:16:39
Message-ID: 20080902211639.902C3238899E () eris ! apache ! org
[Download RAW message or body]

Author: hughesj
Date: Tue Sep  2 14:16:38 2008
New Revision: 691383

URL: http://svn.apache.org/viewvc?rev=691383&view=rev
Log:
WODEN-211: adding files from trunk.zip contribution which I missed when creating the \
woden211 branch

Added:
    webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml   (with \
props)  webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml   (with \
props)  webservices/woden/branches/woden211/trunk/woden-tests/pom.xml   (with props)
    webservices/woden/branches/woden211/trunk/woden-tests/src/main/
    webservices/woden/branches/woden211/trunk/woden-tests/src/main/resources/
    webservices/woden/branches/woden211/trunk/woden-tests/src/main/resources/META-INF/
  webservices/woden/branches/woden211/trunk/woden-tests/src/main/resources/META-INF/MANIFEST.MF
  webservices/woden/branches/woden211/trunk/woden-tool/pom.xml   (with props)

Added: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml?rev=691383&view=auto
 ==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml (added)
+++ webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml Tue Sep  2 \
14:16:38 2008 @@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Licensed to the Apache Software Foundation (ASF) under one or more
+ ! contributor license agreements.  See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You 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 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.woden</groupId>
+       <artifactId>woden</artifactId>
+       <version>1.0-SNAPSHOT</version>
+   </parent>
+
+   <artifactId>woden-tests-impl-dom</artifactId>
+   <name>Woden - Tests DOM</name>
+   <packaging>jar</packaging>
+   <build>
+     <directory>target/dom</directory>
+     <plugins>
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-surefire-plugin</artifactId>
+         <configuration>
+         <!-- the DOM implementation does not support all tests. In order to be
+              more representative of the tests that fails, the failures will be
+              ignored and all tests will be run.
+              Note that this part is going to disappear as the OM implementation
+              will make progress
+          -->
+           <testFailureIgnore>true</testFailureIgnore>
+         </configuration>
+       </plugin>
+     </plugins>
+   </build>
+   <dependencies>
+     <dependency>
+       <groupId>org.apache.woden</groupId>
+       <artifactId>woden-impl-dom</artifactId>
+       <version>1.0-SNAPSHOT</version>
+     </dependency>
+     <!-- This dependency is need for getting shared test resources.
+          See http://tildemh.com/2007/12/19/maven2-unit-test-dependencies
+      -->
+     <dependency>
+       <groupId>org.apache.woden</groupId>
+       <artifactId>woden-impl-commons</artifactId>
+       <version>1.0-SNAPSHOT</version>
+       <scope>test</scope>
+       <classifier>tests</classifier>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Propchange: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-dom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml?rev=691383&view=auto
 ==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml (added)
+++ webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml Tue Sep  2 \
14:16:38 2008 @@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Licensed to the Apache Software Foundation (ASF) under one or more
+ ! contributor license agreements.  See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You 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 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.woden</groupId>
+       <artifactId>woden</artifactId>
+       <version>1.0-SNAPSHOT</version>
+   </parent>
+
+   <artifactId>woden-tests-impl-om</artifactId>
+   <name>Woden - Tests OM</name>
+   <packaging>jar</packaging>
+   <build>
+     <directory>target/om</directory>
+     <plugins>
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-surefire-plugin</artifactId>
+         <configuration>
+        <!-- the OM implementation does not support all tests. In order to be
+              more representative of the tests that fails, the failures will be
+              ignored and all tests will be run.
+              Note that this part is going to disappear as the OM implementation
+              will make progress
+          -->
+           <testFailureIgnore>true</testFailureIgnore>
+         </configuration>
+       </plugin>
+     </plugins>
+   </build>
+   <dependencies>
+     <dependency>
+       <groupId>org.apache.woden</groupId>
+       <artifactId>woden-impl-om</artifactId>
+       <version>1.0-SNAPSHOT</version>
+     </dependency>
+     <!-- This dependency is need for getting shared test resources.
+          See http://tildemh.com/2007/12/19/maven2-unit-test-dependencies
+      -->
+     <dependency>
+       <groupId>org.apache.woden</groupId>
+       <artifactId>woden-impl-commons</artifactId>
+       <version>1.0-SNAPSHOT</version>
+       <scope>test</scope>
+       <classifier>tests</classifier>
+     </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

Propchange: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: webservices/woden/branches/woden211/trunk/woden-tests/pom-impl-om.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: webservices/woden/branches/woden211/trunk/woden-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tests/pom.xml?rev=691383&view=auto
 ==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-tests/pom.xml (added)
+++ webservices/woden/branches/woden211/trunk/woden-tests/pom.xml Tue Sep  2 14:16:38 \
2008 @@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Licensed to the Apache Software Foundation (ASF) under one or more
+ ! contributor license agreements.  See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You 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 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.woden</groupId>
+       <artifactId>woden</artifactId>
+       <version>1.0-SNAPSHOT</version>
+   </parent>
+
+   <artifactId>woden-tests</artifactId>
+   <name>Woden - Tests</name>
+   <packaging>pom</packaging>
+
+   <build>
+       <plugins>
+         <plugin>
+           <artifactId>maven-invoker-plugin</artifactId>
+           <!-- 1.2 is needed for mavenOpts -->
+           <version>1.2</version>
+           <executions>
+             <execution>
+               <id>test-dom</id>
+               <phase>test</phase>
+               <goals>
+                 <goal>run</goal>
+               </goals>
+               <configuration>
+                 <projectsDirectory>.</projectsDirectory>
+                 <pomIncludes>
+                   <pomInclude>pom-impl-dom.xml</pomInclude>
+                 </pomIncludes>
+                 <mavenOpts>-Dorg.apache.woden.WSDLFactory=org.apache.woden.internal.DOMWSDLFactory</mavenOpts>
 +                 <streamLogs>true</streamLogs>
+                 <noLog>true</noLog>
+               </configuration>
+             </execution>
+             <execution>
+               <id>test-om</id>
+               <phase>test</phase>
+               <goals>
+                 <goal>run</goal>
+               </goals>
+               <configuration>
+                 <projectsDirectory>.</projectsDirectory>
+                 <pomIncludes>
+                   <pomInclude>pom-impl-om.xml</pomInclude>
+                 </pomIncludes>
+                 <mavenOpts>-Dorg.apache.woden.WSDLFactory=org.apache.woden.internal.OMWSDLFactory</mavenOpts>
 +                 <streamLogs>true</streamLogs>
+                 <noLog>true</noLog>
+               </configuration>
+             </execution>
+           </executions>
+         </plugin>       
+       </plugins>
+   </build>
+
+</project>
\ No newline at end of file

Propchange: webservices/woden/branches/woden211/trunk/woden-tests/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: webservices/woden/branches/woden211/trunk/woden-tests/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: webservices/woden/branches/woden211/trunk/woden-tests/src/main/resources/META-INF/MANIFEST.MF
                
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tests/src/main/resources/META-INF/MANIFEST.MF?rev=691383&view=auto
 ==============================================================================
    (empty)

Added: webservices/woden/branches/woden211/trunk/woden-tool/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-tool/pom.xml?rev=691383&view=auto
 ==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-tool/pom.xml (added)
+++ webservices/woden/branches/woden211/trunk/woden-tool/pom.xml Tue Sep  2 14:16:38 \
2008 @@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Licensed to the Apache Software Foundation (ASF) under one or more
+ ! contributor license agreements.  See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You 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 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.woden</groupId>
+       <artifactId>woden</artifactId>
+       <version>1.0-SNAPSHOT</version>
+   </parent>
+
+   <artifactId>woden-tool</artifactId>
+   <name>Woden - Tool</name>
+   
+   <build>
+       <resources>
+           <resource>
+               <targetPath>META-INF</targetPath>
+               <directory>../</directory>
+               <includes>
+                   <include>LICENSE</include>
+                   <include>README</include>
+                   <include>NOTICE</include>
+               </includes>
+           </resource>
+           <resource>
+             <directory>src/main/resources</directory>
+           </resource>
+       </resources>
+
+       <plugins>
+           <plugin>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <configuration>
+                   <source>1.4</source>
+                   <target>1.4</target>
+                   <compilerArgument>-g</compilerArgument>
+               </configuration>
+           </plugin>
+           <plugin>
+               <artifactId>maven-one-plugin</artifactId>
+               <executions>
+                   <execution>
+                       <goals>
+                           <goal>install-maven-one-repository</goal>
+                           <goal>deploy-maven-one-repository</goal>
+                       </goals>
+                   </execution>
+               </executions>
+               <configuration>
+                   <remoteRepositoryId>apache</remoteRepositoryId>
+                   <remoteRepositoryUrl>
+                       \
scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository +        \
</remoteRepositoryUrl> +               </configuration>
+           </plugin>
+           <plugin>
+             <groupId>org.codehaus.mojo</groupId>
+             <artifactId>xslt-maven-plugin</artifactId>
+             <executions>
+               <execution>
+                 <goals>
+                   <goal>transform</goal>
+                 </goals>
+               </execution>
+             </executions>
+             <configuration>
+               <xslFile>all-in-one.xsl</xslFile>
+               <srcDir>src/main/xslt</srcDir>
+               <srcIncludes>**/wsdl-viewer-modules.xsl</srcIncludes>
+             </configuration>
+           </plugin>
+       </plugins>
+   </build>
+</project>
\ No newline at end of file

Propchange: webservices/woden/branches/woden211/trunk/woden-tool/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: webservices/woden/branches/woden211/trunk/woden-tool/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic