You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/17 06:19:22 UTC

[royale-asjs] branch develop updated (25a6709 -> fa97145)

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 25a6709  start to handle new package names
     new f8d2670  try to fix amf server deployment so we can include it in the CI build on builds.a.o
     new fa97145  try to re-enable amf server build to see if it can deploy

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/amf/SampleAmfWebApp/pom.xml |  7 ++++++-
 examples/amf/pom.xml                 | 11 +----------
 2 files changed, 7 insertions(+), 11 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

[royale-asjs] 01/02: try to fix amf server deployment so we can include it in the CI build on builds.a.o

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit f8d2670873660c237fd99c9d8a18f8e2309c3e9a
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jan 16 21:28:16 2018 -0800

    try to fix amf server deployment so we can include it in the CI build on builds.a.o
    
    (cherry picked from commit c9a3c5b651f5b6de544daa6805e4b521e7c32a97)
---
 examples/amf/SampleAmfWebApp/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 375027a..47bd5ac 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -19,7 +19,12 @@
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.apache.royale.amfsamples</groupId>
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-amf-server</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
+  </parent>
+  
   <artifactId>sampleamfwebapp</artifactId>
   <version>0.9.0-SNAPSHOT</version>
   <packaging>war</packaging>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 02/02: try to re-enable amf server build to see if it can deploy

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit fa97145b25e9ee014e7d45e92280e8233f0fd977
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jan 16 22:18:59 2018 -0800

    try to re-enable amf server build to see if it can deploy
---
 examples/amf/pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/examples/amf/pom.xml b/examples/amf/pom.xml
index e02d8b4..44d502c 100644
--- a/examples/amf/pom.xml
+++ b/examples/amf/pom.xml
@@ -33,16 +33,7 @@
   <name>Apache Royale: Examples: AMF Server</name>
 
   <modules>
+      <module>SampleAmfWebApp</module>
   </modules>
   
-  <profiles>
-      <profile>
-          <id>brokenmodules</id>
-          <modules>
-              <!-- Doesn't deploy on builds.a.o -->
-              <module>SampleAmfWebApp</module>
-          </modules>
-      </profile>
-  </profiles>
-
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.