diff options
author | Ralf Sternberg | 2012-05-15 13:04:01 +0000 |
---|---|---|
committer | Ralf Sternberg | 2012-05-15 13:11:16 +0000 |
commit | 28f41f2d3965f92cc1b6116dda8d367c15b0d17f (patch) | |
tree | 28d5f0cfd5e8e0768dda9d3790faad57693978cc /features/org.eclipse.rap.runtime.requirements | |
parent | 58019364cd69ca52b09b2d300208479156f16456 (diff) | |
download | org.eclipse.rap-28f41f2d3965f92cc1b6116dda8d367c15b0d17f.tar.gz org.eclipse.rap-28f41f2d3965f92cc1b6116dda8d367c15b0d17f.tar.xz org.eclipse.rap-28f41f2d3965f92cc1b6116dda8d367c15b0d17f.zip |
Adjusted runtime-target build to new structure
* Created org.eclipse.rap.target.releng project for the target platform aggregation
* Adjusted pom files and build scripAdjusted pom files and build scriptt
Diffstat (limited to 'features/org.eclipse.rap.runtime.requirements')
-rw-r--r-- | features/org.eclipse.rap.runtime.requirements/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.rap.runtime.requirements/pom.xml b/features/org.eclipse.rap.runtime.requirements/pom.xml index b3450d09c0..5aff6fa830 100644 --- a/features/org.eclipse.rap.runtime.requirements/pom.xml +++ b/features/org.eclipse.rap.runtime.requirements/pom.xml @@ -16,9 +16,9 @@ <parent> <groupId>org.eclipse.rap</groupId> - <artifactId>org.eclipse.rap.runtime-aggregation-parent</artifactId> + <artifactId>org.eclipse.rap.runtime.target-parent</artifactId> <version>1.5.0-SNAPSHOT</version> - <relativePath>../pom-aggregation.xml</relativePath> + <relativePath>../../releng/org.eclipse.rap.target.releng/pom.xml</relativePath> </parent> <artifactId>org.eclipse.rap.runtime.requirements</artifactId> |