Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Indriya P2
Commits
22b564a1
Commit
22b564a1
authored
Apr 04, 2022
by
Kai-Holger Brassel
Browse files
Correct target directory; remove obsolete projects
parent
53426790
Pipeline
#6092
passed with stage
in 19 seconds
Changes
9
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
22b564a1
...
...
@@ -11,7 +11,7 @@ pages:
-
mvn p2:site
# build p2 repo
-
rm -rf $RELEASE_DIR
-
mkdir -p $RELEASE_DIR
-
cp -r
de.hft-stuttgart.indriya.p2site/
target/repository/* $RELEASE_DIR
-
cp -r target/repository/* $RELEASE_DIR
artifacts
:
paths
:
-
public
...
...
de.hft-stuttgart.indriya.feature/build.properties
deleted
100644 → 0
View file @
53426790
bin.includes
=
feature.xml
de.hft-stuttgart.indriya.feature/feature.xml
deleted
100644 → 0
View file @
53426790
<?xml version="1.0" encoding="UTF-8"?>
<feature
id=
"de.hft-stuttgart.indriya.feature"
label=
"Indriya P2"
version=
"1.0.0"
provider-name=
"HfT Stuttgart"
>
<description
url=
"http://www.example.com/description"
>
Provides Indriya reference implementation of units of masurement (JSR 385) as P2 repository.
</description>
<copyright
url=
"http://www.example.com/copyright"
>
[Enter Copyright Description here.]
</copyright>
<license
url=
"http://www.example.com/license"
>
[Enter License Description here.]
</license>
<requires>
<import
plugin=
"org.eclipse.core.runtime"
version=
"3.8.0"
match=
"compatible"
/>
<import
plugin=
"tech.units.indriya"
version=
"2.1.1"
match=
"compatible"
/>
<import
plugin=
"javax.measure.unit-api"
version=
"0.0.0"
match=
"compatible"
/>
<import
plugin=
"uom-lib-common"
version=
"0.0.0"
match=
"compatible"
/>
<import
plugin=
"javax.inject"
/>
</requires>
<plugin
id=
"tech.units.indriya"
download-size=
"0"
install-size=
"0"
version=
"0.0.0"
unpack=
"false"
/>
<plugin
id=
"uom-lib-common"
download-size=
"0"
install-size=
"0"
version=
"0.0.0"
unpack=
"false"
/>
<plugin
id=
"jakarta.annotation-api"
download-size=
"0"
install-size=
"0"
version=
"0.0.0"
unpack=
"false"
/>
<plugin
id=
"jakarta.inject.jakarta.inject-api"
download-size=
"0"
install-size=
"0"
version=
"0.0.0"
unpack=
"false"
/>
<plugin
id=
"javax.measure.unit-api"
download-size=
"0"
install-size=
"0"
version=
"0.0.0"
unpack=
"false"
/>
</feature>
de.hft-stuttgart.indriya.feature/pom.xml
deleted
100644 → 0
View file @
53426790
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
de.hft-stuttgart.indriya.feature
</artifactId>
<packaging>
eclipse-feature
</packaging>
<name>
Indriya P2 site feature
</name>
<parent>
<groupId>
de.hft-stuttgart
</groupId>
<artifactId>
de.hft-stuttgart.indriya.parent
</artifactId>
<version>
1.0.0
</version>
</parent>
</project>
\ No newline at end of file
de.hft-stuttgart.indriya.p2site/category.xml
deleted
100644 → 0
View file @
53426790
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature
id=
"de.hft-stuttgart.indriya.feature"
>
<category
name=
"Indriya"
/>
</feature>
<category-def
name=
"indriya"
label=
"Indriya"
>
<description>
Provides Indriya reference implementation of units of masurement (JSR 385) as P2 repository.
</description>
</category-def>
</site>
de.hft-stuttgart.indriya.p2site/pom.xml
deleted
100644 → 0
View file @
53426790
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
de.hft-stuttgart.indriya.p2site
</artifactId>
<packaging>
eclipse-repository
</packaging>
<name>
Indriya P2 site generation
</name>
<parent>
<groupId>
de.hft-stuttgart
</groupId>
<artifactId>
de.hft-stuttgart.indriya.parent
</artifactId>
<version>
1.0.0
</version>
</parent>
</project>
\ No newline at end of file
de.hft-stuttgart.indriya.p2site/site.xml
deleted
100644 → 0
View file @
53426790
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature
url=
"features/de.hft-stuttgart.indriya.feature_1.0.0.jar"
id=
"de.hft-stuttgart.indriya.feature"
version=
"1.0.0"
>
<category
name=
"indriya"
/>
</feature>
<category-def
name=
"indriya"
label=
"Indriya"
>
<description>
Provides Indriya reference implementation of units of masurement (JSR 385) as P2 repository.
</description>
</category-def>
</site>
de.hft-stuttgart.indriya.target/de.hft-stuttgart.indriya.target.target
deleted
100644 → 0
View file @
53426790
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target
name=
"Equinox Runtime 2020-09"
>
<locations>
<location
includeAllPlatforms=
"false"
includeConfigurePhase=
"false"
includeMode=
"planner"
includeSource=
"false"
type=
"InstallableUnit"
>
<repository
location=
"http://download.eclipse.org/releases/2020-09"
/>
<unit
id=
"org.eclipse.equinox.sdk.feature.group"
version=
"3.20.300.v20200828-1034"
/>
</location>
</locations>
</target>
\ No newline at end of file
de.hft-stuttgart.indriya.target/pom.xml
deleted
100644 → 0
View file @
53426790
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
de.hft-stuttgart.indriya.target
</artifactId>
<packaging>
eclipse-target-definition
</packaging>
<name>
Indriya P2 site target definition
</name>
<parent>
<groupId>
de.hft-stuttgart
</groupId>
<artifactId>
de.hft-stuttgart.indriya.parent
</artifactId>
<version>
1.0.0
</version>
</parent>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment