[svn r346] WIP, with working x4o and simple ldap backend for listing end editing entries
This commit is contained in:
parent
5d64bde0bd
commit
f401b61a6c
60 changed files with 1756 additions and 585 deletions
3
www/META-INF/MANIFEST.MF
Normal file
3
www/META-INF/MANIFEST.MF
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Manifest-Version: 1.0
|
||||
Class-Path:
|
||||
|
||||
15
www/META-INF/vasc-jsf.taglib.xml
Normal file
15
www/META-INF/vasc-jsf.taglib.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE facelet-taglib PUBLIC
|
||||
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
|
||||
"http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
|
||||
|
||||
<facelet-taglib>
|
||||
<namespace>http://foo.com/foo</namespace>
|
||||
<tag>
|
||||
<tag-name>foo</tag-name>
|
||||
<component>
|
||||
<component-type>com.foo.Foo</component-type>
|
||||
<renderer-type>com.foo.component.Foo</renderer-type>
|
||||
</component>
|
||||
</tag>
|
||||
</facelet-taglib>
|
||||
Loading…
Add table
Add a link
Reference in a new issue