Archived
0

big core update

This commit is contained in:
2016-08-08 00:56:26 +03:00
parent 40221bdbf0
commit eb85c47111
6 changed files with 138 additions and 14 deletions

View File

@@ -7,13 +7,13 @@
<name>Core</name>
<artifactId>core</artifactId>
<version>0.4</version>
<version>0.18</version>
<packaging>bundle</packaging>
<parent>
<groupId>asys</groupId>
<artifactId>asys</artifactId>
<version>${asys.version}</version>
<version>0.5</version>
</parent>
<dependencies>
@@ -22,6 +22,11 @@
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.gogo.runtime</artifactId>
<version>0.10.0</version>
</dependency>
</dependencies>
<build>
@@ -30,11 +35,11 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.5</version>
<version>3.0.1</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Name>ASys: ${project.name} ${project.version}</Bundle-Name>
<Bundle-Name>ASys: ${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>asys.core.ASysCoreActivator</Bundle-Activator>
<Export-Package>asys.core.api</Export-Package>