Skip to content

Commit

Permalink
generic user registration resource added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 18, 2012
1 parent fa1154f commit f2bbbaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/resource-types.xml
Expand Up @@ -8,9 +8,10 @@

<!-- NOTE: Do not use relative paths to reference resource types, because the paths are not being resolved re the location of (local.)resource-types.xml -->

<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2011081600">
<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2012011800">

<changes>
<change version="2012011800">generic user registration added</change>
<change version="2011081600">jelly controller adapter added in order to support CUD version 3 (see contributions/resources/creatable-modifiable-deletable-v3)</change>
<change version="2011032500">personalized content resource type (using boost) added</change>
<change version="2011031600">workflow dashboard resource type added</change>
Expand Down Expand Up @@ -40,6 +41,7 @@

<!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
<resource-type package="org.wyona.yanel.impl.resources.jellyadapterofcmdv3"/> <!-- INFO: This resource is loaded as dependency via src/build/dependencies.xml -->
<resource-type src="@YANEL_SRC_DIR@/src/resources/registration/" compile="true"/>
<resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/personalized-content/" compile="true"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/workflow-dashboard/" compile="true"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/comment/" compile="true"/>
Expand Down

0 comments on commit f2bbbaf

Please sign in to comment.