Skip to content

Commit

Permalink
Merge pull request #668 from darkv/javamail_update
Browse files Browse the repository at this point in the history
use current JavaMail release
  • Loading branch information
darkv committed Aug 12, 2015
2 parents f31c829 + 67ece87 commit 6dcb347
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 21 deletions.
15 changes: 10 additions & 5 deletions Frameworks/Core/ERJavaMail/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
<classpathentry kind="src" path="Tests"/>
<classpathentry exported="true" kind="lib" path="Libraries/activation-1.1.1.jar"/>
<classpathentry kind="lib" path="Libraries/mockmail.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/dsn-1.4.5.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/imap-1.4.5.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/mailapi-1.4.5.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/pop3-1.4.5.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/smtp-1.4.5.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/javax.mail-1.5.4.jar" sourcepath="LibrarySources/javax.mail-1.5.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/ERJavaMail/LibraryJavadocs/javax.mail-1.5.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="Libraries/dsn-1.5.4.jar" sourcepath="LibrarySources/dsn-1.5.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/ERJavaMail/LibraryJavadocs/dsn-1.5.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="WOFramework/ERExtensions"/>
<classpathentry kind="con" path="WOFramework/ERJars"/>
<classpathentry kind="con" path="WOFramework/JavaEOAccess"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed Frameworks/Core/ERJavaMail/Libraries/imap-1.4.5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Frameworks/Core/ERJavaMail/Libraries/smtp-1.4.5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 3 additions & 16 deletions Frameworks/Core/ERJavaMail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,15 @@
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>imap</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>smtp</artifactId>
<optional>true</optional>
<artifactId>javax.mail</artifactId>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>dsn</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>pop3</artifactId>
<version>1.5.4</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 6dcb347

Please sign in to comment.