Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05DAA10EBC for ; Fri, 2 May 2014 15:31:58 +0000 (UTC) Received: (qmail 12830 invoked by uid 500); 2 May 2014 15:31:57 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 12797 invoked by uid 500); 2 May 2014 15:31:57 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 12790 invoked by uid 99); 2 May 2014 15:31:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 15:31:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 15:31:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 81DF1238889B; Fri, 2 May 2014 15:31:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1591950 - in /sis/branches/JDK8/application/sis-javafx: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/sis/ src/main/java/org/apache/sis/gui/ Date: Fri, 02 May 2014 15:31:31 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140502153131.81DF1238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: desruisseaux Date: Fri May 2 15:31:30 2014 New Revision: 1591950 URL: http://svn.apache.org/r1591950 Log: Created an initially empty sis-javafx module for Google Summer of Code development. Added: sis/branches/JDK8/application/sis-javafx/ (with props) sis/branches/JDK8/application/sis-javafx/pom.xml - copied, changed from r1591678, sis/branches/JDK8/application/sis-console/pom.xml sis/branches/JDK8/application/sis-javafx/src/ sis/branches/JDK8/application/sis-javafx/src/main/ sis/branches/JDK8/application/sis-javafx/src/main/java/ sis/branches/JDK8/application/sis-javafx/src/main/java/org/ sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/ sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/ sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java (with props) Propchange: sis/branches/JDK8/application/sis-javafx/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri May 2 15:31:30 2014 @@ -0,0 +1 @@ +target Copied: sis/branches/JDK8/application/sis-javafx/pom.xml (from r1591678, sis/branches/JDK8/application/sis-console/pom.xml) URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-javafx/pom.xml?p2=sis/branches/JDK8/application/sis-javafx/pom.xml&p1=sis/branches/JDK8/application/sis-console/pom.xml&r1=1591678&r2=1591950&rev=1591950&view=diff ============================================================================== --- sis/branches/JDK8/application/sis-console/pom.xml (original) +++ sis/branches/JDK8/application/sis-javafx/pom.xml Fri May 2 15:31:30 2014 @@ -36,13 +36,13 @@ Module Description =========================================================== --> org.apache.sis.application - sis-console + sis-javafx bundle - Apache SIS console + Apache SIS application for JavaFX -Console application. +Client application for JavaFX. @@ -51,12 +51,7 @@ Console application. =========================================================== --> - Martin Desruisseaux - desruisseaux - desruisseaux@apache.org - Geomatys - http://www.geomatys.com - +1 + Roshan Lakmal developer @@ -70,30 +65,13 @@ Console application. - - - maven-jar-plugin - - - - org.apache.sis.console.Command - - - true - - - org.apache.felix maven-bundle-plugin - - org.apache.sis.console - - org.apache.sis.console.Command - org.apache.sis.console + org.apache.sis.gui @@ -106,32 +84,9 @@ Console application. =========================================================== --> - org.apache.sis.storage - sis-netcdf - ${project.version} - runtime - - - - - - org.slf4j - slf4j-jdk14 - test - - - org.opengis.wrapper - geoapi-netcdf - ${geoapi.version} - test-jar - test - - org.apache.sis.core sis-metadata ${project.version} - test-jar - test Added: sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java?rev=1591950&view=auto ============================================================================== --- sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java (added) +++ sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java [UTF-8] Fri May 2 15:31:30 2014 @@ -0,0 +1,46 @@ +/* + * 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. + */ +package org.apache.sis.gui; + +import javafx.application.Application; +import javafx.stage.Stage; + + +/** + * The starting point of SIS application for JavaFX. + * + * @author Roshan Lakmal + * @since 0.5 + * @version 0.5 + * @module + */ +public class ClientApplication extends Application { + /** + * Creates a new SIS application. + */ + public ClientApplication() { + } + + /** + * Creates and show the Graphical User Interface (GUI). + * + * @param stage The window where to display the GUI. + */ + @Override + public void start(final Stage stage) { + } +} Propchange: sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/ClientApplication.java ------------------------------------------------------------------------------ svn:mime-type = text/plain;charset=UTF-8