-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 12368ce
- Loading branch information
Showing
1,557 changed files
with
10,693 additions
and
30,791 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
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
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 +1 @@ | ||
7.9.8 | ||
8.0.0 |
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,8 +1,7 @@ | ||
jscompiler=${basedir}/compiler.jar | ||
grapheditor.dir=${basedir}/../../war/js/mxgraph | ||
src.dir=${basedir}/../../src | ||
war.dir=${basedir}/../../war | ||
grapheditor.dir=${basedir}/../../src/main/webapp/js/mxgraph | ||
src.dir=${basedir}/../../src/main/java | ||
war.dir=${basedir}/../../src/main/webapp | ||
javac.dir=${war.dir}/WEB-INF/classes | ||
build.dir=${basedir}/../../build | ||
war.name=draw.war | ||
imageexport.dir=${basedir}/../imageexport |
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<project basedir="." default="run"> | ||
|
||
<target name="compile"> | ||
<mkdir dir="classes"/> | ||
<javac includeantruntime="false" srcdir="." destdir="classes"/> | ||
</target> | ||
|
||
<target name="run" depends="compile"> | ||
<java fork="true" classname="com.mxgraph.properties.PropGen"> | ||
<classpath> | ||
<path location="classes"/> | ||
</classpath> | ||
</java> | ||
</target> | ||
|
||
</project> |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.