Skip to content

Commit e7b21c8

Browse files
Lubos KoscoLubos Kosco
authored andcommitted
opensolaris.org cleanup; closes issue #5
1 parent e90537a commit e7b21c8

File tree

15 files changed

+30
-48
lines changed

15 files changed

+30
-48
lines changed

doc/build.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
command:
3333
</p>
3434

35-
<pre>hg clone ssh://anon&#64;hg.opensolaris.org/hg/opengrok/trunk</pre>
35+
<pre>git clone https://github.com/OpenGrok/OpenGrok</pre>
3636

3737
<h2>Prepare the source for compilation</h2>
3838
<p>Copy <code>JFlex.jar</code> into the <code>lib</code> directory in

nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ annotation.processing.run.all.processors=true
88
# read-only and ant.home is predefined by Ant.
99
ant.library.dir=${ant.home}/lib
1010

11-
application.homepage=http://www.opensolaris.org/os/project/opengrok/
11+
application.homepage=http://opengrok.github.io/OpenGrok/
1212
application.title=OpenGrok
1313
application.vendor=
1414
build.classes.dir=${build.dir}/classes

platform/solaris/ips/create.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
# Common Development and Distribution License (the "License").
77
# You may not use this file except in compliance with the License.
88
#
9-
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10-
# or http://www.opensolaris.org/os/licensing.
11-
# See the License for the specific language governing permissions
12-
# and limitations under the License.
9+
# See LICENSE.txt included in this distribution for the specific
10+
# language governing permissions and limitations under the License.
1311
#
1412
# When distributing Covered Code, include this CDDL HEADER in each
1513
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.

platform/solaris/pkgdef/pkginfo

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
# Common Development and Distribution License (the "License").
66
# You may not use this file except in compliance with the License.
77
#
8-
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9-
# or http://www.opensolaris.org/os/licensing.
10-
# See the License for the specific language governing permissions
11-
# and limitations under the License.
8+
# See LICENSE.txt included in this distribution for the specific
9+
# language governing permissions and limitations under the License.
1210
#
1311
# When distributing Covered Code, include this CDDL HEADER in each
1412
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
@@ -25,7 +23,7 @@ PKG=OSOLopengrok
2523
BASEDIR=/
2624
NAME=OpenGrok
2725
VENDOR=http://opengrok.github.com/OpenGrok/
28-
EMAIL=opengrok-discuss@opensolaris.org
26+
EMAIL=discuss@opengrok.java.net
2927
CATEGORY=application
3028
CLASSES=none manifest
3129
ARCH=generic

platform/solaris/pkgdef/prototype

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
# Common Development and Distribution License (the "License").
66
# You may not use this file except in compliance with the License.
77
#
8-
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9-
# or http://www.opensolaris.org/os/licensing.
10-
# See the License for the specific language governing permissions
11-
# and limitations under the License.
8+
# See LICENSE.txt included in this distribution for the specific
9+
# language governing permissions and limitations under the License.
1210
#
1311
# When distributing Covered Code, include this CDDL HEADER in each
1412
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.

platform/solaris/smf/ogindexd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
# Common Development and Distribution License (the "License").
77
# You may not use this file except in compliance with the License.
88
#
9-
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10-
# or http://www.opensolaris.org/os/licensing.
11-
# See the License for the specific language governing permissions
12-
# and limitations under the License.
9+
# See LICENSE.txt included in this distribution for the specific
10+
# language governing permissions and limitations under the License.
1311
#
1412
# When distributing Covered Code, include this CDDL HEADER in each
1513
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.

platform/solaris/smf/opengrok.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ The contents of this file are subject to the terms of the
66
Common Development and Distribution License (the "License").
77
You may not use this file except in compliance with the License.
88
9-
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10-
or http://www.opensolaris.org/os/licensing.
11-
See the License for the specific language governing permissions
12-
and limitations under the License.
9+
See LICENSE.txt included in this distribution for the specific
10+
language governing permissions and limitations under the License.
1311
1412
When distributing Covered Code, include this CDDL HEADER in each
1513
file and include the License file at usr/src/OPENSOLARIS.LICENSE.

platform/solaris/smf/svc-opengrok

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
# Common Development and Distribution License (the "License").
77
# You may not use this file except in compliance with the License.
88
#
9-
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10-
# or http://www.opensolaris.org/os/licensing.
11-
# See the License for the specific language governing permissions
12-
# and limitations under the License.
9+
# See LICENSE.txt included in this distribution for the specific
10+
# language governing permissions and limitations under the License.
1311
#
1412
# When distributing Covered Code, include this CDDL HEADER in each
1513
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.

src/org/opensolaris/opengrok/configuration/Configuration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ public Configuration() {
182182
setQuickContextScan(true);
183183
setIgnoredNames(new IgnoredNames());
184184
setIncludedNames(new Filter());
185-
setUserPage("http://www.opensolaris.org/viewProfile.jspa?username=");
186-
setBugPage("http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=");
185+
setUserPage("http://www.myserver.org/viewProfile.jspa?username=");
186+
setBugPage("http://bugs.myserver.org/bugdatabase/view_bug.do?bug_id=");
187187
setBugPattern("\\b([12456789][0-9]{6})\\b");
188-
setReviewPage("http://arc.opensolaris.org/caselog/PSARC/");
188+
setReviewPage("http://arc.myserver.org/caselog/PSARC/");
189189
setReviewPattern("\\b(\\d{4}/\\d{3})\\b"); // in form e.g. PSARC 2008/305
190190
setWebappLAF("default");
191191
setRemoteScmSupported(false);

src/org/opensolaris/opengrok/index/CommandLineOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public CommandLineOptions() {
7373
options.add(new Option('?', null, "Help"));
7474
options.add(new Option('A', "ext:analyzer", "Files with the named extension should be analyzed with the specified class"));
7575
options.add(new Option('a', ON_OFF, "Allow or disallow leading wildcards in a search"));
76-
options.add(new Option('B', "url", "Base URL of the user Information provider. Default: \"http://www.opensolaris.org/viewProfile.jspa?username=\""));
76+
options.add(new Option('B', "url", "Base URL of the user Information provider. Default: \"http://www.myserver.org/viewProfile.jspa?username=\""));
7777
options.add(new Option('C', null, "Print per project percentage progress information(I/O extensive, since one read through dir structure is made before indexing, needs -v, otherwise it just goes to the log)"));
7878
options.add(new Option('c', "/path/to/ctags", "Path to Exuberant Ctags from http://ctags.sf.net by default takes the Exuberant Ctags in PATH."));
7979
options.add(new Option('D', null, "Store history cache in a database (needs the JDBC driver in the classpath, typically derbyclient.jar or derby.jar)"));

0 commit comments

Comments
 (0)