Skip to content

Commit

Permalink
IDEMPIERE-6003 Remove dependency on Jasper Studio's source forge p2 r…
Browse files Browse the repository at this point in the history
…epository
  • Loading branch information
hengsin committed Jan 19, 2024
1 parent 004def6 commit 91ae314
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 0 deletions.
24 changes: 24 additions & 0 deletions p2.repackaged/READM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Command to publish OSGi bundle
```
eclipse -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
-metadataRepository <file:/<some location>/repository> \
-artifactRepository <file:/<some location>/repository> \
-source <location with a plugins and feature directory> \
-configs gtk.linux.x86 \
-compress \
-publishArtifacts
```

## Usage Example
### binary.file at /myhome/workspace/binary.file and we want to publish new bundle to p2.repackaged/jasperstudio/6.17.0
### new bundles at /myhome/workspace/topublish/plugins
### Command:
```
eclipse -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
-metadataRepository file:///myhome/workspace/binary.file/p2.repackaged/jasperstudio/6.17.0 \
-artifactRepository file:///myhome/workspace/binary.file/p2.repackaged/jasperstudio/6.17.0 \
-source /myhome/workspace/topublish/plugins \
-configs gtk.linux.x86 \
-compress \
-publishArtifacts
```
Binary file added p2.repackaged/jasperstudio/6.17.0/artifacts.jar
Binary file not shown.
Binary file added p2.repackaged/jasperstudio/6.17.0/content.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions p2.repackaged/jasperstudio/6.17.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<body>
<p>
P2 Repository for Jasper Studio 6.17.0 bundles that's needed by iDempiere
</p>
<p>
Repository URL: https://idempiere.github.io/binary.file/p2.repackaged/jasperstudio/6.17.0
</p>
</body>
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 91ae314

Please sign in to comment.