repo.or.cz
/
unitool.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pkg-config file now has script pathes
[unitool.git]
/
base
/
EPkgConfigMissingProperty.java
blob
9f0d423b8c4b51b690dea23f9d553e7d292a335d
1
2
package
org
.
de
.
metux
.
unitool
.
base
;
3
4
public class
EPkgConfigMissingProperty
extends
EPkgConfigError
5
{
6
public
EPkgConfigMissingProperty
(
String s
)
7
{
8
super
(
s
);
9
}
10
}