-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f5c71
commit a2190a2
Showing
4 changed files
with
121 additions
and
117 deletions.
There are no files selected for viewing
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
40 changes: 40 additions & 0 deletions
40
cli/src/test/resources/xmlmerger/intellijWorkspace/result.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<project version="4"> | ||
<component name="AutoImportSettings"> | ||
<option name="autoReloadType" value="SELECTIVE"/> | ||
</component> | ||
<component name="FormatOnSaveOptions"> | ||
<option name="myRunOnSave" value="true"/> | ||
</component> | ||
<component name="Git.Settings"> | ||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$"/> | ||
</component> | ||
<component name="MavenImportPreferences"> | ||
<option name="generalSettings"> | ||
<MavenGeneralSettings> | ||
<option name="mavenHome" value="newMavenHomePath"/> | ||
<option name="threads" value="7"/> | ||
<option name="useMavenConfig" value="true"/> | ||
<option name="userSettingsFile" value="newUserSettingsFilePath"/> | ||
</MavenGeneralSettings> | ||
</option> | ||
</component> | ||
<component name="MavenRunner"> | ||
<option name="skipTests" value="false"/> | ||
<option name="vmOptions" value="newValue"/> | ||
</component> | ||
<component name="OptimizeOnSaveOptions"> | ||
<option name="myRunOnSave" value="true"/> | ||
</component> | ||
<component name="RunManager"> | ||
<configuration default="true" factoryName="JUnit" type="JUnit"> | ||
<shortenClasspath name="ARGS_FILE"/> | ||
<option name="METHOD_NAME" value=""/> | ||
<option name="TEST_OBJECT" value="class"/> | ||
<method v="2"> | ||
<option enabled="true" name="Make"/> | ||
</method> | ||
</configuration> | ||
</component> | ||
<component CustomDictionaries="0" DefaultDictionary="application-level" Folders="0" RuntimeDictionaries="0" UseSingleDictionary="true" name="SpellCheckerSettings" transferred="true"/> | ||
</project> |
16 changes: 16 additions & 0 deletions
16
cli/src/test/resources/xmlmerger/intellijWorkspace/source.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<project xmlns:merge="https://github.com/devonfw/IDEasy/merge" merge:strategy="combine" version="4"> | ||
<component name="MavenImportPreferences" merge:id="@name"> | ||
<option name="generalSettings" merge:id="@name"> | ||
<MavenGeneralSettings merge:id="name()"> | ||
<option name="mavenHome" value="newMavenHomePath"/> | ||
<option name="useMavenConfig" value="true"/> | ||
<option name="userSettingsFile" value="newUserSettingsFilePath"/> | ||
</MavenGeneralSettings> | ||
</option> | ||
</component> | ||
<component name="MavenRunner"> | ||
<option name="skipTests" value="false"/> | ||
<option name="vmOptions" value="newValue"/> | ||
</component> | ||
</project> |
40 changes: 40 additions & 0 deletions
40
cli/src/test/resources/xmlmerger/intellijWorkspace/target.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<project version="4"> | ||
<component name="AutoImportSettings"> | ||
<option name="autoReloadType" value="SELECTIVE"/> | ||
</component> | ||
<component name="FormatOnSaveOptions"> | ||
<option name="myRunOnSave" value="true"/> | ||
</component> | ||
<component name="Git.Settings"> | ||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$"/> | ||
</component> | ||
<component name="MavenImportPreferences"> | ||
<option name="generalSettings"> | ||
<MavenGeneralSettings> | ||
<option name="mavenHome" value="oldPath"/> | ||
<option name="threads" value="7"/> | ||
<option name="useMavenConfig" value="true"/> | ||
<option name="userSettingsFile" value="oldPath"/> | ||
</MavenGeneralSettings> | ||
</option> | ||
</component> | ||
<component name="MavenRunner"> | ||
<option name="skipTests" value="true"/> | ||
<option name="vmOptions" value="-Xmx8G"/> | ||
</component> | ||
<component name="OptimizeOnSaveOptions"> | ||
<option name="myRunOnSave" value="true"/> | ||
</component> | ||
<component name="RunManager"> | ||
<configuration default="true" factoryName="JUnit" type="JUnit"> | ||
<shortenClasspath name="ARGS_FILE"/> | ||
<option name="METHOD_NAME" value=""/> | ||
<option name="TEST_OBJECT" value="class"/> | ||
<method v="2"> | ||
<option enabled="true" name="Make"/> | ||
</method> | ||
</configuration> | ||
</component> | ||
<component CustomDictionaries="0" DefaultDictionary="application-level" Folders="0" RuntimeDictionaries="0" UseSingleDictionary="true" name="SpellCheckerSettings" transferred="true"/> | ||
</project> |