Created
December 20, 2013 02:27
-
-
Save apetro/8049619 to your computer and use it in GitHub Desktop.
fragment layout definition won't import. Dunno why. [java] ERROR [11:49.926] Failed: importing file [/home/apetro/code/github_jasig/uPortal/uportal-war/src/main/data/quickstart_entities/fragment-layout/hrs-lo.fragment-layout.xml] data-import.txt is useless FAIL,file [/home/apetro/code/github_jasig/uPortal/uportal-war/src/main/data/quickstart_ent…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Licensed to Jasig under one or more contributor license | |
agreements. See the NOTICE file distributed with this work | |
for additional information regarding copyright ownership. | |
Jasig licenses this file to you under the Apache License, | |
Version 2.0 (the "License"); you may not use this file | |
except in compliance with the License. You may obtain a | |
copy of the License at: | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, | |
software distributed under the License is distributed on | |
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
KIND, either express or implied. See the License for the | |
specific language governing permissions and limitations | |
under the License. | |
--> | |
<layout xmlns:dlm="http://www.uportal.org/layout/dlm" script="classpath://org/jasig/portal/io/import-layout_v3-2.crn" username="hrs-lo"> | |
<folder ID="s1" hidden="false" immutable="false" name="Root folder" type="root" unremovable="true"> | |
<folder ID="s2" hidden="true" immutable="true" name="Header folder" type="header" unremovable="true"> | |
<channel fname="fragment-admin-exit" unremovable="false" hidden="false" immutable="false" ID="n3"/> | |
</folder> | |
<folder ID="s6" hidden="false" immutable="false" name="Footer folder" type="footer" unremovable="false"/> | |
<folder ID="s7" hidden="false" immutable="false" name="HRS" type="regular" unremovable="false"> | |
<structure-attribute> | |
<name>externalId</name> | |
<value>hrs</value> | |
</structure-attribute> | |
<folder ID="s8" hidden="false" immutable="false" name="Column" type="regular" unremovable="false"> | |
<structure-attribute> | |
<name>width</name> | |
<value>50%</value> | |
</structure-attribute> | |
<channel fname="HRSBusinessEmailAdmin" unremovable="false" hidden="false" immutable="false" ID="n9"/> | |
<channel fname="HRSEarningsStatement" unremovable="false" hidden="false" immutable="false" ID="n10"/> | |
</folder> | |
<folder ID="s11" hidden="false" immutable="false" name="Column" type="regular" unremovable="false"> | |
<structure-attribute> | |
<name>width</name> | |
<value>50%</value> | |
</structure-attribute> | |
<channel fname="HRSManagerTimeApproval" unremovable="false" hidden="false" immutable="false" ID="n12"/> | |
</folder> | |
</folder> | |
</folder> | |
</layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment