Author: tchemit
Date: Fri Nov  8 18:48:29 2013
New Revision: 1540152

URL: http://svn.apache.org/r1540152
Log:
MSHARED-300 - Update javadoc links

Modified:
    
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.java
    
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerSignRequest.java
    
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.java

Modified: 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.java?rev=1540152&r1=1540151&r2=1540152&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.java
 (original)
+++ 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.java
 Fri Nov  8 18:48:29 2013
@@ -34,13 +34,13 @@ public abstract class AbstractJarSignerR
     implements JarSignerRequest
 {
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private boolean verbose;
 
     /**
      * The maximum memory available to the JAR signer, e.g. <code>256M</code>. 
See <a
-     * 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html#Xms";>-Xmx</a>
 for more details.
+     * 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/java.html#Xms";>-Xmx</a>
 for more details.
      */
     private String maxMemory;
 

Modified: 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerSignRequest.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerSignRequest.java?rev=1540152&r1=1540151&r2=1540152&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerSignRequest.java
 (original)
+++ 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerSignRequest.java
 Fri Nov  8 18:48:29 2013
@@ -32,62 +32,62 @@ public class JarSignerSignRequest
     extends AbstractJarSignerRequest
 {
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String keystore;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String storepass;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String keypass;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String sigfile;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String storetype;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String providerName;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String providerClass;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String providerArg;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String alias;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String tsaLocation;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private String tsaAlias;
 
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     protected File signedjar;
 

Modified: 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.java?rev=1540152&r1=1540151&r2=1540152&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.java
 (original)
+++ 
maven/shared/trunk/maven-jarsigner/src/main/java/org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.java
 Fri Nov  8 18:48:29 2013
@@ -30,7 +30,7 @@ public class JarSignerVerifyRequest
     extends AbstractJarSignerRequest
 {
     /**
-     * See <a 
href="http://java.sun.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="http://docs.oracle.com/javase/6/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     private boolean certs;
 


Reply via email to