Skip to content

Commit

Permalink
login and XML editor resources added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Aug 20, 2015
1 parent 964c299 commit 3a7db9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/resource-types.xml
Expand Up @@ -10,9 +10,11 @@

<!-- 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="2014051100">
<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2015072700">

<changes>
<change version="2015072700">Login resource type added</change>
<change version="2015072300">XML source editor resource type added</change>
<change version="2014051100">CAS resource directory renamed</change>
<change version="2014042900">Mailman resource added</change>
<change version="2013072400">CAS proxy callback resource added</change>
Expand Down Expand Up @@ -61,6 +63,7 @@
<resource-type src="@YANEL_SRC_DIR@/src/resources/nutch/" compile="true" copy-dir-name="yanel-nutch"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/lookup/" compile="true" copy-dir-name="yanel-lookup"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/tinymce/" compile="true" copy-dir-name="yanel-tinymce"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/xml-source-editor/" compile="true" copy-dir-name="xml-source-editor"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/image/" compile="true"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/xinha/" compile="true" copy-dir-name="yanel-xinha"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/sessionmanager/" compile="true" copy-dir-name="yanel-sessionmanager"/>
Expand Down Expand Up @@ -88,6 +91,7 @@
<resource-type src="@YANEL_SRC_DIR@/src/resources/contact-form/" compile="true" copy-dir-name="yanel-contact-form"/>
<!-- IMPORTANT: Please note that forgotpw depends on contact-form and hence the build order matters! -->
<resource-type src="@YANEL_SRC_DIR@/src/resources/forgotpw/" compile="true"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/login/" compile="true"/>

<resource-type src="@YANEL_SRC_DIR@/src/resources/wiki/" compile="true" copy-dir-name="yanel-wiki"/>
<resource-type src="@YANEL_SRC_DIR@/src/resources/zip/" compile="true" copy-dir-name="yanel-zip"/>
Expand Down

0 comments on commit 3a7db9b

Please sign in to comment.