-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#12 初步实现后台的邮件提醒功能,包含SendNoticeCmd和NoticeTaskListener
#28 重构form中使用keyvalue保存数据的功能,解决businessKey重复导致同一流程定义无法发起两次的问题
- Loading branch information
1 parent
02a7e83
commit 05de07b
Showing
357 changed files
with
38,499 additions
and
42,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> | ||
<id>standalone</id> | ||
<formats> | ||
<format>war</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
|
||
<dependencySets> | ||
<dependencySet> | ||
<outputDirectory>/</outputDirectory> | ||
<includes> | ||
<include>org.eclipse.jetty*:*</include> | ||
</includes> | ||
<scope>provided</scope> | ||
<unpack>true</unpack> | ||
<unpackOptions> | ||
<excludes> | ||
<exclude>META-INF/*</exclude> | ||
</excludes> | ||
</unpackOptions> | ||
</dependencySet> | ||
<dependencySet> | ||
<outputDirectory>/</outputDirectory> | ||
<includes> | ||
<include>com.mossle:mossle-core</include> | ||
</includes> | ||
<scope>compile</scope> | ||
<unpack>true</unpack> | ||
<unpackOptions> | ||
<includes> | ||
<include>com/mossle/core/jetty/Main.class</include> | ||
</includes> | ||
</unpackOptions> | ||
</dependencySet> | ||
</dependencySets> | ||
|
||
<fileSets> | ||
<fileSet> | ||
<directory>${project.basedir}/target/${project.build.finalName}</directory> | ||
<outputDirectory>/</outputDirectory> | ||
<excludes> | ||
<exclude>META-INF/**/*</exclude> | ||
</excludes> | ||
</fileSet> | ||
<fileSet> | ||
<directory>${project.basedir}/webapp/WEB-INF/classes</directory> | ||
<includes> | ||
<include>**/*/Main.class</include> | ||
</includes> | ||
<outputDirectory>/</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> | ||
<id>standalone</id> | ||
<formats> | ||
<format>war</format> | ||
</formats> | ||
<includeBaseDirectory>false</includeBaseDirectory> | ||
|
||
<dependencySets> | ||
<dependencySet> | ||
<outputDirectory>/</outputDirectory> | ||
<includes> | ||
<include>org.eclipse.jetty*:*</include> | ||
</includes> | ||
<scope>provided</scope> | ||
<unpack>true</unpack> | ||
<unpackOptions> | ||
<excludes> | ||
<exclude>META-INF/*</exclude> | ||
</excludes> | ||
</unpackOptions> | ||
</dependencySet> | ||
<dependencySet> | ||
<outputDirectory>/</outputDirectory> | ||
<includes> | ||
<include>com.mossle:mossle-core</include> | ||
</includes> | ||
<scope>compile</scope> | ||
<unpack>true</unpack> | ||
<unpackOptions> | ||
<includes> | ||
<include>com/mossle/core/jetty/Main.class</include> | ||
</includes> | ||
</unpackOptions> | ||
</dependencySet> | ||
</dependencySets> | ||
|
||
<fileSets> | ||
<fileSet> | ||
<directory>${project.basedir}/target/${project.build.finalName}</directory> | ||
<outputDirectory>/</outputDirectory> | ||
<excludes> | ||
<exclude>META-INF/**/*</exclude> | ||
</excludes> | ||
</fileSet> | ||
<fileSet> | ||
<directory>${project.basedir}/webapp/WEB-INF/classes</directory> | ||
<includes> | ||
<include>**/*/Main.class</include> | ||
</includes> | ||
<outputDirectory>/</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.