You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/07/16 18:12:51 UTC

[08/10] git commit: [flex-asjs] [refs/heads/feature/strand-work] - - Fix name of artifactId and dependencies for DebuggingExample

- Fix name of artifactId and dependencies for DebuggingExample


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

Branch: refs/heads/feature/strand-work
Commit: 30f84cab30d65f2f20b83f10629b78ec3b71bc92
Parents: 3263141
Author: piotrz <pi...@apache.org>
Authored: Sun Jul 16 20:06:48 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sun Jul 16 20:06:48 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/DebuggingExample/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/30f84cab/examples/flexjs/DebuggingExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DebuggingExample/pom.xml b/examples/flexjs/DebuggingExample/pom.xml
index 82ce380..7e21e43 100644
--- a/examples/flexjs/DebuggingExample/pom.xml
+++ b/examples/flexjs/DebuggingExample/pom.xml
@@ -26,7 +26,7 @@
     <version>0.9.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>DataBindingExample</artifactId>
+  <artifactId>DebuggingExample</artifactId>
   <version>0.9.0-SNAPSHOT</version>
   <packaging>swf</packaging>
 
@@ -56,14 +56,14 @@
 
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Network</artifactId>
+      <artifactId>Core</artifactId>
       <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Network</artifactId>
+      <artifactId>Core</artifactId>
       <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>