Skip to content

Commit

Permalink
update f2 runtime to 2.3.0 and aesh runtime to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Mar 20, 2014
1 parent 1532658 commit 2c2cf2e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 29 deletions.
3 changes: 1 addition & 2 deletions plugins/org.jboss.tools.aesh.runtime/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Bundle-Name: Aesh Runtime Plugin
Bundle-SymbolicName: org.jboss.tools.aesh.runtime;singleton:=true
Bundle-Version: 1.3.48.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: lib/aesh-0.49.jar,
lib/jansi-1.11.jar
Bundle-ClassPath: lib/aesh-0.51.jar
Export-Package: org.jboss.aesh.cl,
org.jboss.aesh.cl.activation,
org.jboss.aesh.cl.builder,
Expand Down
3 changes: 1 addition & 2 deletions plugins/org.jboss.tools.aesh.runtime/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bin.includes = META-INF/,\
lib/,\
lib/jansi-1.11.jar
lib/
src.includes = *
10 changes: 1 addition & 9 deletions plugins/org.jboss.tools.aesh.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
<packaging>eclipse-plugin</packaging>

<properties>
<version.aesh>0.49</version.aesh>
<version.jansi>1.11</version.jansi>
<version.aesh>0.51</version.aesh>
</properties>

<build>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>clean-build-libs</id>
Expand Down Expand Up @@ -59,12 +57,6 @@
<version>${version.aesh}</version>
<destFileName>aesh-${version.aesh}.jar</destFileName>
</artifactItem>
<artifactItem>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>${version.jansi}</version>
<destFileName>jansi-${version.jansi}.jar</destFileName>
</artifactItem>
</artifactItems>
<skip>false</skip>
<outputDirectory>${basedir}/lib</outputDirectory>
Expand Down
26 changes: 13 additions & 13 deletions plugins/org.jboss.tools.forge2.runtime/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %BundleProvider
Bundle-Localization: plugin
Eclipse-BundleShape: dir
Bundle-ClassPath: lib/furnace-proxy-2.2.0.Final.jar,
Bundle-ClassPath: lib/furnace-proxy-2.3.0.Final.jar,
lib/forge-javassist-2.jar,
lib/furnace-api-2.2.0.Final.jar,
lib/furnace-se-2.2.0.Final.jar,
lib/ui-api-2.2.0.Final.jar,
lib/convert-api-2.2.0.Final.jar,
lib/ui-spi-2.2.0.Final.jar,
lib/facets-api-2.2.0.Final.jar,
lib/resources-api-2.2.0.Final.jar,
lib/projects-api-2.2.0.Final.jar,
lib/dependencies-api-2.2.0.Final.jar,
lib/shell-api-2.2.0.Final.jar,
lib/shell-spi-2.2.0.Final.jar,
lib/database-tools-api-2.2.0.Final.jar,
lib/furnace-api-2.3.0.Final.jar,
lib/furnace-se-2.3.0.Final.jar,
lib/ui-api-2.3.0.Final.jar,
lib/convert-api-2.3.0.Final.jar,
lib/ui-spi-2.3.0.Final.jar,
lib/facets-api-2.3.0.Final.jar,
lib/resources-api-2.3.0.Final.jar,
lib/projects-api-2.3.0.Final.jar,
lib/dependencies-api-2.3.0.Final.jar,
lib/shell-api-2.3.0.Final.jar,
lib/shell-spi-2.3.0.Final.jar,
lib/database-tools-api-2.3.0.Final.jar,
.
Export-Package: bootpath,
org.jboss.forge.addon.convert,
Expand Down
5 changes: 2 additions & 3 deletions plugins/org.jboss.tools.forge2.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<version>2.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<version.furnace>2.2.0.Final</version.furnace>
<version.forge.addons>2.2.0.Final</version.forge.addons>
<version.furnace>2.3.0.Final</version.furnace>
<version.forge.addons>2.3.0.Final</version.forge.addons>
</properties>
<build>
<plugins>
Expand All @@ -39,7 +39,6 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>clean-build-libs</id>
Expand Down

0 comments on commit 2c2cf2e

Please sign in to comment.