| author | Krzysztof Daniel | 2012-06-18 15:58:45 (EDT) |
|---|---|---|
| committer | Silenio Quarti | 2012-09-12 12:25:35 (EDT) |
| commit | 2f64f223c15eed3d387db3afda9b8b060ab9a9d4 (patch) (side-by-side diff) | |
| tree | 769e35d8b6bd2e665dfedc2f22ca23cf6c5a2294 | |
| parent | 8ae3a1752943789e19374929e69bf46bc7537537 (diff) | |
| download | eclipse.platform.swt.binaries-2f64f223c15eed3d387db3afda9b8b060ab9a9d4.zip eclipse.platform.swt.binaries-2f64f223c15eed3d387db3afda9b8b060ab9a9d4.tar.gz eclipse.platform.swt.binaries-2f64f223c15eed3d387db3afda9b8b060ab9a9d4.tar.bz2 | |
Fix build issue
| -rw-r--r-- | bundles/binaries-parent/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml index b882372..5fa9361 100644 --- a/bundles/binaries-parent/pom.xml +++ b/bundles/binaries-parent/pom.xml @@ -18,7 +18,7 @@ <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId> - <version>0.14.1</version> + <version>${tycho.version}</version> <configuration> <environments> <environment> @@ -48,6 +48,9 @@ <copy toDir="src/org/"> <fileset dir="temp.folder/@dot.src/org/" /> </copy> + <copy toDir="target/classes/org/"> + <fileset dir="@dot/org/" /> + </copy> </target> </configuration> <goals> |

