You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/11/01 12:13:20 UTC

svn commit: r1767485 - in /sling/trunk/tooling/ide: README.txt target-definition/org.apache.sling.ide.target-definition-dev.target

Author: rombert
Date: Tue Nov  1 12:13:20 2016
New Revision: 1767485

URL: http://svn.apache.org/viewvc?rev=1767485&view=rev
Log:
SLING-6208 - [dev] Extension point declaration for
org.eclipse.ui.trace.traceComponents is marked as an error

Use two distinct target platforms:

- one for building, based on the Eclipse Platform
- one for dev, based on PDE

Added:
    sling/trunk/tooling/ide/target-definition/org.apache.sling.ide.target-definition-dev.target
Modified:
    sling/trunk/tooling/ide/README.txt

Modified: sling/trunk/tooling/ide/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/README.txt?rev=1767485&r1=1767484&r2=1767485&view=diff
==============================================================================
--- sling/trunk/tooling/ide/README.txt (original)
+++ sling/trunk/tooling/ide/README.txt Tue Nov  1 12:13:20 2016
@@ -47,7 +47,7 @@ After the projects are imported, you nee
 ensure that all dependencies are met and that you are working against the
 project's declared baseline. To do that, open the following file in Eclipse
 
-    target-definition/org.apache.sling.ide.target-definition.target
+    target-definition/org.apache.sling.ide.target-definition-dev.target
 
 In the target editor which appears, click 'Set as Target Platform'. Once
 the target platform is set up, you can create a new launch configuration.
@@ -110,4 +110,4 @@ At this point you can launch a build usi
 	mvn clean package -Psign
 
 All jars will be signed, and should install without any warnings.
-[1]: https://www.certum.eu/certum/cert,offer_en_open_source_cs.xml 
\ No newline at end of file
+[1]: https://www.certum.eu/certum/cert,offer_en_open_source_cs.xml 

Added: sling/trunk/tooling/ide/target-definition/org.apache.sling.ide.target-definition-dev.target
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/target-definition/org.apache.sling.ide.target-definition-dev.target?rev=1767485&view=auto
==============================================================================
--- sling/trunk/tooling/ide/target-definition/org.apache.sling.ide.target-definition-dev.target (added)
+++ sling/trunk/tooling/ide/target-definition/org.apache.sling.ide.target-definition-dev.target Tue Nov  1 12:13:20 2016
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="Sling IDE Tools (dev)" sequenceNumber="47">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.swtbot.feature.group" version="2.3.0.201506081302"/>
+<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.3.0.201506081302"/>
+<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="2.3.0.201506081302"/>
+<repository location="http://download.eclipse.org/technology/swtbot/releases/2.3.0/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.apache.commons.collections" version="3.2.0.v2013030210310"/>
+<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
+<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
+<unit id="org.json" version="1.0.0.v201011060100"/>
+<unit id="org.junit" version="4.11.0.v201303080030"/>
+<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
+<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
+<unit id="org.apache.commons.lang" version="2.6.0.v201205030909"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.m2e.feature.feature.group" version="1.5.1.20150109-1820"/>
+<unit id="org.eclipse.wst.server_adapters.feature.feature.group" version="3.2.401.v201410241731"/>
+<unit id="org.eclipse.jst.server_ui.feature.feature.group" version="3.4.101.v201410241731"/>
+<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.6.3.v201501292352"/>
+<unit id="org.eclipse.pde.feature.group" version="3.10.1.v20150204-1700"/>
+<unit id="org.eclipse.jst.web_ui.feature.feature.group" version="3.6.3.v201502041526"/>
+<unit id="org.eclipse.wst.web_ui.feature.feature.group" version="3.6.3.v201501312139"/>
+<unit id="org.eclipse.jst.server_adapters.feature.feature.group" version="3.2.301.v201410241731"/>
+<unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" version="3.6.3.v201501281502"/>
+<repository location="http://download.eclipse.org/releases/luna"/>
+</location>
+</locations>
+</target>