diff options
| author | hdaniels <unknown> | 2005-06-23 09:18:52 +0000 |
|---|---|---|
| committer | hdaniels <unknown> | 2005-06-23 09:18:52 +0000 |
| commit | c68aa2b0e6d5eba3920d7ee62e6f0a4bb795f35b (patch) | |
| tree | 8d0452e9ced9d592cc35b2813cab5d65822be0c7 /src/Makefile | |
| parent | 5438bcfc9a44454fbdfd55961af31f8ef4a231a5 (diff) | |
added GPL headers to JavaGUI2. Include LICENSE files in gfeditor.jar
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index efc8befca..6e1e6b8b8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,7 +119,7 @@ javac: jar: javac cd JavaGUI; $(JAR) -cmf manifest.txt gf-java.jar *.class ; cd .. - cd $(GFEDITOR) ; rm -rf jarcontents ; mkdir jarcontents ; cp -r de/ ManifestMain.txt jarcontents ; cat jargs-1.0.jar | (cd jarcontents; jar -x jargs) ; cd jarcontents ; $(JAR) -cmf ManifestMain.txt ../gfeditor.jar de/uka/ilkd/key/ocl/gf/*.class jargs ; cd .. ; rm -rf jarcontents ; cd .. + cd $(GFEDITOR) ; rm -rf jarcontents ; mkdir jarcontents ; cp -r de/ ManifestMain.txt ../../LICENSE LICENCE_jargs jarcontents ; cat jargs-1.0.jar | (cd jarcontents; jar -x jargs) ; cd jarcontents ; $(JAR) -cmf ManifestMain.txt ../gfeditor.jar de/uka/ilkd/key/ocl/gf/*.class jargs LICENSE LICENCE_jargs ; cd .. ; cd .. showflags: @echo $(GHCFLAGS) |
