com.jsftoolkit.doc.Distribution.wiki.txt,v Maven / Gradle / Ivy
Go to download
The core classes for the JSF Toolkit Component Framework. Includes all
framework base and utility classes as well as component
kick-start/code-generation and registration tools.
Also includes some classes for testing that are reused in other projects.
They cannot be factored out into a separate project because they are
referenced by the tests and they reference this code (circular
dependence).
The newest version!
head 1.4;
access;
symbols;
locks
noah:1.4; strict;
comment @# @;
1.4
date 2007.04.30.15.50.31; author noah; state Exp;
branches;
next 1.3;
1.3
date 2007.04.23.02.12.24; author noah; state Exp;
branches;
next 1.2;
1.2
date 2007.04.23.02.11.40; author noah; state Exp;
branches;
next 1.1;
1.1
date 2007.04.23.02.11.29; author noah; state Exp;
branches;
next ;
desc
@Automatically Versioned Wiki File
@
1.4
log
@Automatic Check-In of Wiki File
@
text
@ # Create a base jar containing the ^META-INF^ taglib files and any classes shared by all of your components and anything else you can give away for free. ^faces-config.xml^ included must only refer to components in this jar. The other jar's will each contain a ^faces-config.xml^ for the components defined in that jar.
# Split your components into logical sets. e.g. the ^DragItem^ and ^DropTarget^ need to go together, but not ^OutputWiki^ and make a jar for each. @
1.3
log
@Automatic Check-In of Wiki File
@
text
@d1 2
a2 2
# Create a base jar containing the ^META-INF^ config files and any classes shared by all of your components and anything else you can give away for free.
# Split your components into logical sets. e.g. the ^DragItem^ and ^DropTarget^ need to go together, but not ^OutputWiki^ and make a jar for each. These are what we charge for.@
1.2
log
@Automatic Check-In of Wiki File
@
text
@d1 2
a2 2
# Create a base jar containing the ^META-INF^ config files and any classes shared by all of your components.
# Split your components into logical sets. e.g. the ^DragItem^ and ^DropTarget^ need to go together, but not ^OutputWiki^.@
1.1
log
@Automatic Check-In of Wiki File
@
text
@d2 1
a2 1
# Split your components into logical sets. e.g. the ^DragItem^ and ^DropTarget^ need to go together, but not ^OutputWiki^.@