8026500: [infra] remove extraneous docs in solaris images
authorksrini
Wed, 16 Oct 2013 07:37:30 -0700
changeset 20550 f9e9b021bee7
parent 20549 815df0732142
child 20551 8518304d2097
8026500: [infra] remove extraneous docs in solaris images Reviewed-by: erikj, mchung, tbell
jdk/makefiles/Images.gmk
jdk/src/solaris/doc/sun/man/man1/ja/javaws.1
jdk/src/solaris/doc/sun/man/man1/javaws.1
--- a/jdk/makefiles/Images.gmk	Tue Oct 15 13:06:45 2013 +0200
+++ b/jdk/makefiles/Images.gmk	Wed Oct 16 07:37:30 2013 -0700
@@ -332,7 +332,9 @@
       unpack200.1
 
   ifndef OPENJDK
-    JRE_MAN_PAGES += javaws.1
+    ifneq ($(OPENJDK_TARGET_OS), solaris)
+      JRE_MAN_PAGES += javaws.1
+    endif
   endif
 
   JDK_MAN_PAGES = \
--- a/jdk/src/solaris/doc/sun/man/man1/ja/javaws.1	Tue Oct 15 13:06:45 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,222 +0,0 @@
-." Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
-." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-."
-." This code is free software; you can redistribute it and/or modify it
-." under the terms of the GNU General Public License version 2 only, as
-." published by the Free Software Foundation.
-."
-." This code is distributed in the hope that it will be useful, but WITHOUT
-." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-." version 2 for more details (a copy is included in the LICENSE file that
-." accompanied this code).
-."
-." You should have received a copy of the GNU General Public License version
-." 2 along with this work; if not, write to the Free Software Foundation,
-." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-."
-." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
-." or visit www.oracle.com if you need additional information or have any
-." questions.
-."
-.TH javaws 1 "07 May 2011"
-
-.LP
-.SH "名前"
-\f2javaws\fP コマンド行
-.LP
-.SH "名前"
-.LP
-.LP
-\f2javaws\fP \- Java Web Start 起動コマンド
-.LP
-.SH "形式"
-.LP
-.LP
-\f2javaws [run\-options] <jnlp>\fP
-.LP
-.LP
-\f2javaws [control\-options]\fP
-.LP
-.SH "パラメータ"
-.LP
-.LP
-\f2[run\-options]\fP
-.LP
-.LP
-コマンド行実行オプション。実行オプションは任意の順序で指定できます。各種オプションについては、下の 「実行オプション」を参照してください。
-.LP
-.LP
-\f2<jnlp>\fP
-.LP
-.LP
-JNLP (Java Network Launching Protocol) ファイルのパスまたは URL (Uniform Resource Locator) のどちらかです。
-.LP
-.LP
-\f2[control\-options]\fP
-.LP
-.LP
-コマンド行制御オプション。制御オプションは任意の順序で指定できます。各種オプションについては、下の 「制御オプション」を参照してください。
-.LP
-.SH "説明"
-.LP
-.LP
-\f2javaws\fP コマンドは、JNLP (Java Network Launching Protocol) のリファレンス実装である Java Web Start を起動します。Java Web Start は、ネットワーク上で動作する Java アプリケーションまたはアプレットを起動します。
-.LP
-.LP
-JNLP ファイルが指定された場合、 \f2javaws\fP は、その JNLP ファイルで指定された Java アプリケーション/アプレットを起動します。
-.LP
-.LP
-\f2javaws\fP 起動ツールには、現在のリリースでサポートされている 1 組のオプションがあります。ただし、これらのオプションは将来のリリースでは削除される可能性があります。
-.LP
-.SH "実行オプション"
-.LP
-.LP
-\f2\-offline\fP
-.LP
-.LP
-Java Web Start をオフラインモードで実行します。
-.LP
-.LP
-\f2\-Xnosplash\fP
-.LP
-.LP
-初期スプラッシュ画面を表示しません。
-.LP
-.LP
-\f2\-open <arguments>\fP
-.LP
-.LP
-このオプションを指定すると、JNLP ファイル内の引数が \f2\-open <arguments>\fP に置き換わります。
-.LP
-.LP
-\f2\-print <arguments>\fP
-.LP
-.LP
-このオプションを指定すると、JNLP ファイル内の引数が \f2\-print <arguments>\fP に置き換わります。
-.LP
-.LP
-\f2\-online\fP
-.LP
-.LP
-オンラインモードを使用します (デフォルトの動作)。
-.LP
-.LP
-\f2\-wait\fP
-.LP
-.LP
-このオプションを指定した場合、 \f2javaws\fP プロセスは、アプリケーションが終了するまで終了しません。Windows プラットフォーム上では、このオプションは説明したとおりに機能しません。
-.LP
-.LP
-\f2\-verbose\fP
-.LP
-.LP
-追加の出力を表示します。
-.LP
-.LP
-\f2\-J<option>\fP
-.LP
-.LP
-vm にオプションを補います。
-.LP
-.LP
-\f2\-system\fP
-.LP
-.LP
-アプリケーションをシステムキャッシュからのみ実行します。
-.LP
-.SH "制御オプション"
-.LP
-.LP
-\f2\-viewer\fP
-.LP
-.LP
-Java コントロールパネルでキャッシュビューアを表示します。
-.LP
-.LP
-\f2\-clearcache\fP
-.LP
-.LP
-インストールされていないすべてのアプリケーションをキャッシュから削除します。
-.LP
-.LP
-\f2\-userConfig <property name>\fP
-.LP
-.LP
-指定された配備プロパティーをクリアします。
-.LP
-.LP
-\f2\-userConfig <property name> <property value>\fP
-.LP
-.LP
-指定された配備プロパティーを指定された値に設定します。
-.LP
-.LP
-\f2\-uninstall\fP
-.LP
-.LP
-キャッシュからすべてのアプリケーションを削除します。
-.LP
-.LP
-\f2\-uninstall <jnlp>\fP
-.LP
-.LP
-キャッシュからアプリケーションを削除します。
-.LP
-.LP
-\f2\-import [import\-options] <jnlp>\fP
-.LP
-.LP
-キャッシュにアプリケーションをインポートします。
-.LP
-.SH "インポートオプション"
-.LP
-.LP
-\f2\-silent\fP
-.LP
-.LP
-サイレントモードでインポートします (UI は表示されません)。
-.LP
-.LP
-\f2\-system\fP
-.LP
-.LP
-システムキャッシュにアプリケーションをインポートします。
-.LP
-.LP
-\f2\-codebase <url>\fP
-.LP
-.LP
-任意の codebase からリソースを取得します。
-.LP
-.LP
-\f2\-shortcut\fP
-.LP
-.LP
-ユーザー許容プロンプトのようにショートカットをインストールします。このオプションは、 \f2\-silent\fP オプションも使用しないと効果がありません。
-.LP
-.LP
-\f2\-association\fP
-.LP
-.LP
-ユーザー許容プロンプトのように関連付けをインストールします。このオプションは、 \f2\-silent\fP オプションも使用しないと効果がありません。
-.LP
-.SH "ファイル"
-.LP
-.LP
-ユーザーキャッシュ、システムキャッシュ、および deployment.properties ファイルについては、
-.na
-\f2システムレベルおよびユーザーレベルのプロパティー\fP @
-.fi
-http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/properties.htmlを参照してください。
-.LP
-.SH "詳細情報"
-.LP
-.LP
-Java Web Start の詳細は、
-.na
-\f2「Java Web Start」\fP @
-.fi
-http://java.sun.com/javase/6/docs/technotes/guides/javaws/index.htmlを参照してください。
-.LP
- 
--- a/jdk/src/solaris/doc/sun/man/man1/javaws.1	Tue Oct 15 13:06:45 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,222 +0,0 @@
-." Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
-." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-."
-." This code is free software; you can redistribute it and/or modify it
-." under the terms of the GNU General Public License version 2 only, as
-." published by the Free Software Foundation.
-."
-." This code is distributed in the hope that it will be useful, but WITHOUT
-." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-." version 2 for more details (a copy is included in the LICENSE file that
-." accompanied this code).
-."
-." You should have received a copy of the GNU General Public License version
-." 2 along with this work; if not, write to the Free Software Foundation,
-." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-."
-." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
-." or visit www.oracle.com if you need additional information or have any
-." questions.
-."
-.TH javaws 1 "10 May 2011"
-
-.LP
-.SH "Name"
-\f2javaws\fP Command Line
-.LP
-.SH "NAME"
-.LP
-.LP
-\f2javaws\fP \- Java Web Start launcher command
-.LP
-.SH "SYNOPSIS"
-.LP
-.LP
-\f2javaws [run\-options] <jnlp>\fP
-.LP
-.LP
-\f2javaws [control\-options]\fP
-.LP
-.SH "PARAMETERS"
-.LP
-.LP
-\f2[run\-options]\fP
-.LP
-.LP
-Command\-line run\-options. run\-options may be in any order. For a discussion of the various run\-options, see RUN\-OPTIONS below.
-.LP
-.LP
-\f2<jnlp>\fP
-.LP
-.LP
-This can be either the path of, or the Uniform Resource Locater (URL) of the JNLP (Java Network Launching Protocol) file.
-.LP
-.LP
-\f2[control\-options]\fP
-.LP
-.LP
-Command\-line control\-options. control\-options may be in any order. For a discussion of the various control\-options, see CONTROL\-OPTIONS below.
-.LP
-.SH "DESCRIPTION"
-.LP
-.LP
-The \f2javaws\fP command launches Java Web Start, which is the reference implementation of the Java Network Launching Protocol (JNLP). Java Web Start launches Java applications/applets hosted on a network.
-.LP
-.LP
-If a JNLP file is specified, \f2javaws\fP will launch the Java application/applet specified in the JNLP file.
-.LP
-.LP
-The \f2javaws\fP launcher has a set of options that are supported in the current release. However, the options may be removed in a future release.
-.LP
-.SH "RUN\-OPTIONS"
-.LP
-.LP
-\f2\-offline\fP
-.LP
-.LP
-Run Java Web Start in offline mode.
-.LP
-.LP
-\f2\-Xnosplash\fP
-.LP
-.LP
-Do not display the initial splash screen.
-.LP
-.LP
-\f2\-open <arguments>\fP
-.LP
-.LP
-If specified, replaces the arguments in the jnlp file with \f2\-open <arguments>\fP.
-.LP
-.LP
-\f2\-print <arguments>\fP
-.LP
-.LP
-If specified, replaces the arguments in the jnlp file with \f2\-print <arguments>\fP.
-.LP
-.LP
-\f2\-online\fP
-.LP
-.LP
-Use online mode (default behavior).
-.LP
-.LP
-\f2\-wait\fP
-.LP
-.LP
-If specified, the \f2javaws\fP process will not exit until the application exits. This option does not function as described on Windows platforms.
-.LP
-.LP
-\f2\-verbose\fP
-.LP
-.LP
-Display additional output.
-.LP
-.LP
-\f2\-J<option>\fP
-.LP
-.LP
-Supply options to the VM.
-.LP
-.LP
-\f2\-system\fP
-.LP
-.LP
-Run the application from the system cache only.
-.LP
-.SH "CONTROL\-OPTIONS"
-.LP
-.LP
-\f2\-viewer\fP
-.LP
-.LP
-Show the Cache Viewer in the Java Control Panel.
-.LP
-.LP
-\f2\-clearcache\fP
-.LP
-.LP
-Remove all non\-installed applications from the cache.
-.LP
-.LP
-\f2\-userConfig <property name>\fP
-.LP
-.LP
-Clear the specified deployment property.
-.LP
-.LP
-\f2\-userConfig <property name> <property value>\fP
-.LP
-.LP
-Set the specified deployment property to the specified value.
-.LP
-.LP
-\f2\-uninstall\fP
-.LP
-.LP
-Remove all applications from the cache.
-.LP
-.LP
-\f2\-uninstall <jnlp>\fP
-.LP
-.LP
-Remove the application from the cache.
-.LP
-.LP
-\f2\-import [import\-options] <jnlp>\fP
-.LP
-.LP
-Import the application to the cache.
-.LP
-.SH "IMPORT\-OPTIONS"
-.LP
-.LP
-\f2\-silent\fP
-.LP
-.LP
-Import silently (with no user interface).
-.LP
-.LP
-\f2\-system\fP
-.LP
-.LP
-Import application to the system cache.
-.LP
-.LP
-\f2\-codebase <url>\fP
-.LP
-.LP
-Retrieve resources from the given codebase.
-.LP
-.LP
-\f2\-shortcut\fP
-.LP
-.LP
-Install shortcuts as if user allowed prompt. This option has no effect unless \f2\-silent\fP option is also used.
-.LP
-.LP
-\f2\-association\fP
-.LP
-.LP
-Install associations as if user allowed prompt. This option has no effect unless \f2\-silent\fP option is also used.
-.LP
-.SH "FILES"
-.LP
-.LP
-For information about the user and system cache and deployment.properties files, see 
-.na
-\f2System\- and User\-Level Properties\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/deployment/deployment\-guide/properties.html.
-.LP
-.SH "MORE INFORMATION"
-.LP
-.LP
-For more information about Java Web Start, see 
-.na
-\f2Java Web Start\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/javaws/index.html.
-.LP
-