Skip to content

Commit

Permalink
start to implement 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kompiro committed Jun 21, 2013
1 parent 16667c7 commit 85c17e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<properties>
<!-- Path to your Astah's Home Directory. This example is for Mac -->
<astahPath>/Applications/astah professional/astah professional.app/Contents/Resources/Java</astahPath>

<bundle.symbolicName>com.change_vision.astah.extension.plugin.mindmap-planner</bundle.symbolicName>
<bundle.namespace>com.change_vision.astah.extension.plugin.mindmapplanner</bundle.namespace>
<plugin.install>true</plugin.install>
<astah.version>6.6.4</astah.version>
<astah.edition>pro</astah.edition>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>com.change_vision.astah.extension.plugin</groupId>
<artifactId>mindmap-planner</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>bundle</packaging>
<name>%bundle.name</name>
<description>%bundle.description</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import javax.xml.bind.JAXB;


import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
import org.osgi.framework.ServiceReference;
Expand All @@ -32,11 +31,6 @@ public class Activator implements BundleActivator {
private AstahAPIHandler handler;

public void start(BundleContext context) {
EditionChecker checker = new EditionChecker();
if (checker.hasError()) {
return;
}

tracker = new ServiceTracker(context, IMessageDialogHandlerFactory.class.getName(), null);
tracker.open();

Expand Down

This file was deleted.

0 comments on commit 85c17e6

Please sign in to comment.