Index: uportal-impl/src/main/resources/org/jasig/portal/io/import-channel-type_v3-0.crn =================================================================== --- uportal-impl/src/main/resources/org/jasig/portal/io/import-channel-type_v3-0.crn (revision 0) +++ uportal-impl/src/main/resources/org/jasig/portal/io/import-channel-type_v3-0.crn (revision 0) @@ -0,0 +1,22 @@ + + + + + + + + UPDATE up_chan_type SET type = ?, type_descr = ?, type_def_uri = ? WHERE type_name = ? + INSERT INTO up_chan_type(type, type_descr, type_def_uri, type_name, type_id) VALUES(?, ?, ?, ?, '${req(NEXT_ID)}') + + + + + + + + + Index: uportal-impl/src/main/resources/org/jasig/portal/io/import-channel-type_v2-6.crn =================================================================== --- uportal-impl/src/main/resources/org/jasig/portal/io/import-channel-type_v2-6.crn (revision 43854) +++ uportal-impl/src/main/resources/org/jasig/portal/io/import-channel-type_v2-6.crn (working copy) @@ -1,12 +1,21 @@ - - - - UPDATE up_chan_type SET type = ?, type_descr = ?, type_def_uri = ? WHERE type_name = ? - INSERT INTO up_chan_type(type, type_descr, type_def_uri, type_name, type_id) VALUES(?, ?, ?, ?, '${req(NEXT_ID)}') - - - - - - - \ No newline at end of file + + + + + + + org.jasig.portal.channels.portlet.CSpringPortletAdaptor + + + + + + + Index: uportal-impl/src/main/resources/org/jasig/portal/io/export-channel-type.crn =================================================================== --- uportal-impl/src/main/resources/org/jasig/portal/io/export-channel-type.crn (revision 43854) +++ uportal-impl/src/main/resources/org/jasig/portal/io/export-channel-type.crn (working copy) @@ -1,6 +1,6 @@ Export Channel Type: NAME=${req(NAME)} - +