<p>The plug-in includes software developed by SnipSnap Radeox. Therefore:</p>
<blockquote>
-This product includes software developed by the (<a href="http://www.radeox.org/">http://www.radeox.org/</a>).
+This product includes software developed by the (<a href="http://www.radeox.org/">radeox.org</a>) project.
</blockquote>
<blockquote>Copyright (c) 2000-2003 Matthias L. Jugel, Stephan J. Schmidt. All rights reserved.</blockquote>
-<p><b>xmlrpc commons-logging commons-httpclient velocity</b></p>
+<p><b>XStream</b></p>
+
+<blockquote>
+This product includes software developed by the (<a href="http://xstream.codehaus.org/">xstream.codehaus.org</a>) project.
+</blockquote>
+
+<blockquote>Copyright (c) 2003-2004, Joe Walnes. All rights reserved.</blockquote>
+
+<p><b>MySQL Connector/J</b></p>
+
+<blockquote>
+The MySQL Connector/J JDBC driver is licensed under the GNU Public License (see <a href="http://dev.mysql.com/downloads/connector/j/3.1.html">http://dev.mysql.com/downloads/connector/j/3.1.html</a>).
+</blockquote>
+
+<p><b>xmlrpc, commons-logging, commons-httpclient and velocity</b></p>
<p>The plug-in includes software developed by The Apache Software Foundation as part of the Jakarta project. Therefore:</p>
<blockquote>Copyright (c) 2001 The Apache Software Foundation. All rights reserved.</blockquote>
-<p>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
+<p>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
<a href="http://jakarta.apache.org/LICENSE">http://jakarta.apache.org/LICENSE</a>.
More specifically:</p>
<blockquote>
<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.console_3.0.0/console.jar"/>
- <pathelement path="../net.sourceforge.phpeclipse.webbrowser/bin"/>
- <pathelement path="../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/>
+ <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/bin"/>
+ <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/>
<pathelement path="lib/xmlrpc-1.1.jar"/>
<pathelement path="lib/radeox.jar"/>
<pathelement path="lib/commons-logging.jar"/>
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
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());
}
if (isModal(this)) {
// The progress dialog is still open show the message
- console.reportError();
}
return Status.OK_STATUS;
}
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());
}
if (isModal(this)) {
// The progress dialog is still open show the message
- console.reportError();
}
return Status.CANCEL_STATUS;
}