Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Monorepo reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Dec 3, 2020
1 parent 65d2e6a commit b95551c
Show file tree
Hide file tree
Showing 52 changed files with 299 additions and 300 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/maven.yml → .github/workflows/maven-store.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: CI
name: CI Store

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
schedule:
# catch SNAPSHOT breaking changes, check before THU OSLC calls and on Sat
- cron: "30 4 * * 4,6"
- cron: "30 4 * * 4,6"
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file src/pom.xml
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file store/src/pom.xml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.eclipse.lyo.oslc4j.core.model.Link;
import org.eclipse.lyo.oslc4j.core.model.Occurs;
import org.eclipse.lyo.oslc4j.core.model.ValueType;
import org.eclipse.lyo.store.resources.Oslc_rmDomainConstants;
import org.eclipse.lyo.store.resources.Oslc_rmDomainConstants;

@OslcNamespace(Oslc_rmDomainConstants.REQUIREMENT_NAMESPACE)
@OslcName(Oslc_rmDomainConstants.REQUIREMENT_LOCALNAME)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<oslc4j_ai:Specification xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:oslc4j_ai="http://org.eclipse.lyo/oslc4j/adaptorInterface">
<domainSpecifications name="TestDomain" namespaceURI="http://your.organisation.test/nsp1#" namespacePrefix="//@domainPrefixes.0">
<resources name="WithBlankResource" resourceProperties="//@domainSpecifications.0/@resourceProperties.0 //@domainSpecifications.0/@resourceProperties.1"/>
<resources name="BlankResource" resourceProperties="//@domainSpecifications.0/@resourceProperties.2"/>
<resources name="WithTwoDepthBlankResource" resourceProperties="//@domainSpecifications.0/@resourceProperties.3 //@domainSpecifications.0/@resourceProperties.1 //@domainSpecifications.0/@resourceProperties.2"/>
<resourceProperties name="relatesToBlankResource" valueType="LocalResource" range="//@domainSpecifications.0/@resources.1"/>
<resourceProperties name="stringProperty" valueType="String"/>
<resourceProperties name="intProperty" valueType="Integer"/>
<resourceProperties name="relatesToBlankResourceTwoDepth" valueType="LocalResource" range="//@domainSpecifications.0/@resources.0"/>
</domainSpecifications>
<domainPrefixes name="nsp1"/>
<generationSetting javaClassPackageName="org.eclipse.lyo.store.resources" javaFilesPath="\src\test\java"/>
</oslc4j_ai:Specification>
<?xml version="1.0" encoding="UTF-8"?>
<oslc4j_ai:Specification xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:oslc4j_ai="http://org.eclipse.lyo/oslc4j/adaptorInterface">
<domainSpecifications name="TestDomain" namespaceURI="http://your.organisation.test/nsp1#" namespacePrefix="//@domainPrefixes.0">
<resources name="WithBlankResource" resourceProperties="//@domainSpecifications.0/@resourceProperties.0 //@domainSpecifications.0/@resourceProperties.1"/>
<resources name="BlankResource" resourceProperties="//@domainSpecifications.0/@resourceProperties.2"/>
<resources name="WithTwoDepthBlankResource" resourceProperties="//@domainSpecifications.0/@resourceProperties.3 //@domainSpecifications.0/@resourceProperties.1 //@domainSpecifications.0/@resourceProperties.2"/>
<resourceProperties name="relatesToBlankResource" valueType="LocalResource" range="//@domainSpecifications.0/@resources.1"/>
<resourceProperties name="stringProperty" valueType="String"/>
<resourceProperties name="intProperty" valueType="Integer"/>
<resourceProperties name="relatesToBlankResourceTwoDepth" valueType="LocalResource" range="//@domainSpecifications.0/@resources.0"/>
</domainSpecifications>
<domainPrefixes name="nsp1"/>
<generationSetting javaClassPackageName="org.eclipse.lyo.store.resources" javaFilesPath="\src\test\java"/>
</oslc4j_ai:Specification>

0 comments on commit b95551c

Please sign in to comment.