Skip to content

Commit 076ce78

Browse files
committed
remove grizzly module
1 parent fac97b0 commit 076ce78

File tree

5 files changed

+1
-542
lines changed

5 files changed

+1
-542
lines changed

framework/build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
<property name="play.path" value="../.."/>
138138
<property name="build-release" value="${build-release}"/>
139139
<ant antfile="build.xml" target="build" dir="../modules/testrunner" />
140-
<ant antfile="build.xml" target="build" dir="../modules/grizzly" />
141140
<ant antfile="build.xml" target="build" dir="../modules/docviewer" />
142141
</target>
143142

@@ -459,7 +458,7 @@
459458
<mkdir dir="dist/play-${version}" />
460459
<copy todir="dist/play-${version}">
461460
<fileset dir=".." excludes=".github,**/cobertura.ser,**/*.pyc,hs_err*,.*,.*/*,framework/dist/**,id,nbproject/**,**/.bzr/**,**/.git/**,*.bzrignore,support/textmate/**,framework/classes/**,framework/tests-results/**,samples-and-tests/**/test-result,samples-and-tests/**/i-am-working-here,samples-and-tests/**/data,samples-and-tests/**/logs,samples-and-tests/**/tmp,samples-and-tests/**/db,samples-and-tests/**/attachments,modules/**" />
462-
<fileset dir=".." includes="modules/grizzly/**,modules/crud/**,modules/secure/**,modules/docviewer/**,modules/testrunner/**" excludes="**/*.pyc" />
461+
<fileset dir=".." includes="modules/crud/**,modules/secure/**,modules/docviewer/**,modules/testrunner/**" excludes="**/*.pyc" />
463462
</copy>
464463
</target>
465464

modules/grizzly/build.xml

Lines changed: 0 additions & 42 deletions
This file was deleted.
-837 KB
Binary file not shown.

0 commit comments

Comments
 (0)