-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report [569767] [569542] [569852] & Bump 1.4.4 (#56)
* [569767] Prevent Capella index extension use on non-Capella models (#53) Prevent to override index item computation on non-Capella model. Change-Id: I00cb4abdd14c99cb007089068012d8f50f84c493 Signed-off-by: Arnaud Dieumegard <[email protected]> * [569542]Broken file/image links in description causes generation failing (#50) * [569542] Broken file/image links in description causes generation failing * [569542] remove commented code and update copyright header * [569852] Handle images references using UNC path - Ensure unique file names for copied images - Handle encoded URI strings in description - Handle UNC path - Handle http(s) references Change-Id: I11870efe57f5423f555176700f31619505280232 Signed-off-by: Arnaud Dieumegard <[email protected]> * [releng] Update TP Change-Id: Ifddae1a51ac787e5e4756d130d4d4db7bad83b81 Signed-off-by: Arnaud Dieumegard <[email protected]> * [releng] Bump to 1.4.4 Change-Id: I4945cd7713967b4ca36bda7df3430d2e75f0c1f6 Signed-off-by: Arnaud Dieumegard <[email protected]> Co-authored-by: Boubekeur Zendagui <[email protected]>
- Loading branch information
1 parent
769c06a
commit 63c9bc4
Showing
24 changed files
with
326 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
124 changes: 62 additions & 62 deletions
124
docgenhtml/features/org.polarsys.capella.docgen.feature/feature.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2006, 2019 THALES GLOBAL SERVICES. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v1.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v10.html | ||
Contributors: | ||
Thales - initial API and implementation | ||
--> | ||
<feature | ||
id="org.polarsys.capella.docgen.feature" | ||
label="%featureName" | ||
version="1.4.3.qualifier" | ||
provider-name="%providerName"> | ||
|
||
<description> | ||
%description | ||
</description> | ||
|
||
<copyright> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseURL"> | ||
%license | ||
</license> | ||
|
||
<requires> | ||
<import feature="org.polarsys.kitalpha.doc.gen.business.core.feature" version="0.5.0.v20140814-0416" match="greaterOrEqual"/> | ||
</requires> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen.commandline" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen.ui" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen.preference" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
</feature> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2006, 2019 THALES GLOBAL SERVICES. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v1.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v10.html | ||
Contributors: | ||
Thales - initial API and implementation | ||
--> | ||
<feature | ||
id="org.polarsys.capella.docgen.feature" | ||
label="%featureName" | ||
version="1.4.4.qualifier" | ||
provider-name="%providerName"> | ||
|
||
<description> | ||
%description | ||
</description> | ||
|
||
<copyright> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseURL"> | ||
%license | ||
</license> | ||
|
||
<requires> | ||
<import feature="org.polarsys.kitalpha.doc.gen.business.core.feature" version="0.5.0.v20140814-0416" match="greaterOrEqual"/> | ||
</requires> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen.commandline" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen.ui" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.polarsys.capella.docgen.preference" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
</feature> |
100 changes: 50 additions & 50 deletions
100
docgenhtml/features/org.polarsys.capella.docgen.package.feature/feature.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2006, 2019 THALES GLOBAL SERVICES. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v1.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v10.html | ||
Contributors: | ||
Thales - initial API and implementation | ||
--> | ||
<feature | ||
id="org.polarsys.capella.docgen.package.feature" | ||
label="%featureName" | ||
version="1.4.3.qualifier" | ||
provider-name="%providerName"> | ||
|
||
<description> | ||
%description | ||
</description> | ||
|
||
<copyright> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseURL"> | ||
%license | ||
</license> | ||
|
||
<includes | ||
id="org.polarsys.capella.docgen.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.polarsys.kitalpha.doc.gen.business.core.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.eclipse.egf.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.polarsys.capella.docgen.configuration.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.eclipse.emf.query" | ||
version="0.0.0"/> | ||
|
||
</feature> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2006, 2019 THALES GLOBAL SERVICES. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v1.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v10.html | ||
Contributors: | ||
Thales - initial API and implementation | ||
--> | ||
<feature | ||
id="org.polarsys.capella.docgen.package.feature" | ||
label="%featureName" | ||
version="1.4.4.qualifier" | ||
provider-name="%providerName"> | ||
|
||
<description> | ||
%description | ||
</description> | ||
|
||
<copyright> | ||
%copyright | ||
</copyright> | ||
|
||
<license url="%licenseURL"> | ||
%license | ||
</license> | ||
|
||
<includes | ||
id="org.polarsys.capella.docgen.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.polarsys.kitalpha.doc.gen.business.core.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.eclipse.egf.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.polarsys.capella.docgen.configuration.feature" | ||
version="0.0.0"/> | ||
|
||
<includes | ||
id="org.eclipse.emf.query" | ||
version="0.0.0"/> | ||
|
||
</feature> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.