Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1656200D11 for ; Mon, 2 Oct 2017 17:01:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CFCFC1609EF; Mon, 2 Oct 2017 15:01:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 218BD1609DE for ; Mon, 2 Oct 2017 17:01:17 +0200 (CEST) Received: (qmail 82276 invoked by uid 500); 2 Oct 2017 15:01:17 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 82267 invoked by uid 99); 2 Oct 2017 15:01:17 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2017 15:01:17 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7D67B3A0309 for ; Mon, 2 Oct 2017 15:01:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1810423 - /sling/trunk/launchpad/content/README.txt Date: Mon, 02 Oct 2017 15:01:16 -0000 To: commits@sling.apache.org From: olli@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171002150116.7D67B3A0309@svn01-us-west.apache.org> archived-at: Mon, 02 Oct 2017 15:01:19 -0000 Author: olli Date: Mon Oct 2 15:01:16 2017 New Revision: 1810423 URL: http://svn.apache.org/viewvc?rev=1810423&view=rev Log: SLING-7167 Adjust READMEs remove outdated information Modified: sling/trunk/launchpad/content/README.txt Modified: sling/trunk/launchpad/content/README.txt URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/content/README.txt?rev=1810423&r1=1810422&r2=1810423&view=diff ============================================================================== --- sling/trunk/launchpad/content/README.txt (original) +++ sling/trunk/launchpad/content/README.txt Mon Oct 2 15:01:16 2017 @@ -3,30 +3,6 @@ Apache Sling Launchpad Content The Launchpad Content bundle provides some initial and sample content as well as links to the Online resources at http://sling.apache.org - -Getting Started -=============== - -This component uses a Maven 2 (http://maven.apache.org/) build -environment. It requires a Java 5 JDK (or higher) and Maven (http://maven.apache.org/) -2.0.7 or later. We recommend to use the latest Maven version. - -If you have Maven 2 installed, you can compile and -package the jar using the following command: - - mvn package - -See the Maven 2 documentation for other build features. - -The latest source code for this component is available in the -Subversion (http://subversion.tigris.org/) source repository of -the Apache Software Foundation. If you have Subversion installed, -you can checkout the latest source using the following command: - - svn checkout http://svn.apache.org/repos/asf/sling/trunk/launchpad/content - -See the Subversion documentation for other source control features. - Working with the Front-end ========================== @@ -43,4 +19,4 @@ build the front-end. $ gulp The gulp process will compile the grid system, fonts, and index SCSS files into -a minified index.css in the dist folder. \ No newline at end of file +a minified index.css in the dist folder.