From 4272889dc8ae3813cc0cec065db1a982623f9ba0 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 27 Sep 2021 14:48:41 -0600 Subject: [PATCH] Install Structure101 Plugin Issue gh-6236 --- .gitattributes | 1 + build.gradle | 5 ++++ etc/s101/config.xml | 32 ++++++++++++++++++++ etc/s101/project.java.hsp | 48 ++++++++++++++++++++++++++++++ etc/s101/repository/repository.xml | 14 +++++++++ 5 files changed, 100 insertions(+) create mode 100644 etc/s101/config.xml create mode 100644 etc/s101/project.java.hsp create mode 100644 etc/s101/repository/repository.xml diff --git a/.gitattributes b/.gitattributes index 08f3b034b6..f4454823cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,3 +14,4 @@ *.odg binary *.otg binary *.png binary +*.hsx binary diff --git a/build.gradle b/build.gradle index 947a421d9c..afbc06335d 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ buildscript { apply plugin: 'io.spring.nohttp' apply plugin: 'locks' +apply plugin: 's101' apply plugin: 'io.spring.convention.root' apply plugin: 'io.spring.convention.include-check-remote' apply plugin: 'org.jetbrains.kotlin.jvm' @@ -155,3 +156,7 @@ tasks.register('checkSamples') { } dependsOn checkRemote } + +s101 { + configurationDirectory = project.file("etc/s101") +} diff --git a/etc/s101/config.xml b/etc/s101/config.xml new file mode 100644 index 0000000000..113236c456 --- /dev/null +++ b/etc/s101/config.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/etc/s101/project.java.hsp b/etc/s101/project.java.hsp new file mode 100644 index 0000000000..1e876cd2e4 --- /dev/null +++ b/etc/s101/project.java.hsp @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/etc/s101/repository/repository.xml b/etc/s101/repository/repository.xml new file mode 100644 index 0000000000..e4db5aa39d --- /dev/null +++ b/etc/s101/repository/repository.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +