Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2003-03-10 21:59:51 +0000
committerDean Roberts2003-03-10 21:59:51 +0000
commitf07cb0da9895fdb66fad9bf749ade4103913c046 (patch)
tree6b3e4057a36a10bbaec45e207df57215c941c203 /org.eclipse.help.appserver
parent927feaa43dbecbc63f1eb316bf8b2315a48b3543 (diff)
downloadeclipse.platform.ua-f07cb0da9895fdb66fad9bf749ade4103913c046.tar.gz
eclipse.platform.ua-f07cb0da9895fdb66fad9bf749ade4103913c046.tar.xz
eclipse.platform.ua-f07cb0da9895fdb66fad9bf749ade4103913c046.zip
Copyright fix - automated changesv20030310-postcopyrightupdate
Diffstat (limited to 'org.eclipse.help.appserver')
-rw-r--r--org.eclipse.help.appserver/build.properties10
-rw-r--r--org.eclipse.help.appserver/plugin.properties10
-rw-r--r--org.eclipse.help.appserver/src/appserver.properties10
-rw-r--r--org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverPlugin.java16
-rw-r--r--org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverResources.java16
-rw-r--r--org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/IWebappServer.java14
-rw-r--r--org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/PluginClassLoaderWrapper.java16
-rw-r--r--org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/WebappManager.java14
8 files changed, 83 insertions, 23 deletions
diff --git a/org.eclipse.help.appserver/build.properties b/org.eclipse.help.appserver/build.properties
index 86c445b31..c4ef8579f 100644
--- a/org.eclipse.help.appserver/build.properties
+++ b/org.eclipse.help.appserver/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.appserver.jar=src/
src.includes=schema/,about.html
bin.includes=doc/,plugin.xml,preferences.ini,*.jar,plugin.properties,about.html
diff --git a/org.eclipse.help.appserver/plugin.properties b/org.eclipse.help.appserver/plugin.properties
index 187665e9f..e68a01202 100644
--- a/org.eclipse.help.appserver/plugin.properties
+++ b/org.eclipse.help.appserver/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
appserver_plugin_name = Help Application Server
providerName=Eclipse.org
server = Application Server
diff --git a/org.eclipse.help.appserver/src/appserver.properties b/org.eclipse.help.appserver/src/appserver.properties
index fc6bd5db7..e59db568c 100644
--- a/org.eclipse.help.appserver/src/appserver.properties
+++ b/org.eclipse.help.appserver/src/appserver.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
LocalConnectionTest.cannotGetLocalhostName = Host name of local machine cannot be obtained.
Appserver.cannotFindPlugin = Location of plug-in {0} cannot be obtained.
diff --git a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverPlugin.java b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverPlugin.java
index 687deed56..b271a9338 100644
--- a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverPlugin.java
+++ b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverPlugin.java
@@ -1,7 +1,13 @@
-/*
- * (c) Copyright IBM Corp. 2000, 2002.
- * All Rights Reserved.
- */
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.help.internal.appserver;
import org.eclipse.core.runtime.*;
@@ -164,4 +170,4 @@ public class AppserverPlugin extends Plugin {
appServer.start(port, hostAddress);
}
-} \ No newline at end of file
+}
diff --git a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverResources.java b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverResources.java
index 88b176cb7..98c911e84 100644
--- a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverResources.java
+++ b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/AppserverResources.java
@@ -1,8 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.help.internal.appserver;
-/*
- * (c) Copyright IBM Corp. 2000, 2002.
- * All Rights Reserved.
- */
import java.text.MessageFormat;
import java.util.*;
@@ -187,4 +193,4 @@ class AppserverResources {
else
return Locale.getDefault();
}
-} \ No newline at end of file
+}
diff --git a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/IWebappServer.java b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/IWebappServer.java
index 50e7d2094..1fbbb4250 100644
--- a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/IWebappServer.java
+++ b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/IWebappServer.java
@@ -1,9 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.help.internal.appserver;
-/*
- * (c) Copyright IBM Corp. 2002.
- * All Rights Reserved.
- */
import org.eclipse.core.runtime.*;
diff --git a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/PluginClassLoaderWrapper.java b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/PluginClassLoaderWrapper.java
index ac1143e89..fb9bbda64 100644
--- a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/PluginClassLoaderWrapper.java
+++ b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/PluginClassLoaderWrapper.java
@@ -1,7 +1,13 @@
-/*
- * (c) Copyright IBM Corp. 2000, 2002.
- * All Rights Reserved.
- */
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.help.internal.appserver;
import java.io.*;
@@ -110,4 +116,4 @@ public class PluginClassLoaderWrapper extends URLClassLoader {
return urls;
}
-} \ No newline at end of file
+}
diff --git a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/WebappManager.java b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/WebappManager.java
index 7045ed9e1..482f7becc 100644
--- a/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/WebappManager.java
+++ b/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/WebappManager.java
@@ -1,9 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.help.internal.appserver;
-/*
- * (c) Copyright IBM Corp. 2002.
- * All Rights Reserved.
- */
import java.io.IOException;
import java.net.URL;

Back to the top