diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-24 01:27:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-24 01:27:22 +0800 |
commit | dd5b898530e996fba35d533eabe478c12a8249f5 (patch) | |
tree | a9dbf822e840b0fbc356686bda41cfbb5214853b /java/Makefile | |
parent | fd81ba8f45d502c036ceb8abd257f12b9cc71650 (diff) | |
download | freebsd-ports-gnome-dd5b898530e996fba35d533eabe478c12a8249f5.tar.gz freebsd-ports-gnome-dd5b898530e996fba35d533eabe478c12a8249f5.tar.zst freebsd-ports-gnome-dd5b898530e996fba35d533eabe478c12a8249f5.zip |
Implementaion of the OMG OCL for EMF-based models.
WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl
PR: ports/115825
Submitted by: Veit Jahns <vj562001 at yahoo.de>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index b956ad85184a..b5f7b4705033 100644 --- a/java/Makefile +++ b/java/Makefile @@ -36,6 +36,7 @@ SUBDIR += eclipse-langpack SUBDIR += eclipse-log4e SUBDIR += eclipse-lomboz + SUBDIR += eclipse-ocl SUBDIR += eclipse-pmd SUBDIR += eclipse-quantum SUBDIR += eclipse-sqlexplorer |