You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2017/06/12 09:15:25 UTC

[2/3] git commit: [flex-asjs] [refs/heads/release0.8.0] - - Added missing "relativePath" entries to the parts of the distribution bundle.

- Added missing "relativePath" entries to the parts of the distribution bundle.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2ca935a0
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2ca935a0
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2ca935a0

Branch: refs/heads/release0.8.0
Commit: 2ca935a0e7c55d40c2dafb0558d616106572403b
Parents: e6ec965
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Jun 12 11:14:52 2017 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Jun 12 11:14:52 2017 +0200

----------------------------------------------------------------------
 distribution/jars/compc/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2ca935a0/distribution/jars/compc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml
index 1b3cfaa..f4a17ee 100644
--- a/distribution/jars/compc/pom.xml
+++ b/distribution/jars/compc/pom.xml
@@ -25,6 +25,7 @@
     <groupId>org.apache.flex.flexjs.framework</groupId>
     <artifactId>flexjs-framework-parent</artifactId>
     <version>0.8.0-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.flex.flexjs.framework.distribution</groupId>