Skip to content

Commit

Permalink
fixed 0.10.2 build for Java 1.6
Browse files Browse the repository at this point in the history
fixed issues #164 and #165

Signed-off-by: Andre Bossert <[email protected]>
  • Loading branch information
anb0s committed Jun 8, 2016
1 parent 4c39dad commit 302429f
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 11 deletions.
15 changes: 8 additions & 7 deletions eclox.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@
plugin="org.gna.eclox"
exclusive="true">

<description url="http://home.gna.org/eclox">
<description url="http://anb0s.github.io/eclox">
Eclox provides the Doxygen documentation system for Eclipse.

This feature provides a documentation builder and a graphical editor for doxygen.
This feature provides a documentation builder and a graphical
editor for doxygen.
</description>

<copyright url="http://home.gna.org/eclox">
<copyright url="http://anb0s.github.io/eclox">
Copyright (C) 2003-2013 Guillaume Brocker
Copyright (C) 2015-2016 Andre Bossert
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution.
</license>

<url>
<update label="Eclox Update Site" url="http://download.gna.org/eclox/update"/>
<discovery label="Eclox Update Site" url="http://download.gna.org/eclox/update"/>
<discovery label="Eclox Homepage" url="http://home.gna.org/eclox"/>
<update label="Eclox Update Site" url="http://anb0s.github.io/eclox"/>
<discovery label="Eclox Update Site" url="http://anb0s.github.io/eclox"/>
<discovery label="Eclox Homepage" url="http://anb0s.github.io/eclox"/>
</url>

<requires>
Expand Down
Binary file removed eclox.update-site/artifacts.jar
Binary file not shown.
Binary file removed eclox.update-site/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added eclox.update-site/plugins/org.gna.eclox_0.8.0.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions eclox.update-site/publish_with_site_xml.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set ECLIPSE_EQUINOX_LAUNCHER_JAR=c:\Progs\eclipse-SDK-4.6-win32-x86_64\plugins\org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
PUSHD %~dp0
set REPOSITORY_OUT=%CD%\repository
POPD
java -jar %ECLIPSE_EQUINOX_LAUNCHER_JAR% -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher -metadataRepository file:/%REPOSITORY_OUT% -artifactRepository file:/%REPOSITORY_OUT% -source . -compress -publishArtifacts
5 changes: 5 additions & 0 deletions eclox.update-site/publish_without_site_xml.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set ECLIPSE_EQUINOX_LAUNCHER_JAR=c:\Progs\eclipse-SDK-4.6-win32-x86_64\plugins\org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
PUSHD %~dp0
set REPOSITORY_OUT=%CD%\repository
POPD
java -jar %ECLIPSE_EQUINOX_LAUNCHER_JAR% -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/%REPOSITORY_OUT% -artifactRepository file:/%REPOSITORY_OUT% -source . -compress -publishArtifacts
17 changes: 14 additions & 3 deletions eclox.update-site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@
<description name="Eclox Update Site" url="http://download.gna.org/eclox/update">
This is the official eclox&apos;s update site.
</description>
<feature url="features/org.gna.eclox_0.10.2.201606081049.jar" id="org.gna.eclox" version="0.10.2.201606081049">
<category name="eclox_0_10"/>
</feature>
<feature url="features/org.gna.eclox_0.10.1.jar" id="org.gna.eclox" version="0.10.1">
<category name="eclox_010"/>
<category name="eclox_0_10"/>
</feature>
<feature url="features/org.gna.eclox_0.8.0.jar" id="org.gna.eclox" version="0.8.0">
<category name="eclox_0_8"/>
</feature>
<category-def name="eclox_010" label="eclox 0.10">
<category-def name="eclox_0_10" label="eclox 0.10">
<description>
Eclox EPL Releases
</description>
</category-def>
<category-def name="eclox_0_8" label="eclox 0.8">
<description>
Eclox EPL release
Eclox GPL Releases
</description>
</category-def>
</site>
3 changes: 2 additions & 1 deletion eclox/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclox Branding Information
Bundle-SymbolicName: org.gna.eclox; singleton:=true
Bundle-Version: 0.10.2.qualifier
Bundle-Vendor: Guillaume Brocker
Bundle-Vendor: Guillaume Brocker, Andre Bossert
Bundle-Localization:
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

0 comments on commit 302429f

Please sign in to comment.