Skip to content

Commit

Permalink
Package XML update for new layout group namespace rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexembrey committed Dec 5, 2019
1 parent 847e26a commit 751f2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<package name="stsimecodep" displayName="Calculates ecological departure in ST-Sim using the LANDFIRE Fire Regime Condition Class" version="3.2.3" isAddOn="True" extendsPackage="stsim" url="https://github.com/ApexRMS/stsimecodep">
<package name="stsimecodep" displayName="Calculates ecological departure in ST-Sim using the LANDFIRE Fire Regime Condition Class" version="3.2.4" isAddOn="True" extendsPackage="stsim" url="https://github.com/ApexRMS/stsimecodep">
<transformers>
<transformer name="Primary" isPrimary="True">
<runtime>
Expand Down Expand Up @@ -87,10 +87,10 @@
classAssembly="SyncroSim.STSimEcoDep"/>
</views>
<layouts>
<layout name="coreforms_ScenarioDatafeeds" appendTo="Advanced">
<layout name="coreforms_ScenarioDatafeeds" appendTo="stsim_Advanced">
<item name="Options"/>
</layout>
<layout name="coreforms_ResultTransformers" appendTo="Export|Reports">
<layout name="coreforms_ResultTransformers" appendTo="stsim_Export|stsim_Reports">
<item name="Report"/>
</layout>
</layouts>
Expand Down

0 comments on commit 751f2b3

Please sign in to comment.