git://git.phpeclipse.com
/
phpeclipse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c4ff538
)
Code cleanup, plug-in properties and templates included in build
author
scorphus
<scorphus>
Tue, 4 Dec 2007 00:41:11 +0000 (
00:41
+0000)
committer
scorphus
<scorphus>
Tue, 4 Dec 2007 00:41:11 +0000 (
00:41
+0000)
net.sourceforge.phpeclipse.phpmanual/build.properties
patch
|
blob
|
history
net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java
patch
|
blob
|
history
diff --git
a/net.sourceforge.phpeclipse.phpmanual/build.properties
b/net.sourceforge.phpeclipse.phpmanual/build.properties
index
e856e13
..
b50e165
100644
(file)
--- a/
net.sourceforge.phpeclipse.phpmanual/build.properties
+++ b/
net.sourceforge.phpeclipse.phpmanual/build.properties
@@
-1,6
+1,8
@@
bin.includes = plugin.xml,\
META-INF/,\
icons/,\
- phpmanual.jar
+ phpmanual.jar,\
+ templates/,\
+ plugin.properties
source.phpmanual.jar = src/
output.phpmanual.jar = bin/
diff --git
a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java
b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java
index
4089f0e
..
e14af65
100644
(file)
--- a/
net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java
+++ b/
net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java
@@
-160,7
+160,6
@@
public class PHPManualView extends ViewPart implements INullSelectionListener, I
* @param funcName Function name
*/
private void showReference(final String funcName) {
- System.out.println("Show reference for " + funcName);
new Thread(new Runnable() {
public void run() {
Display.getDefault().asyncExec(new Runnable() {