You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/01/18 18:19:25 UTC

svn commit: r1652804 - in /directory/studio/branches/studio-tycho: ./ README.md

Author: seelmann
Date: Sun Jan 18 17:19:25 2015
New Revision: 1652804

URL: http://svn.apache.org/r1652804
Log:
Update readme

Modified:
    directory/studio/branches/studio-tycho/   (props changed)
    directory/studio/branches/studio-tycho/README.md

Propchange: directory/studio/branches/studio-tycho/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Jan 18 17:19:25 2015
@@ -15,3 +15,4 @@ dependency-reduced-pom.xml
 META-INF
 .metadata
 org.eclipse.tycho
+workspace

Modified: directory/studio/branches/studio-tycho/README.md
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/README.md?rev=1652804&r1=1652803&r2=1652804&view=diff
==============================================================================
--- directory/studio/branches/studio-tycho/README.md (original)
+++ directory/studio/branches/studio-tycho/README.md Sun Jan 18 17:19:25 2015
@@ -1,38 +1,41 @@
-# 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.
 
 ## Build from command line
 
 You can use either of those two methods to build the project :
 
-A) Do it manually
-    1. Build the 'Eclipse Target Platform' and generate MANIFEST.MF files first
+### Do it manually
 
-        mvn -f pom-first.xml clean install
+1. Build the 'Eclipse Target Platform' and generate MANIFEST.MF files first
 
-    2. Build the main eclipse artifacts using Tycho
+    mvn -f pom-first.xml clean install
 
-        mvn clean install
+2. Build the main eclipse artifacts using Tycho
 
-B) Use the script  (which does run the two previous commands)
+    mvn clean install
+
+### Use the script  (which does run the two previous commands)
+
+On Linux / Mac OS X :
 
     $ ./build.sh
 
-    or on Windows :
+r on Windows :
 
     > build.bat
 
@@ -63,7 +66,12 @@ During import some Maven plugin connecto
 
 ## Run
 
-	* Open 'Run Configurations...' dialog
-	* Select 'Eclipse Application' and create a new run configuration
-	* If not on OSX, remove VM arguments -Xdock:icon and -XstartOnFirstThread on 'Arguments' tab
+### From command line
+
+The build produces binaries for all platforms. Archived versions can be found in `product/target/products/`, unpacked versions can be found below `product/target/products/org.apache.directory.studio.product` 
+
+### Within Eclipse
+
+* Open the product configuration 'org.apache.directory.studio.product' with the Product Configuration Editor
+* Click the link 'Launch an Eclipse application'