Skip to content

Commit

Permalink
[NETBEANS-54] Module Review swing.validation
Browse files Browse the repository at this point in the history
Changed dead references to Kenai to their equivalent
GitHub coordinates.
  • Loading branch information
lbruun committed Oct 24, 2017
1 parent 0987ee2 commit 194ec73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions swing.validation/arch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -317,7 +317,7 @@
-->
<answer id="dep-non-nb">
<p>
http://kenai.com/projects/simplevalidation/pages/Home
https://github.com/timboudreau/simplevalidation/
</p>
</answer>

Expand Down
1 change: 1 addition & 0 deletions swing.validation/external/ValidationAPI-license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion swing.validation/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 194ec73

Please sign in to comment.