-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that all features can be installed in 2023-06
And a touch point to add to the available repositories https://download.eclipse.org/eclipse/birt/updates/release/latest Use org.eclipse.justj.epp which provide a touch point to add the repository for JustJ updates. Make the category.xml categories more consistent. #1286
- Loading branch information
Showing
14 changed files
with
619 additions
and
410 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
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
331 changes: 162 additions & 169 deletions
331
build/birt-packages/birt-report-all-in-one/BIRT.product
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
18 changes: 0 additions & 18 deletions
18
...tests/src/org/eclipse/birt/report/engine/emitter/pptx/tests/designs/pptx_project/.project
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2023 Contributors to the Eclipse Foundation | ||
# * | ||
# * This program and the accompanying materials are made available under the | ||
# * terms of the Eclipse Public License 2.0 which is available at | ||
# * https://www.eclipse.org/legal/epl-2.0/. | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * See git history | ||
# *******************************************************************************/ | ||
|
||
instructions.configure=\ | ||
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/birt/updates/release/latest,name:BIRT Project Updates);\ | ||
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/birt/updates/release/latest,name:BIRT Project Updates); |
Oops, something went wrong.