Skip to content

Commit

Permalink
Revert "+mbassador eventbus to reduce coupling between components"
Browse files Browse the repository at this point in the history
This reverts commit b0f751f.
  • Loading branch information
afdia committed May 7, 2016
1 parent ffe60c5 commit a83223d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 35 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -84,11 +84,6 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.13</version>
</dependency>
<dependency>
<groupId>net.engio</groupId>
<artifactId>mbassador</artifactId>
<version>1.2.4.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
1 change: 0 additions & 1 deletion umlet-eclipse-plugin/.classpath
Expand Up @@ -26,6 +26,5 @@
<classpathentry exported="true" kind="lib" path="lib/autocomplete.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jlibeps.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api.jar"/>
<classpathentry kind="lib" path="lib/mbassador.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
3 changes: 1 addition & 2 deletions umlet-eclipse-plugin/META-INF/MANIFEST.MF
Expand Up @@ -10,8 +10,7 @@ Bundle-ClassPath: .,lib/umlet-elements.jar,lib/smtp.jar,lib/bcel.jar,l
.jar,lib/batik-awt-util.jar,lib/batik-svggen.jar,lib/itextpdf.jar,lib
/batik-dom.jar,lib/batik-util.jar,lib/batik-ext.jar,lib/ecj.jar,lib/r
syntaxtextarea.jar,lib/mailapi.jar,lib/slf4j-log4j12.jar,lib/autocomp
lete.jar,lib/jlibeps.jar,lib/slf4j-api.jar,lib/mbassador.jar,lib/umle
t-swing.jar
lete.jar,lib/jlibeps.jar,lib/slf4j-api.jar,lib/umlet-swing.jar
Bundle-Activator: com.baselet.plugin.MainPlugin
Export-Package: com.baselet.plugin,com.baselet.plugin.gui,com.baselet.
plugin.wizard
Expand Down
4 changes: 0 additions & 4 deletions umlet-standalone/pom.xml
Expand Up @@ -26,10 +26,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>net.engio</groupId>
<artifactId>mbassador</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 0 additions & 4 deletions umlet-swing/pom.xml
Expand Up @@ -156,10 +156,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.engio</groupId>
<artifactId>mbassador</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
19 changes: 0 additions & 19 deletions umlet-swing/src/main/java/com/baselet/control/events/EventBus.java

This file was deleted.

0 comments on commit a83223d

Please sign in to comment.