You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/21 11:35:39 UTC

[royale-asjs] 14/17: - Renamed the "with-cordova" profile to "option-with-cordova" to fit to the generally used naming convention for Royale maven profiles.

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

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

commit 7698ef8a08834ea50d1a08126f9edbbb7f07af1a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 21 12:09:59 2021 +0100

    - Renamed the "with-cordova" profile to "option-with-cordova" to fit to the generally used naming convention for Royale maven profiles.
---
 examples/pom.xml | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 4a87ffb..83cc171 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
 --><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>
 
@@ -125,8 +125,8 @@
     </plugins>
   </build>
 
-  <!--
-        When doing a build for release artifacts, tell the war plugin to package a different directory.
+  <!--
+        When doing a build for release artifacts, tell the war plugin to package a different directory.
   -->
   <profiles>
     <profile>
@@ -144,7 +144,7 @@
     </profile>
 
     <profile>
-      <id>with-cordova</id>
+      <id>option-with-cordova</id>
       <build>
         <pluginManagement>
           <plugins>