blob: 36dc8e337020fed1f6bb3a4aaafee03e2f3242da [file] [log] [blame]
diff --git bundles/org.eclipse.equinox.weaving.aspectj/pom.xml bundles/org.eclipse.equinox.weaving.aspectj/pom.xml
index 6daa911..f7b6b97 100644
--- bundles/org.eclipse.equinox.weaving.aspectj/pom.xml
+++ bundles/org.eclipse.equinox.weaving.aspectj/pom.xml
@@ -21,4 +21,27 @@
<artifactId>org.eclipse.equinox.weaving.aspectj</artifactId>
<version>1.0.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <dependency-resolution>
+ <extraRequirements>
+ <!-- this guarantees proper reactor build order -->
+ <requirement>
+ <type>eclipse-plugin</type>
+ <id>org.aspectj.weaver</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ </extraRequirements>
+ </dependency-resolution>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
</project>