Skip to content

Commit

Permalink
Increased version AWB number
Browse files Browse the repository at this point in the history
  • Loading branch information
CDerksen committed Oct 20, 2018
1 parent f64f274 commit 9e74987
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 37 deletions.
2 changes: 1 addition & 1 deletion eclipseProjects/org.agentgui/.mvn/extensions.xml
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>1.2.0</version>
<version>1.1.0</version>
</extension>
</extensions>
21 changes: 10 additions & 11 deletions eclipseProjects/org.agentgui/bundles/de.enflexit.api/.classpath
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Expand Up @@ -3,17 +3,15 @@ Automatic-Module-Name: org.agentgui.core
Bundle-ManifestVersion: 2
Bundle-Name: Agent.Workbench - Core Bundle
Bundle-SymbolicName: org.agentgui.core;singleton:=true
Bundle-Version: 2.1.5.qualifier
Bundle-Version: 2.1.6.qualifier
Bundle-Activator: org.agentgui.PlugInActivator
Bundle-Vendor: EnFlex.IT
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Service-Component: OSGI-INF/classLoadService.xml,
OSGI-INF/dbStateVisualService.xml
Bundle-ActivationPolicy: lazy
Import-Package: javax.activation,
javax.inject;version="1.0.0",
org.slf4j;version="1.7.10",
org.slf4j.spi;version="1.7.10"
Import-Package: javax.inject;version="1.0.0",
org.slf4j;version="1.7.10"
Require-Bundle: de.enflexit.api,
de.enflexit.common,
de.enflexit.oidc,
Expand All @@ -24,32 +22,19 @@ Require-Bundle: de.enflexit.api,
org.agentgui.lib.jade,
org.agentgui.lib.jFreeChart,
org.agentgui.lib.jung,
org.agentgui.lib.bouncyCastle,
org.agentgui.lib.jep,
org.agentgui.lib.googleTranslate,
ch.qos.logback.classic,
ch.qos.logback.core,
org.eclipse.core.net,
org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.e4.core.di,
org.eclipse.e4.ui.model.workbench,
org.eclipse.e4.ui.services,
org.eclipse.e4.ui.workbench,
org.eclipse.e4.ui.workbench.swt,
org.eclipse.e4.ui.di,
org.eclipse.equinox.common,
org.eclipse.equinox.p2.core,
org.eclipse.equinox.p2.engine,
org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.metadata.repository,
org.eclipse.equinox.p2.operations,
org.eclipse.equinox.p2.repository.tools,
org.eclipse.equinox.p2.ui,
org.eclipse.equinox.p2.ui.sdk,
org.eclipse.equinox.p2.ui.sdk.scheduler,
org.eclipse.equinox.p2.metadata,
org.eclipse.osgi,
org.eclipse.osgi.services
Export-Package: agentgui.core.application,
agentgui.core.charts,
Expand Down
Expand Up @@ -3,7 +3,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Agent.Workbench - API Help
Bundle-SymbolicName: org.agentgui.help;singleton:=true
Bundle-Version: 2.1.5.qualifier
Bundle-Version: 2.1.6.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.help,
org.agentgui.core;bundle-version="2.1.4",
Expand Down
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.agentgui.help</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.agentgui</groupId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.enflexit.common.feature"
label="EnFlex.IT common interfaces and classes"
version="2.0.1.qualifier"
version="2.1.0.qualifier"
provider-name="EnFlex.IT"
os="linux,macosx,win32"
arch="x86,x86_64">
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.agentgui.feature"
label="Agent.Workbench - Core Feature"
version="2.1.5.qualifier"
version="2.1.6.qualifier"
provider-name="EnFlex.IT"
plugin="org.agentgui.core"
os="linux,macosx,win32"
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Agent.Workbench" uid="org.agentgui" id="org.agentgui.core.product" application="org.agentgui.core.application" version="2.1.5.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Agent.Workbench" uid="org.agentgui" id="org.agentgui.core.product" application="org.agentgui.core.application" version="2.1.6.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/org.agentgui.core/icons/awb128.png"/>
Expand Down
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.agentgui.product</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>

<packaging>eclipse-repository</packaging>

Expand Down
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.agentgui.update</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.6-SNAPSHOT</version>

<packaging>eclipse-repository</packaging>

Expand Down

0 comments on commit 9e74987

Please sign in to comment.