-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from PalladioSimulator/rename_to_retriever
Rename to Retriever
- Loading branch information
Showing
364 changed files
with
9,439 additions
and
8,893 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ name: Build Pipeline | |
on: [push, pull_request, workflow_dispatch] | ||
|
||
jobs: | ||
Palladio-ReverseEngineering-SoMoX-RuleEngine: | ||
Palladio-ReverseEngineering-Retriever: | ||
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/[email protected] | ||
with: | ||
use-display-output: true | ||
no-caching: true | ||
deploy-updatesite: 'releng/org.palladiosimulator.somox.updatesite/target/repository' | ||
deploy-updatesite: 'releng/org.palladiosimulator.retriever.updatesite/target/repository' | ||
secrets: | ||
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }} | ||
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }} | ||
|
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
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
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,38 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration | ||
type="org.eclipse.m2e.Maven2LaunchConfigurationType"> | ||
<intAttribute key="M2_COLORS" value="0" /> | ||
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false" /> | ||
<stringAttribute key="M2_GOALS" value="clean verify" /> | ||
<booleanAttribute key="M2_NON_RECURSIVE" value="false" /> | ||
<booleanAttribute key="M2_OFFLINE" value="false" /> | ||
<stringAttribute key="M2_PROFILES" value="" /> | ||
<listAttribute key="M2_PROPERTIES" /> | ||
<stringAttribute key="M2_RUNTIME" value="EMBEDDED" /> | ||
<booleanAttribute key="M2_SKIP_TESTS" value="false" /> | ||
<intAttribute key="M2_THREADS" value="1" /> | ||
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" | ||
value="false" /> | ||
<stringAttribute key="M2_USER_SETTINGS" value="" /> | ||
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" | ||
value="false" /> | ||
<booleanAttribute | ||
key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" | ||
value="false" /> | ||
<stringAttribute | ||
key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}" /> | ||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> | ||
<listEntry value="org.eclipse.debug.ui.launchGroup.run" /> | ||
</listAttribute> | ||
<booleanAttribute | ||
key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false" /> | ||
<booleanAttribute | ||
key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" | ||
value="true" /> | ||
<booleanAttribute | ||
key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" | ||
value="false" /> | ||
<stringAttribute | ||
key="org.eclipse.jdt.launching.WORKING_DIRECTORY" | ||
value="${project_loc:Palladio-ReverseEngineering-Retriever}" /> | ||
</launchConfiguration> |
25 changes: 0 additions & 25 deletions
25
Palladio-ReverseEngineering-SoMoX-RuleEngine-MavenBuild.launch
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.