diff options
author | sbouchet | 2011-10-24 15:49:48 +0000 |
---|---|---|
committer | sbouchet | 2011-10-24 15:49:48 +0000 |
commit | ff9915bd3ef569e4d46a0e19c605c70c9fd4d3d4 (patch) | |
tree | 84e0c442f333526b3d7cd0e4199531d72b401622 /features/org.eclipse.emf.eef.edt-feature | |
parent | 5ed9d4e17d1161cdc714098dcc5acaf020bea67a (diff) | |
download | org.eclipse.eef-ff9915bd3ef569e4d46a0e19c605c70c9fd4d3d4.tar.gz org.eclipse.eef-ff9915bd3ef569e4d46a0e19c605c70c9fd4d3d4.tar.xz org.eclipse.eef-ff9915bd3ef569e4d46a0e19c605c70c9fd4d3d4.zip |
fixed parent relativePath
Diffstat (limited to 'features/org.eclipse.emf.eef.edt-feature')
-rw-r--r-- | features/org.eclipse.emf.eef.edt-feature/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.emf.eef.edt-feature/pom.xml b/features/org.eclipse.emf.eef.edt-feature/pom.xml index 90f91697f..cce1186c3 100644 --- a/features/org.eclipse.emf.eef.edt-feature/pom.xml +++ b/features/org.eclipse.emf.eef.edt-feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.eef.releng.parent</artifactId> - <relativePath>../org.eclipse.emf.eef.releng.parent</relativePath> + <relativePath>../../releng/org.eclipse.emf.eef.releng.parent</relativePath> <version>1.1.0-SNAPSHOT</version> </parent> |