Skip to content

Commit

Permalink
release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Jun 9, 2014
1 parent 5aeb01f commit cbc5e38
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 13 deletions.
14 changes: 14 additions & 0 deletions org.nodeclipse.site.test/category.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>

<category-def name="Tools" label="Enide Tools Collection">
<description>
eExplorer (embedded Explorer, Windows only) by Matthias Cullmann https://github.com/culmat/eExplorer,
</description>
</category-def>
<feature url="features/com.github.culmat.eexplorer.feature_0.0.0.jar" id="com.github.culmat.eexplorer.feature" version="0.0.0" os="win32">
<category name="Tools"/>
</feature>


</site>
52 changes: 52 additions & 0 deletions org.nodeclipse.site.test/pom.xml
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.nodeclipse.nodeclipse-1</groupId>
<artifactId>parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
</parent>

<artifactId>org.nodeclipse.site.test</artifactId>
<packaging>eclipse-repository</packaging>

<name>org.nodeclipse.site.test</name>
<description>org.nodeclipse.site.test (p2 repository / update site)</description>

<repositories>
<repository>
<id>eexplorer</id>
<layout>p2</layout>
<url>http://culmat.github.io/eExplorer/updatesite/</url>
</repository>
</repositories>

<build>
<plugins>

<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.9</version>
<configuration>
<repositoryOwner>culmat</repositoryOwner>
<repositoryName>eExplorer</repositoryName>
<message>Releasing update site for ${project.version}</message>
<path>updatesite</path>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>
18 changes: 9 additions & 9 deletions org.nodeclipse.site/category.xml
Expand Up @@ -99,11 +99,11 @@
-->
<category-def name="Tools" label="Enide Tools Collection">
<description>
Nodeclipse Plugins List by Paul Verest,
Nodeclipse Plugins List by Paul Verest,
Markdown Editor by Daniel Winterstein,
Github Flavored Markdown Viewer by Satyagraha,
RestClient Tool by Yadu Vendra,
StartExplorer by Bastian Krol,
StartExplorer (on any OS) by Bastian Krol,
Icons Editor by Jabier Martinez (requires org.eclipse.draw2d),
PDE-Tools and Eclipse Themes by Jeeeyul,
Regular Expression by Igor Zapletnev,
Expand All @@ -115,7 +115,6 @@
Nodeclipse EditBox (created in 2009-2011 by Piotr Metel) https://github.com/Nodeclipse/EditBox
TypEcs by axmor.com
Emmet (ex-Zen Coding) Eclipse plugin by Sergey Chikuyonok
Rinzo XML Editor by Claudio Cancinos
</description>
</category-def>
<feature url="features/org.nodeclipse.pluginslist.feature_0.1.0.qualifier.jar" id="org.nodeclipse.pluginslist.feature" version="0.1.0.qualifier">
Expand All @@ -127,13 +126,13 @@
<feature url="features/code.satyagraha.gfm.viewer.feature_1.8.3.qualifier.jar" id="code.satyagraha.gfm.viewer.feature" version="1.8.3.qualifier">
<category name="Tools"/>
</feature>
<feature url="features/de.bastiankrol.startexplorer.feature_1.5.1.jar" id="de.bastiankrol.startexplorer.feature" version="1.5.1">
<feature url="features/de.bastiankrol.startexplorer.feature_0.0.0.jar" id="de.bastiankrol.startexplorer.feature" version="0.0.0">
<category name="Tools"/>
</feature>
<feature url="features/code.google.restclient.tool.feature_1.0.3.jar" id="code.google.restclient.tool.feature" version="1.0.3">
<category name="Tools"/>
</feature>
<feature url="features/org.eclipse_icons.editor.feature_2.4.1.qualifier.jar" id="org.eclipse_icons.editor.feature" version="2.4.1.qualifier">
<feature url="features/org.eclipse_icons.editor.feature_0.0.0.qualifier.jar" id="org.eclipse_icons.editor.feature" version="0.0.0">
<category name="Tools"/>
</feature>
<feature url="features/net.jeeeyul.pdetools.feature_0.0.0.qualifier.jar" id="net.jeeeyul.pdetools.feature" version="0.0.0">
Expand All @@ -142,13 +141,13 @@
<feature url="features/net.jumperz.app.MMonjaDB_1.0.16.qualifier.jar" id="net.jumperz.app.MMonjaDB" version="1.0.16.qualifier">
<category name="Tools"/>
</feature>
<feature url="features/net.sourceforge.shelled_2.0.3.qualifier.jar" id="net.sourceforge.shelled" version="2.0.3.qualifier">
<feature url="features/net.sourceforge.shelled_0.0.0.qualifier.jar" id="net.sourceforge.shelled" version="0.0.0">
<category name="Tools"/>
</feature>
<feature url="features/org.sweetlemonade.eclipse.json.feature_1.0.3.qualifier.jar" id="org.sweetlemonade.eclipse.json.feature" version="1.0.3.qualifier">
<feature url="features/org.sweetlemonade.eclipse.json.feature_0.0.0.qualifier.jar" id="org.sweetlemonade.eclipse.json.feature" version="0.0.0">
<category name="Tools"/>
</feature>
<feature url="features/net.mihai-nita.ansicon_1.3.0.qualifier.jar" id="net.mihai-nita.ansicon" version="1.3.0.qualifier">
<feature url="features/net.mihai-nita.ansicon_0.0.0.qualifier.jar" id="net.mihai-nita.ansicon" version="0.0.0">
<category name="Tools"/>
</feature>
<feature url="features/name.schedenig.eclipse.grepconsole_0.0.0.qualifier.jar" id="name.schedenig.eclipse.grepconsole" version="0.0.0">
Expand All @@ -164,6 +163,7 @@
<category name="Tools"/>
</feature>
<!--
Rinzo XML Editor by Claudio Cancinos
<feature url="features/ar.com.tadp.xml.rinzo.core.feature_0.0.0.qualifier.jar" id="ar.com.tadp.xml.rinzo.core.feature" version="0.0.0">
<category name="Tools"/>
</feature>
Expand Down Expand Up @@ -253,7 +253,7 @@
<feature url="features/OpenClosedProjectsFeature_1.0.5.qualifier.jar" id="OpenClosedProjectsFeature" version="1.0.5.qualifier">
<category name="Other"/>
</feature>
<feature url="features/net.vtst.ow.eclipse.less.feature_1.0.18.qualifier.jar" id="net.vtst.ow.eclipse.less.feature" version="1.0.18.qualifier">
<feature url="features/net.vtst.ow.eclipse.less.feature_0.0.0.qualifier.jar" id="net.vtst.ow.eclipse.less.feature" version="0.0.0">
<category name="Other"/>
</feature>

Expand Down
5 changes: 3 additions & 2 deletions org.nodeclipse.site/pom.xml
Expand Up @@ -128,8 +128,9 @@
<repository>
<id>editbox</id>
<layout>p2</layout>
<!-- <url>http://editbox.sourceforge.net/updates/</url> -->
<url>http://dl.bintray.com/nodeclipse/EditBox/0.55.0/</url>
<!-- <url>http://editbox.sourceforge.net/updates/</url>
<url>http://dl.bintray.com/nodeclipse/EditBox/0.60.0/</url>-->
<url>http://nodeclipse.github.io/updates/editbox/</url>
</repository>
<repository>
<id>axmor-typescript</id>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -135,8 +135,8 @@

<!--
<module>org.nodeclipse.site</module>
-->
<module>org.nodeclipse.updates</module>
-->
</modules>

<profiles>
Expand All @@ -152,6 +152,12 @@
<module>org.nodeclipse.site</module>
</modules>
</profile>
<profile>
<id>test</id>
<modules>
<module>org.nodeclipse.site.test</module>
</modules>
</profile>
</profiles>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/release-helper.md
Expand Up @@ -38,7 +38,7 @@ upload to sourceforge

push to github
Github release to add tag
pull
pull to get tag

announce index.html
edit nodeclipse updates repository
Expand Down

0 comments on commit cbc5e38

Please sign in to comment.