Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…extension into v9.x
  • Loading branch information
vrosu committed Jun 5, 2024
2 parents 2e9ad94 + 19200d7 commit a15b50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ThingWorx GitBackup Extension
[Unofficial/Not Supported] Contains the code of the ThingWorx GitBackup Extension built on Extension SDK version 9.0 (not provided here)
[Unofficial/Not Supported] Contains the code of the ThingWorx GitBackup Extension built on Extension SDK version 9.0 (not provided here).

This is an Ant Eclipse (Version: 2019-09 R4.13.0) project that uses the ThingWorx Eclipse plugin, available in the support.ptc.com portal under the ThingWorx platform downloads.
1. Install the ThingWorx Eclipse plugin
1. Install the ThingWorx Eclipse plugin.
2. Download the ThingWorx Extension SDK version 9.0. It should be a zip file.
3. Import the project: Use the File Menu / Import / Projects from Folder or Archive.
4. After import, right click on the project name in the left hand side of the screen and in the ThingWorx Extension tab setup the path to the Extension SDK zip file.
Expand All @@ -12,6 +12,6 @@ Please open issues and feel free to fork it.

Documentation is maintained in a PDF specific for each release.

Download the extension from the Releases section above, link here for ease of use: https://github.com/PTCInc/thingworx-gitbackup-extension/releases .
Download the extension from the Releases section above, link here for ease of use: https://github.com/PTCInc/thingworx-gitbackup-extension/releases.

This Extension is provided as-is and without warranty or support. It is not part of the PTC product suite. This project is licensed under the terms of the MIT license.
4 changes: 3 additions & 1 deletion src/gb/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ public final class Const {
public final static String str_DefaultProjectToExport = "DefaultExportProject";
public final static String str_LocalizationTokensPrefix = "LocalizationTokensPrefix";
public final static String str_GitRepoURLDefaultValue = "https://bitbucket.org/username/reponame";

// PlatformInfo property Names
public final static String str_PlatformInfo_URLPropertyName = "URL";
public final static String str_PlatformInfo_AppKeyPropertyName = "AppKey";

// Entity names

public final static String str_UtilityThingShapeName = "Git.Utility.ThingShape";
public final static String str_CommitListDataShapeName = "Git.CommitList.DataShape";
public final static String str_CommitInfoDataShapeName = "GitBackup.CommitInfo.DataShape";
Expand All @@ -25,6 +26,7 @@ public final class Const {
public final static String str_UseProxy = "UseProxy";
public final static String str_ProxyURL = "ProxyURL";
public final static String str_ProxyPort = "ProxyPort";

// Various
public final static String str_MaxDiffSize = "MaxDiffSize";
public final static String str_GitCommitterUser = "GitCommitterUser";
Expand Down

0 comments on commit a15b50e

Please sign in to comment.