Skip to content

Commit

Permalink
copy news and about resource to set.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB committed Feb 1, 2024
1 parent bbdfa2b commit 53a8b33
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
bin.includes = feature.xml
root=about
bin.includes = feature.xml
2 changes: 1 addition & 1 deletion java/bundles/org.eclipse.set.feature.license/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/about/web/about</outputDirectory>
<outputDirectory>${basedir}/../org.eclipse.set.feature/about/web/about</outputDirectory>
<resources>
<resource>
<directory>${basedir}/../../../web/about/dist</directory>
Expand Down
3 changes: 1 addition & 2 deletions java/bundles/org.eclipse.set.feature.news/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
bin.includes = feature.xml
root=news
bin.includes = feature.xml
2 changes: 1 addition & 1 deletion java/bundles/org.eclipse.set.feature.news/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/news/web/news</outputDirectory>
<outputDirectory>${basedir}/../org.eclipse.set.feature/news/web/news</outputDirectory>
<resources>
<resource>
<directory>${basedir}/../../../web/news/public</directory>
Expand Down
2 changes: 1 addition & 1 deletion java/bundles/org.eclipse.set.feature/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin.includes = feature.xml
root=rootdir, rootdir_filtered, textviewer, pdfviewer, siteplan, developerhelp
root=rootdir, rootdir_filtered, textviewer, pdfviewer, siteplan, developerhelp, about, news
8 changes: 0 additions & 8 deletions java/bundles/org.eclipse.set.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
</copyright>

<includes
id="org.eclipse.set.feature.news"
version="0.0.0"/>

<includes
id="org.eclipse.set.feature.license"
version="0.0.0"/>

<requires>
<import feature="org.eclipse.babel.nls_eclipse_de" version="4.4.0.v20140623020002"/>
<import plugin="javax.inject" version="1.0.0" match="greaterOrEqual"/>
Expand Down

0 comments on commit 53a8b33

Please sign in to comment.