You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/05/17 08:53:56 UTC

[myfaces-tobago] branch master updated (c7ff7e6 -> b7b9130)

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

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from c7ff7e6  demo: clean up
     new cb714d5  clarify description
     new b7b9130  demo: clean up

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:
 tobago-example/tobago-example-assembly/pom.xml     |  5 ++-
 tobago-example/tobago-example-data/pom.xml         | 37 ----------------------
 .../META-INF/resources/data/edit-solar.xhtml       | 27 ----------------
 3 files changed, 4 insertions(+), 65 deletions(-)
 delete mode 100644 tobago-example/tobago-example-data/pom.xml
 delete mode 100644 tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 01/02: clarify description

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit cb714d5ada3720160650c422c4e6e02935a69ee8
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu May 17 09:27:33 2018 +0200

    clarify description
---
 tobago-example/tobago-example-assembly/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-assembly/pom.xml b/tobago-example/tobago-example-assembly/pom.xml
index 6821a31..b2841de 100644
--- a/tobago-example/tobago-example-assembly/pom.xml
+++ b/tobago-example/tobago-example-assembly/pom.xml
@@ -20,7 +20,10 @@
   <artifactId>tobago-example-assembly</artifactId>
   <packaging>pom</packaging>
   <name>Tobago Example Assembly</name>
-  <description>Helps to build the Tobago releases,</description>
+  <description>
+    This builds an archive which contains the Tobago examples.
+    Theses archives are downloadable via the Tobago website for each release.
+  </description>
 
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 02/02: demo: clean up

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b7b9130fa249cbd46687fed2c04854c0ad7f1304
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu May 17 10:53:43 2018 +0200

    demo: clean up
    
    remove tobago-example-data
---
 tobago-example/tobago-example-data/pom.xml         | 37 ----------------------
 .../META-INF/resources/data/edit-solar.xhtml       | 27 ----------------
 2 files changed, 64 deletions(-)

diff --git a/tobago-example/tobago-example-data/pom.xml b/tobago-example/tobago-example-data/pom.xml
deleted file mode 100644
index 8c0e20f..0000000
--- a/tobago-example/tobago-example-data/pom.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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.
--->
-<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/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-example</artifactId>
-    <version>4.2.2-SNAPSHOT</version>
-  </parent>
-  <artifactId>tobago-example-data</artifactId>
-  <packaging>jar</packaging>
-  <name>Tobago Example Data</name>
-  <description>Data to use in the other examples.</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-    </dependency>
-  </dependencies>
-
-</project>
diff --git a/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml b/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml
deleted file mode 100644
index a04b09d..0000000
--- a/tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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.
--->
-
-<ui:composition xmlns:tc="http://myfaces.apache.org/tobago/component"
-                xmlns:ui="http://java.sun.com/jsf/facelets">
-  <tc:panel>
-    <tc:in value="#{solar.name}" label="Name" />
-    <tc:in value="#{solar.number}" label="Number" />
-    <tc:in value="#{solar.orbits}" label="Orbits" />
-  </tc:panel>
-</ui:composition>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.