Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RGM should [optionally] supply a bundle [fragment] with .html pages #156 #184

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
RGM should [optionally] supply a bundle [fragment] with .html pages #156


Remove EMF JSON from rgm.base.emf

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
ruspl-afed committed Dec 17, 2022
commit 15387f5205ee7512538f865d9c2d1f5e79e2250e
6 changes: 1 addition & 5 deletions bundles/ru.arsysop.loft.rgm.base.emf/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -6,13 +6,9 @@ Bundle-Version: 0.2.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.11.4";visibility:=reexport,
com.fasterxml.jackson.core.jackson-core;bundle-version="2.11.4";visibility:=reexport,
com.fasterxml.jackson.core.jackson-databind;bundle-version="2.11.4";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="0.0.0",
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.emf.ecore.xmi;bundle-version="0.0.0",
org.eclipse.emf.edit;bundle-version="0.0.0";visibility:=reexport,
org.emfjson.jackson;bundle-version="1.3.0";visibility:=reexport,
ru.arsysop.loft.rgm.seal;bundle-version="0.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: ru.arsysop.loft.rgm.base.emf.command,
33 changes: 21 additions & 12 deletions releng/ru.arsysop.loft.rgm.target/ru.arsysop.loft.rgm.target.target
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@
# or other consequences of any sort that using RGM Sources can cause to you
# (as an individual or Legal Entity), even if aware of such consequences.
#
--><target name="ru.arsysop.loft.rgm.target" sequenceNumber="3">
-->
<target name="ru.arsysop.loft.rgm.target" sequenceNumber="3">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
@@ -86,17 +87,25 @@
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/"/>
<unit id="org.junit" version="0.0.0"/>
</location>
<location includeSource="true" missingManifest="generate" type="Maven">
<groupId>com.github.jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>1.0.2</version>
<type>jar</type>
</location>
<location includeSource="true" missingManifest="generate" type="Maven">
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<type>jar</type>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>com.github.jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>1.0.2</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>