Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse TRACE4CPS
trace4cps
Commits
302e73d7
Commit
302e73d7
authored
Mar 28, 2022
by
Yuri Blankenstein
Browse files
#20
Deploy sources
parent
4118e9dc
Pipeline
#2788
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
releng/org.eclipse.trace4cps.configuration/pom.xml
View file @
302e73d7
...
...
@@ -336,7 +336,7 @@
<id>
checkstyle-check
</id>
<activation>
<file>
<exists>
${
project.
basedir}/.checkstyle
</exists>
<exists>
${basedir}/.checkstyle
</exists>
</file>
</activation>
<build>
...
...
@@ -380,7 +380,7 @@
<id>
add-plugin-default-abouts
</id>
<activation>
<file>
<missing>
${
project.
basedir}/about.html
</missing>
<missing>
${basedir}/about.html
</missing>
</file>
</activation>
<build>
...
...
@@ -424,7 +424,7 @@
<id>
create-plugin-source
</id>
<activation>
<file>
<exists>
${
project.
basedir}/META-INF/MANIFEST.MF
</exists>
<exists>
${basedir}/META-INF/MANIFEST.MF
</exists>
</file>
</activation>
<build>
...
...
@@ -450,7 +450,7 @@
<id>
create-feature-source
</id>
<activation>
<file>
<exists>
${
project.
basedir}/feature.xml
</exists>
<exists>
${basedir}/feature.xml
</exists>
</file>
</activation>
<build>
...
...
releng/org.eclipse.trace4cps.repository/category.xml
View file @
302e73d7
...
...
@@ -14,9 +14,23 @@
<feature
id=
"org.eclipse.trace4cps.feature"
>
<category
name=
"org.eclipse.trace4cps"
/>
</feature>
<feature
id=
"org.eclipse.trace4cps.
common.jfreechart.feat
ure"
>
<feature
id=
"org.eclipse.trace4cps.
feature.so
ur
c
e"
>
<category
name=
"org.eclipse.trace4cps"
/>
</feature>
<bundle
id=
"org.jfree.jfreechart"
/>
<category-def
name=
"org.eclipse.trace4cps"
label=
"TRACE4CPS"
/>
<feature
id=
"org.eclipse.trace4cps.common.jfreechart.feature"
>
<category
name=
"org.eclipse.trace4cps.jfreechart"
/>
</feature>
<feature
id=
"org.eclipse.trace4cps.common.jfreechart.feature.source"
>
<category
name=
"org.eclipse.trace4cps.jfreechart"
/>
</feature>
<bundle
id=
"org.jfree.jfreechart"
>
<category
name=
"org.eclipse.trace4cps.jfreechart"
/>
</bundle>
<bundle
id=
"org.jfree.jfreechart.source"
>
<category
name=
"org.eclipse.trace4cps.jfreechart"
/>
</bundle>
<category-def
name=
"org.eclipse.trace4cps"
label=
"Eclipse TRACE4CPS (Incubation)"
/>
<category-def
name=
"org.eclipse.trace4cps.jfreechart"
label=
"Eclipse TRACE4CPS JFreeChart (Incubation)"
>
<category
name=
"org.eclipse.trace4cps"
/>
</category-def>
</site>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment