You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/10/25 10:03:29 UTC

[GitHub] geertjanw closed pull request #191: [NETBEANS-54] Module Review swing.validation

geertjanw closed pull request #191: [NETBEANS-54] Module Review swing.validation
URL: https://github.com/apache/incubator-netbeans/pull/191
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/swing.validation/arch.xml b/swing.validation/arch.xml
index 5268c8757..896c33ffd 100644
--- a/swing.validation/arch.xml
+++ b/swing.validation/arch.xml
@@ -50,7 +50,7 @@
  <answer id="arch-overall">
   <p>
    Provides a framework for adding user input validation to existing Swing
-   panels very simply.  See <a href="http://kenai.com/projects/simplevalidation/pages/Home">the
+   panels very simply.  See <a href="https://github.com/timboudreau/simplevalidation/">the
    Simple Validation</a> project for details.
    </p>
    <p>
@@ -160,7 +160,7 @@
 -->
  <answer id="arch-where">
   The source code for the Simple Validation project is at
-  <a href="http://kenai.com/projects/simplevalidation/pages/Home">http://kenai.com/projects/simplevalidation/pages/Home</a>.
+  <a href="https://github.com/timboudreau/simplevalidation/">https://github.com/timboudreau/simplevalidation/</a>.
   The adapters for dialog descriptors and wizards are in the module.
  </answer>
 
@@ -317,7 +317,7 @@
 -->
  <answer id="dep-non-nb">
   <p>
-   http://kenai.com/projects/simplevalidation/pages/Home
+   https://github.com/timboudreau/simplevalidation/
   </p>
  </answer>
 
diff --git a/swing.validation/external/ValidationAPI-license.txt b/swing.validation/external/ValidationAPI-license.txt
index 53da6f5d7..155288e2e 100644
--- a/swing.validation/external/ValidationAPI-license.txt
+++ b/swing.validation/external/ValidationAPI-license.txt
@@ -3,6 +3,7 @@ Version: 331
 License: CDDL-GPL-2-CP
 OSR: 11316
 Origin: Oracle (https://svn.kenai.com/svn/simplevalidation~src/trunk@331)
+       (same as: https://github.com/timboudreau/simplevalidation/tree/b26b94cc001a41ab9138496b11e2ae256a159ffd)
 Comment:  Provides utilities for adding input validation to Swing forms quickly and easily
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
diff --git a/swing.validation/nbproject/project.properties b/swing.validation/nbproject/project.properties
index 4eab392ef..3c8b5465f 100644
--- a/swing.validation/nbproject/project.properties
+++ b/swing.validation/nbproject/project.properties
@@ -18,6 +18,6 @@ is.autoload=true
 javac.source=1.6
 javac.compilerargs=-Xlint -Xlint:-serial
 javadoc.arch=${basedir}/arch.xml
-nbm.homepage=http://kenai.com/projects/simplevalidation/
+nbm.homepage=https://github.com/timboudreau/simplevalidation/
 nbm.module.author=Tim Boudreau
 release.external/ValidationAPI.jar=modules/ext/ValidationAPI.jar


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services