You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/Jcr2VfsMigrater.java
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/config/MigrationConfig.java
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/AssetMigrater.java
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ public void migrateAll() {
144
144
for (AssetPageRowrow : response.getPageRowList()) {
} else { //another format is migrated as a attachmentAsset
234
233
Jcr2VfsMigrationApp.hasWarnings = true;
235
-
System.out.format(" WARNING: asset [%s] with format[%s] is not a known format by migration tool. It will be migrated as attachmentAsset \n", jcrAssetItem.getName(), jcrAssetItem.getFormat());
234
+
System.out.format(" WARNING: asset [%s] with format[%s] is not a known format by migration tool. It will be migrated as attachmentAsset %n", jcrAssetItem.getName(), jcrAssetItem.getFormat());
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/ModuleMigrater.java
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/PackageImportHelper.java
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/asset/AttachementAssetMigrater.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,10 @@ public class AttachementAssetMigrater extends BaseAssetMigrater {
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/asset/BaseAssetMigrater.java
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -98,20 +98,22 @@ public String getExtendedRuleFromCategoryRules(Module jcrModule, AssetItem jcrAs
98
98
}
99
99
// Now iterate by the asset categories, and construct the extendRuleExpression if the category is in catRuleHashMap
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/asset/FactModelsMigrater.java
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,6 @@ public class FactModelsMigrater extends BaseAssetMigrater {
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/asset/GlobalMigrater.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,13 @@ public class GlobalMigrater extends BaseAssetMigrater {
Copy file name to clipboardExpand all lines: drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/migrater/asset/GuidedDecisionTableMigrater.java
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,9 @@ public class GuidedDecisionTableMigrater extends BaseAssetMigrater {
0 commit comments