Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Release version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Dec 19, 2017
1 parent 764a913 commit 0d9dbe8
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: XStreamer Branding
Bundle-SymbolicName: us.nineworlds.xstreamer.branding;singleton:=true
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Activator: us.nineworlds.xstreamer.branding.Activator
Bundle-Vendor: Nineworlds
Require-Bundle: org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.branding</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
Binary file modified bundles/us.nineworlds.xstreamer.branding/splash.bmp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Browser
Bundle-SymbolicName: us.nineworlds.xstreamer.browser;singleton:=true
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Activator: us.nineworlds.xstreamer.browser.Activator
Bundle-Vendor: Nineworlds
Require-Bundle: org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.browser</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: us.nineworlds.xstreamer.core;singleton:=true
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Activator: us.nineworlds.xstreamer.core.Activator
Bundle-Vendor: Nineworlds
Require-Bundle: org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.core</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.data/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: XWing Data
Bundle-SymbolicName: us.nineworlds.xstreamer.data
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Eclipse-BundleShape: dir
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.data</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="us.nineworlds.xstreamer.feature"
label="XStreamer Feature"
version="0.7.1.qualifier"
version="0.7.1"
plugin="us.nineworlds.xstreamer.branding">

<description url="http://www.example.com/description">
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.feature</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Imperial Assault Core
Bundle-SymbolicName: us.nineworlds.xstreamer.ia.core
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Activator: us.nineworlds.xstreamer.ia.core.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.osgi,
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.ia.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.ia.core</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Data
Bundle-SymbolicName: us.nineworlds.xstreamer.ia.data
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Eclipse-BundleShape: dir
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.ia.data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>us.nineworlds.xstreamer.ia.data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.ia/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Imperial Assault
Bundle-SymbolicName: us.nineworlds.xstreamer.ia;singleton:=true
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Activator: us.nineworlds.xstreamer.ia.Activator
Bundle-Vendor: NineWorlds
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.ia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>us.nineworlds.xstreamer.ia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer.lib/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Lib
Bundle-SymbolicName: us.nineworlds.xstreamer.lib;singleton:=true
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Vendor: Nineworlds
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.lib</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Templates
Bundle-SymbolicName: us.nineworlds.xstreamer.templates
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Vendor: Nineworlds
Eclipse-BundleShape: dir
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer.templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.templates</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion bundles/us.nineworlds.xstreamer/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: XStreamer
Bundle-SymbolicName: us.nineworlds.xstreamer;singleton:=true
Bundle-Version: 0.7.1.qualifier
Bundle-Version: 0.7.1
Bundle-Vendor: Nineworlds
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
Expand Down
4 changes: 2 additions & 2 deletions bundles/us.nineworlds.xstreamer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>pom</packaging>
<modules>
<module>releng/us.nineworlds.xstreamer.target</module>
Expand Down
4 changes: 2 additions & 2 deletions releng/us.nineworlds.xstreamer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.product</artifactId>
<packaging>eclipse-repository</packaging>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion releng/us.nineworlds.xstreamer.product/xstreamer.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="XStreamer" uid="us.nineworlds.xstreamer.xstreamer" id="us.nineworlds.xstreamer.product" application="us.nineworlds.xstreamer.application" version="0.7.1.qualifier" useFeatures="true" includeLaunchers="true">
<product name="XStreamer" uid="us.nineworlds.xstreamer.xstreamer" id="us.nineworlds.xstreamer.product" application="us.nineworlds.xstreamer.application" version="0.7.1" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/us.nineworlds.xstreamer.branding/images/xstreamer_lg.png"/>
Expand Down
4 changes: 2 additions & 2 deletions releng/us.nineworlds.xstreamer.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>xstreamer</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../../</relativePath>
</parent>
<groupId>us.nineworlds.xstreamer</groupId>
<artifactId>us.nineworlds.xstreamer.target</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>eclipse-target-definition</packaging>

</project>

0 comments on commit 0d9dbe8

Please sign in to comment.