You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by en...@apache.org on 2006/04/05 19:22:48 UTC

svn commit: r391739 - in /incubator/yoko/trunk: api/pom.xml bindings/pom.xml installSunJars.bat pom.xml tools/pom.xml

Author: enolan
Date: Wed Apr  5 12:22:45 2006
New Revision: 391739

URL: http://svn.apache.org/viewcvs?rev=391739&view=rev
Log:
Slight updates

Added:
    incubator/yoko/trunk/installSunJars.bat   (with props)
Modified:
    incubator/yoko/trunk/api/pom.xml
    incubator/yoko/trunk/bindings/pom.xml
    incubator/yoko/trunk/pom.xml
    incubator/yoko/trunk/tools/pom.xml

Modified: incubator/yoko/trunk/api/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/api/pom.xml?rev=391739&r1=391738&r2=391739&view=diff
==============================================================================
--- incubator/yoko/trunk/api/pom.xml (original)
+++ incubator/yoko/trunk/api/pom.xml Wed Apr  5 12:22:45 2006
@@ -32,12 +32,12 @@
             <scope>test</scope>
         </dependency>
         
-        <dependency>
+        <!-- <dependency>
             <groupId>easymock</groupId>
             <artifactId>easymockclassextension</artifactId>
             <version>2.0-20050821.154600</version>
             <scope>test</scope>
-        </dependency>
+        </dependency> -->
     
         <dependency>
             <groupId>org.objectweb.celtix</groupId>

Modified: incubator/yoko/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/bindings/pom.xml?rev=391739&r1=391738&r2=391739&view=diff
==============================================================================
--- incubator/yoko/trunk/bindings/pom.xml (original)
+++ incubator/yoko/trunk/bindings/pom.xml Wed Apr  5 12:22:45 2006
@@ -1,90 +1,90 @@
-<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.yoko</groupId>
-    <artifactId>yoko-bindings</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0-SNAPSHOT</version>
-    <name>Yoko Bindings</name>
-
-    <parent>
-        <groupId>org.apache.yoko</groupId>
-        <artifactId>Yoko</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent> 
-    
-    <properties>
-        <topDirectoryLocation>..</topDirectoryLocation>
-    </properties>         
-
-    <dependencies>
-    
-        <dependency>
-            <groupId>javax.xml</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <version>${jaxws.version}</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>easymock</groupId>
-            <artifactId>easymockclassextension</artifactId>
-            <version>2.0-20050821.154600</version>
-            <scope>test</scope>
-        </dependency>
-    
-        <dependency>
-            <groupId>org.objectweb.celtix</groupId>
-            <artifactId>celtix-common</artifactId>
-            <version>${celtix.version}</version>
-        </dependency>
-            
-        <dependency>
-            <groupId>org.objectweb.celtix</groupId>
-            <artifactId>celtix-rt</artifactId>
-            <version>${celtix.version}</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.objectweb.celtix</groupId>
-            <artifactId>celtix-api</artifactId>
-            <version>${celtix.version}</version>
-        </dependency>
-        
-    </dependencies>
- 
- 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>${javadoc.version}</version>
-                <executions>
-                    <execution>
-                        <id>package</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <attach>true</attach>
-                    <quiet>true</quiet>
-                    <bottom>-</bottom>
-                    <header>YOKO API</header>
-                    <footer>YOKO API</footer>
-                </configuration>
-            </plugin>
-
-        </plugins>
-    </build>
-    
-</project>
+<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.yoko</groupId>
+    <artifactId>yoko-bindings</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0-SNAPSHOT</version>
+    <name>Yoko Bindings</name>
+
+    <parent>
+        <groupId>org.apache.yoko</groupId>
+        <artifactId>Yoko</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent> 
+    
+    <properties>
+        <topDirectoryLocation>..</topDirectoryLocation>
+    </properties>         
+
+    <dependencies>
+    
+        <dependency>
+            <groupId>javax.xml</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>${jaxws.version}</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        
+        <!-- <dependency>
+            <groupId>easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+            <version>2.0-20050821.154600</version>
+            <scope>test</scope>
+        </dependency> -->
+    
+        <dependency>
+            <groupId>org.objectweb.celtix</groupId>
+            <artifactId>celtix-common</artifactId>
+            <version>${celtix.version}</version>
+        </dependency>
+            
+        <dependency>
+            <groupId>org.objectweb.celtix</groupId>
+            <artifactId>celtix-rt</artifactId>
+            <version>${celtix.version}</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.objectweb.celtix</groupId>
+            <artifactId>celtix-api</artifactId>
+            <version>${celtix.version}</version>
+        </dependency>
+        
+    </dependencies>
+ 
+ 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>${javadoc.version}</version>
+                <executions>
+                    <execution>
+                        <id>package</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <attach>true</attach>
+                    <quiet>true</quiet>
+                    <bottom>-</bottom>
+                    <header>YOKO API</header>
+                    <footer>YOKO API</footer>
+                </configuration>
+            </plugin>
+
+        </plugins>
+    </build>
+    
+</project>

Added: incubator/yoko/trunk/installSunJars.bat
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/installSunJars.bat?rev=391739&view=auto
==============================================================================
--- incubator/yoko/trunk/installSunJars.bat (added)
+++ incubator/yoko/trunk/installSunJars.bat Wed Apr  5 12:22:45 2006
@@ -0,0 +1,24 @@
+@echo off
+
+if "%1" == "" goto USAGE
+
+call mvn install:install-file -DgroupId=javax.annotation  -DartifactId=jsr250-api -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/jsr250-api.jar
+call mvn install:install-file -DgroupId=javax.jws  -DartifactId=jsr181-api -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/jsr181-api.jar
+call mvn install:install-file -DgroupId=javax.activation  -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/activation.jar
+call mvn install:install-file -DgroupId=javax.xml  -DartifactId=jaxws-api -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/jaxws-api.jar
+call mvn install:install-file -DgroupId=javax.xml  -DartifactId=jaxb-api -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/jaxb-api.jar
+call mvn install:install-file -DgroupId=javax.xml  -DartifactId=saaj-api -Dversion=1.3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/saaj-api.jar
+
+call mvn install:install-file -DgroupId=com.sun.xml  -DartifactId=jaxb-xjc -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/jaxb-xjc.jar
+call mvn install:install-file -DgroupId=com.sun.xml  -DartifactId=jaxb-impl -Dversion=2.0-JAXWS-2.0-EA3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/jaxb-impl.jar
+call mvn install:install-file -DgroupId=com.sun.xml  -DartifactId=saaj-impl -Dversion=1.3 -Dpackaging=jar -DgeneratePom=true -Dfile=%1/lib/saaj-impl.jar
+echo SUCCESS: Installation is complete
+goto END
+
+:USAGE
+        echo You must specify the directory of your JAX-WS RI2.0 Early Access 3 install.
+        echo It can be downloaded from https://jax-ws.dev.java.net/jax-ws-ea3/jaxws20ea3.jar
+        echo example:   installSunJars.bat C:\jaxws-ri
+        
+:END
+

Propchange: incubator/yoko/trunk/installSunJars.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/pom.xml?rev=391739&r1=391738&r2=391739&view=diff
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Wed Apr  5 12:22:45 2006
@@ -26,9 +26,9 @@
      <properties>
         <celtix.version>1.0-SNAPSHOT</celtix.version>
         <jaxws.version>2.0-JAXWS-2.0-EA3</jaxws.version>
-        <compiler.version>2.0.1-SNAPSHOT</compiler.version>
+        <compiler.version>2.0.1</compiler.version>
         <javadoc.version>2.0-beta-3</javadoc.version>
-        <jar.version>2.0-beta-1</jar.version>
+        <jar.version>2.0</jar.version>
         <java.source.version>1.5</java.source.version>
         <compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</compile.flags>
         <java.endorsed.dirs>${basedir}/target/classes</java.endorsed.dirs>
@@ -133,5 +133,34 @@
       </plugin>
     </plugins>
   </reporting>
+
+  <repositories>
+      <repository>
+          <id>objectweb-repo</id>
+          <name>ObjectWeb repo</name>
+          <url>http://maven.objectweb.org/maven2-snapshot</url>
+          <releases>
+              <enabled>true</enabled>
+          </releases>
+          <snapshots>
+              <enabled>true</enabled>
+          </snapshots>
+      </repository>
+  </repositories>
+ 
+  <pluginRepositories>
+      <pluginRepository>
+          <id>objectweb_snapshots</id>
+          <name>ObjectWeb Snapshot Repository</name>
+          <url>http://maven.objectweb.org/maven2-snapshot</url>
+          <layout>default</layout>
+          <snapshots>
+              <enabled>true</enabled>
+          </snapshots>
+          <releases>
+              <updatePolicy>never</updatePolicy>
+          </releases>
+      </pluginRepository>
+  </pluginRepositories>
 
 </project>

Modified: incubator/yoko/trunk/tools/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/tools/pom.xml?rev=391739&r1=391738&r2=391739&view=diff
==============================================================================
--- incubator/yoko/trunk/tools/pom.xml (original)
+++ incubator/yoko/trunk/tools/pom.xml Wed Apr  5 12:22:45 2006
@@ -24,12 +24,12 @@
             <version>3.8.1</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
+        <!-- <dependency>
             <groupId>easymock</groupId>
             <artifactId>easymockclassextension</artifactId>
             <version>2.0-20050821.154600</version>
             <scope>test</scope>
-        </dependency>        
+        </dependency>         -->
         <dependency>
             <groupId>wsdl4j</groupId>
             <artifactId>wsdl4j</artifactId>