Skip to content

Commit

Permalink
add junit to product
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Nov 1, 2024
1 parent 0af143b commit 8f1bfd2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sandbox_junit_cleanup_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<artifactId>sandbox_junit_cleanup_test</artifactId>
<name>Sandbox junit cleanup test</name>
<packaging>eclipse-test-plugin</packaging>
<dependencies>
<!--<dependencies>
<dependency>
<groupId>org.sandbox</groupId>
<artifactId>sandbox_junit_cleanup</artifactId>
</dependency>
</dependencies>
</dependencies>-->
<build>
<testSourceDirectory>src</testSourceDirectory>
<plugins>
Expand Down
7 changes: 5 additions & 2 deletions sandbox_product/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
<feature id="sandbox_xml_cleanup_feature">
<category name="Sandbox"/>
</feature>
<feature id="sandbox_junit_cleanup_feature">
<category name="Sandbox"/>
</feature>
<category-def name="Sandbox" label="Sandbox">
<description>
Description of sandbox category
</description>
</category-def>
<repository-reference location="https://download.eclipse.org/releases/2024-06/" enabled="true" />
<repository-reference location="https://download.eclipse.org/technology/babel/update-site/latest/" enabled="true" />
<repository-reference location="https://download.eclipse.org/releases/2024-06/" name="" enabled="true" />
<repository-reference location="https://download.eclipse.org/technology/babel/update-site/latest/" name="" enabled="true" />
</site>
7 changes: 4 additions & 3 deletions sandbox_product/sandbox.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Sandbox Product" uid="sandbox.bundle.producteclipse" id="sandbox.bundle.producteclipse" application="org.eclipse.ui.ide.workbench" version="1.1.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Sandbox Product" uid="sandbox.bundle.producteclipse" id="sandbox.bundle.producteclipse" application="org.eclipse.ui.ide.workbench" version="1.1.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<configIni use="default">
</configIni>
Expand Down Expand Up @@ -226,6 +226,7 @@ United States, other countries, or both.
<feature id="sandbox_jface_cleanup_feature"/>
<feature id="org.eclipse.jgit.http.apache"/>
<feature id="org.eclipse.jgit.gpg.bc"/>
<feature id="sandbox_junit_cleanup_feature"/>
</features>

<configurations>
Expand All @@ -242,8 +243,8 @@ United States, other countries, or both.
</configurations>

<repositories>
<repository location="https://download.eclipse.org/technology/babel/update-site/latest/" enabled="true" />
<repository location="https://download.eclipse.org/releases/latest/" enabled="true" />
<repository location="https://download.eclipse.org/technology/babel/update-site/latest/" name="" enabled="true" />
<repository location="https://download.eclipse.org/releases/latest/" name="" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down
7 changes: 4 additions & 3 deletions sandbox_target/eclipse.target
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.33.0/"/>
<unit id="org.eclipse.orbit.maven.hamcrest.core.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.orbit.maven.hamcrest.library.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.orbit.maven.junit.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.orbit.maven.hamcrest.core.source.feature.group" version="4.33.0"/>
<unit id="org.eclipse.orbit.maven.hamcrest.library.source.feature.group" version="4.33.0"/>
<unit id="org.eclipse.orbit.maven.junit.source.feature.group" version="4.33.0"/>
<unit id="org.eclipse.orbit.maven.hamcrest.deprecated.feature.group" version="4.33.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit 8f1bfd2

Please sign in to comment.