Skip to content

Commit 8295e38

Browse files
authored
Merge pull request #1 from solutionexchange/DOTNET-985
Remove files from git that aren't needed to be in VCS
2 parents 6fbebe9 + 7e01350 commit 8295e38

4,104 files changed

Lines changed: 15 additions & 1264490 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
.idea/*
12
/archive/*
2-
/backup/*
3+
!/archive/.gitkeep
4+
/backup/*
5+
!/backup/.gitkeep
6+
/build/*
7+
!/build/.gitkeep
8+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# SmartExtensions
2+
3+
See [this link](https://www.opentext-usergroup.org/smartextensions-einstieg-4885.htm) for extensive information on project structure and how to develop for this framework

Start-BuildProcessExtensions.ps1

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
File UUID: 19ef8402-aa99-4c10-a026-fb3f0f9d1d44
44
----- ----- ----- ----- ----- ----- ----- ----- #>
55

6-
$MasterPath = ("C:\Users\thomas.pollinger\OneDrive - Vodafone Group\GitHub\SmartExtensions");
7-
86
$BuildSettings = @{
97
Version = ("16.0.0");
108
Build = 0;
119
Compatibility = ("11.2.2.0");
1210
Config = ("config");
1311
Development = ("development");
14-
Root = ("{0}" -f $MasterPath);
15-
RootArchive = ("{0}\archive" -f $MasterPath);
16-
RootBackup = ("{0}\backup" -f $MasterPath);
17-
RootExport = ("{0}\build" -f $MasterPath);
12+
Root = ("{0}" -f $PSScriptRoot);
13+
RootArchive = ("{0}\archive" -f $PSScriptRoot);
14+
RootBackup = ("{0}\backup" -f $PSScriptRoot);
15+
RootExport = ("{0}\build" -f $PSScriptRoot);
1816
InstallerSource = ("Import-ExtensionPackageManager.xml");
1917
InstallerFile = ("Installer.xml");
2018
Libraries = @{
@@ -648,4 +646,4 @@ Write-Host ("`r`n -> The complete runtime for build {0}.{1} was {2} for {3} pack
648646

649647
Write-Host ("`r`nBuild process is completed`r`n") -ForegroundColor ("red");
650648

651-
<# ----- ----- ----- ----- ----- ----- ----- ----- #>
649+
<# ----- ----- ----- ----- ----- ----- ----- ----- #>

archive/.gitkeep

Whitespace-only changes.

backup/.gitkeep

Whitespace-only changes.

build/.gitkeep

Whitespace-only changes.

build/beta-cux2/Installer.xml

-3.67 KB
Binary file not shown.

build/beta-cux2/_build.creation

-1.08 KB
Binary file not shown.

build/beta-cux2/_build.version

-218 Bytes
Binary file not shown.
-24.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)