Skip to content

Commit

Permalink
Fixes for "Neon.2"
Browse files Browse the repository at this point in the history
* Create a "aggr" file for the cbi-aggregator
* List the version in the READ-ME
  • Loading branch information
jmini committed Jan 19, 2017
1 parent 4790bd2 commit 98ef415
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ A simple example (pom file and simple java class) is presented in this link:{blo
* link:https://bintray.com/jmini/maven/mylyn-wikitext/Mars.2/view[Mars.2] (26/02/2016), Version `2.7.0.v*`
* link:https://bintray.com/jmini/maven/mylyn-wikitext/Neon.0/view[Neon.0] (22/06/2016), Version `2.9.0.v*`
* With Neon.1 the same version as with Neon.0 was released.
* link:https://bintray.com/jmini/maven/mylyn-wikitext/Neon.2/view[Neon.2] (21/12/2016), Version `2.10.0.v*`

=== Remarks
Because the Idea of this repository is to consume mylyn-wikitext in a plain maven project (or maven plugin), only the `core` jars are published.
Expand Down
25 changes: 25 additions & 0 deletions aggregator/neon2.aggr
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" label="Mylyn WikiText Aggregation" buildRoot="neon2_repository" packedStrategy="UNPACK_AS_SIBLING" type="R" mavenResult="true">
<validationSets label="main">
<contributions label="Mylyn WikiText contribution">
<repositories location="http://download.eclipse.org/releases/neon/201612211000/" description="Neon update site">
<bundles name="org.eclipse.mylyn.wikitext.core"/>
<bundles name="org.eclipse.mylyn.wikitext.core.ant"/>
<bundles name="org.eclipse.mylyn.wikitext.asciidoc.core"/>
<bundles name="org.eclipse.mylyn.wikitext.confluence.core"/>
<bundles name="org.eclipse.mylyn.wikitext.html.core"/>
<bundles name="org.eclipse.mylyn.wikitext.markdown.core"/>
<bundles name="org.eclipse.mylyn.wikitext.mediawiki.core"/>
<bundles name="org.eclipse.mylyn.wikitext.mediawiki.core.ant"/>
<bundles name="org.eclipse.mylyn.wikitext.textile.core"/>
<bundles name="org.eclipse.mylyn.wikitext.tracwiki.core"/>
<bundles name="org.eclipse.mylyn.wikitext.twiki.core"/>
</repositories>
<mavenMappings namePattern="^org.eclipse.mylyn.wikitext.*$" groupId="org.eclipse.mylyn.docs" artifactId="$0"/>
<mavenMappings namePattern="com.google.guava" groupId="com.google.guava" artifactId="guava"/>
<mavenMappings namePattern="org.apache.ant" groupId="org.apache.ant" artifactId="ant"/>
<mavenMappings namePattern="org.jsoup" groupId="org.jsoup" artifactId="jsoup"/>
</contributions>
</validationSets>
<configurations/>
</aggregator:Aggregation>

0 comments on commit 98ef415

Please sign in to comment.