Commit Graph
14 Commits
Author SHA1 Message Date
Axel Uhl aa37ac2490 bug5694: don't use ${extra} with -Dp2-local so that remote target platform is used for AWS SDK build 2022-04-12 16:55:36 +02:00
Axel Uhl a7d356baff bug5694: adjusted to file:// + path which corresponds with the file URL spec now 2022-04-12 16:36:25 +02:00
Axel Uhl e02e4cc5ec bug5694: also remove leading slash from AWS SDK file: repo URL 2022-04-12 16:24:41 +02:00
Axel Uhl 6f2abec303 bug5694: removed slash in file:/ URL for local repo 2022-04-12 15:46:19 +02:00
Axel Uhl 8319bcfec6 bug4811: fixed patching remote to local target definition 2020-07-21 14:47:06 +02:00
RobinFleige 87a2419f65 Improved scripts 2018-08-23 15:53:35 +02:00
RobinFleige 9cb2499507 Fixes com/amazonaws/internal/config/awssdk_config_default.json in added library 2018-08-21 15:28:29 +02:00
RobinFleige 4a193d2bed script fixes 2018-08-21 08:45:36 +02:00
RobinFleige 6084df47a6 Improve scripts for non-cygwin user 2018-08-21 07:56:37 +02:00
Axel Uhl bf7d841974 rename local target definition so it is easier to recognize in Eclipse target definition selection 2014-11-30 12:10:15 +01:00
Axel Uhl ec382dea4e extended patching of local p2 target path for Cygwin users 2014-11-26 23:20:39 +01:00
Fredrik Teschke 76ee054a29 generate local p2 repo in target/repository folder
- allows cleaning via mvn clean
2014-11-22 18:57:52 +01:00
Fredrik Teschke 91fef8fc84 build p2 repo with maven plugin instead of manually invoking launcher jar 2014-11-21 15:18:14 +01:00
Fredrik Teschke 56c25c50d7 keep only one target definition
- target definitions for ide and maven (local and p2admin) were all very similar
  - only differences between ide and maven: bundle versions, attributes in <location> tags and order of tags
  - only differences between local and p2admin: once one uses the file:// url for local, then they are exactly the same but for the specific URL
- retain only one base target definition (use for normal ide and maven scenario)
- introduce a script that can generate the target definition for the local p2 repo
2014-11-19 17:55:39 +01:00