Skip to content

Commit c31c5ff

Browse files
committed
revert refactoring changes to migrations, exclude migrations
1 parent 0d08718 commit c31c5ff

4 files changed

Lines changed: 65 additions & 64 deletions

File tree

.idea/markdown-navigator-enh.xml

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/migrations/migrate flexmark-java 0_35_x to 0_40_0.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<entry oldName="com.vladsch.flexmark.ast.ReferencingNode" newName="com.vladsch.flexmark.util.ast.ReferencingNode" type="class"/>
3535
<entry oldName="com.vladsch.flexmark.ast.VisitHandler" newName="com.vladsch.flexmark.util.ast.VisitHandler" type="class"/>
3636
<entry oldName="com.vladsch.flexmark.ast.Visitor" newName="com.vladsch.flexmark.util.ast.Visitor" type="class"/>
37-
<entry oldName="com.vladsch.flexmark.IParse" newName="com.vladsch.flexmark.util.ast.IParse" type="class"/>
38-
<entry oldName="com.vladsch.flexmark.IRender" newName="com.vladsch.flexmark.util.ast.IRender" type="class"/>
37+
<entry oldName="com.vladsch.flexmark.IParse" newName="com.vladsch.flexmark.util.IParse" type="class"/>
38+
<entry oldName="com.vladsch.flexmark.IRender" newName="com.vladsch.flexmark.util.IRender" type="class"/>
3939
<entry oldName="com.vladsch.flexmark.internal.inline.AsteriskDelimiterProcessor" newName="com.vladsch.flexmark.parser.core.delimiter.AsteriskDelimiterProcessor" type="class"/>
4040
<entry oldName="com.vladsch.flexmark.internal.inline.EmphasisDelimiterProcessor" newName="com.vladsch.flexmark.parser.core.delimiter.EmphasisDelimiterProcessor" type="class"/>
4141
<entry oldName="com.vladsch.flexmark.internal.Bracket" newName="com.vladsch.flexmark.parser.core.delimiter.Bracket" type="class"/>

assets/migrations/migrate flexmark-java 0_42_x to 0_50_0.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<entry oldName="com.vladsch.flexmark.util.Consumer" newName="java.util.function.Consumer" type="class"/>
88
<entry oldName="com.vladsch.flexmark.util.Function" newName="java.util.function.Function" type="class"/>
99
<entry oldName="com.vladsch.flexmark.util.IntConsumer" newName="java.util.function.IntConsumer" type="class"/>
10-
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendable" newName="com.vladsch.flexmark.util.html.LineAppendable" type="class"/>
11-
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendableImpl" newName="com.vladsch.flexmark.util.html.LineAppendableImpl" type="class"/>
10+
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendable" newName="com.vladsch.flexmark.util.html.LineFormattingAppendable" type="class"/>
11+
<entry oldName="com.vladsch.flexmark.util.html.FormattingAppendableImpl" newName="com.vladsch.flexmark.util.html.LineFormattingAppendableImpl" type="class"/>
1212
<entry oldName="com.vladsch.flexmark.util.RunnableValue" newName="java.util.function.Supplier" type="class"/>
1313
<entry oldName="com.vladsch.flexmark.util.ValueRunnable" newName="java.util.function.Consumer" type="class"/>
1414
<entry oldName="com.vladsch.flexmark.util.Factory" newName="java.util.function.Supplier" type="class"/>

flexmark-java.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<sourceFolder url="file://$MODULE_DIR$/assets/images" type="java-test-resource" />
1616
<sourceFolder url="file://$MODULE_DIR$/.github/ISSUE_TEMPLATE" type="java-test-resource" />
1717
<excludeFolder url="file://$MODULE_DIR$/FlexmarkJavaAssets/EmojiReference" />
18+
<excludeFolder url="file://$MODULE_DIR$/assets/migrations" />
1819
<excludeFolder url="file://$MODULE_DIR$/javadoc" />
1920
<excludeFolder url="file://$MODULE_DIR$/target" />
2021
</content>

0 commit comments

Comments
 (0)