-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/marp 826 alfresco ecm build release for this connector for designer 11.3 #43
Merged
vhhoang-axonivy
merged 10 commits into
master
from
feature/MARP-826-Alfresco-ECM-Build-release-for-this-connector-for-designer-11.3
Aug 19, 2024
+281
−334
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d42eb76
Convert connector to work with Designer 11.3.1
vhhoang-axonivy 883f9f1
Convert connector to work with Designer 11.3
vhhoang-axonivy 3a9dd18
Try to resolve build with maven error
vhhoang-axonivy b18b971
Try to resolve build with maven error
vhhoang-axonivy d50e6af
Try to resolve build with maven error
vhhoang-axonivy 4f31ab4
Try changing to 11.4.0
vhhoang-axonivy c352ee4
Convert Alfresco connector to work with Designer 11.3.1
vhhoang-axonivy a81cb3e
Try deleting REST Client Url
vhhoang-axonivy 5f7a406
Clean up
vhhoang-axonivy 3e04a5b
Revert to original format
vhhoang-axonivy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
5 changes: 3 additions & 2 deletions
5
alfresco-connector-demo/.settings/ch.ivyteam.ivy.designer.prefs
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.alfresco.connector.demo.Data | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.alfresco.connector.demo | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:useProjectSettings=true | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 | ||
eclipse.preferences.version=1 | ||
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=113000 | ||
eclipse.preferences.version=1 |
58 changes: 1 addition & 57 deletions
58
alfresco-connector-demo/.settings/org.eclipse.wst.common.component
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 |
---|---|---|
@@ -1,66 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<wb-module deploy-name="alfresco-connector-demo0"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_hd"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<property name="java-output-path" value="/alfresco-connector-demo0/classes"/> | ||
|
||
<property name="context-root" value="alfresco-connector-demo0"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</wb-module> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</project-modules> | ||
</project-modules> |
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it changed by you or Ivy team?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is changed by Ivy.