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
/
EPkgConfigUnhandledProperty.java
blob
1a232f9377eaaa42b56ee9cb0bc7f058f6728b72
1
2
package
org
.
de
.
metux
.
unitool
.
base
;
3
4
public class
EPkgConfigUnhandledProperty
extends
EPkgConfigError
5
{
6
public
EPkgConfigUnhandledProperty
(
String name
,
String val
)
7
{
8
super
(
name
+
"=
\"
"
+
val
+
"
\"
"
);
9
}
10
}