From: axelcl Date: Thu, 3 Feb 2005 21:38:16 +0000 (+0000) Subject: misc X-Git-Url: http://git.phpeclipse.com misc --- diff --git a/archive/net.sourceforge.phpeclipse.wiki/about.html b/archive/net.sourceforge.phpeclipse.wiki/about.html index e992790..e839917 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/about.html +++ b/archive/net.sourceforge.phpeclipse.wiki/about.html @@ -21,12 +21,26 @@ For purposes of the CPL, "Program" will mean the Content.

The plug-in includes software developed by SnipSnap Radeox. Therefore:

-This product includes software developed by the (http://www.radeox.org/). +This product includes software developed by the (radeox.org) project.
Copyright (c) 2000-2003 Matthias L. Jugel, Stephan J. Schmidt. All rights reserved.
-

xmlrpc commons-logging commons-httpclient velocity

+

XStream

+ +
+This product includes software developed by the (xstream.codehaus.org) project. +
+ +
Copyright (c) 2003-2004, Joe Walnes. All rights reserved.
+ +

MySQL Connector/J

+ +
+The MySQL Connector/J JDBC driver is licensed under the GNU Public License (see http://dev.mysql.com/downloads/connector/j/3.1.html). +
+ +

xmlrpc, commons-logging, commons-httpclient and velocity

The plug-in includes software developed by The Apache Software Foundation as part of the Jakarta project. Therefore:

@@ -36,7 +50,7 @@ This product includes software developed by the Apache Software Foundation (Copyright (c) 2001 The Apache Software Foundation. All rights reserved. -

Your use of the Lucene and HTML Parser code is subject to the terms and conditions of the Apache Software License 1.1 which is available at +

Your use of the xmlrpc, commons-logging, commons-httpclient and velocity code is subject to the terms and conditions of the Apache Software License 1.1 which is available at http://jakarta.apache.org/LICENSE. More specifically:

diff --git a/archive/net.sourceforge.phpeclipse.wiki/build.xml b/archive/net.sourceforge.phpeclipse.wiki/build.xml index 1f4d79e..937ac37 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/build.xml +++ b/archive/net.sourceforge.phpeclipse.wiki/build.xml @@ -89,8 +89,8 @@ - - + + diff --git a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/ProblemConsole.java b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/ProblemConsole.java index 04161fd..d158514 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/ProblemConsole.java +++ b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/ProblemConsole.java @@ -78,13 +78,13 @@ public class ProblemConsole { stream.setColor(color); } - public void reportError(String title, String message) { - if (hasMessages) { - WikiEditorPlugin.getDefault().reportError(title, message); - } - } +// public void reportError(String title, String message) { +// if (hasMessages) { +// WikiEditorPlugin.getDefault().reportError(title, message); +// } +// } - public void reportError() { - reportError("Problems listed", "Open console view for problems log!"); - } +// public void reportError() { +// reportError("Problems listed", "Open console view for problems log!"); +// } } \ No newline at end of file diff --git a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/RefreshJob.java b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/RefreshJob.java index 9758384..9563651 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/RefreshJob.java +++ b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/RefreshJob.java @@ -88,7 +88,6 @@ public class RefreshJob extends WorkspaceJob { if (isModal(this)) { // The progress dialog is still open show the message - console.reportError(); } else { // setProperty(IProgressConstants.KEEP_PROPERTY, Boolean.TRUE); // setProperty(IProgressConstants.ACTION_PROPERTY, getWikisCompletedAction()); @@ -119,7 +118,6 @@ public class RefreshJob extends WorkspaceJob { } if (isModal(this)) { // The progress dialog is still open show the message - console.reportError(); } return Status.OK_STATUS; } diff --git a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/post/PostJob.java b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/post/PostJob.java index a7c811f..4ee5c35 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/post/PostJob.java +++ b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/actions/mediawiki/post/PostJob.java @@ -176,7 +176,6 @@ public class PostJob extends WorkspaceJob { if (isModal(this)) { // The progress dialog is still open show the message - console.reportError(); } else { setProperty(IProgressConstants.KEEP_PROPERTY, Boolean.TRUE); // setProperty(IProgressConstants.ACTION_PROPERTY, getWikisCompletedAction()); @@ -227,7 +226,6 @@ public class PostJob extends WorkspaceJob { } if (isModal(this)) { // The progress dialog is still open show the message - console.reportError(); } return Status.CANCEL_STATUS; }