Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpelder2010-07-06 17:12:54 +0000
committerpelder2010-07-06 17:12:54 +0000
commit61d5c68d978f7f8fb923969bdc8e26d424bf77f5 (patch)
tree75894764fe0f7639475c8de2ce22e1168cb3e8cb
parent2526bd5fc4ece0702c9bdc61229a990b49f613f9 (diff)
downloadjet-61d5c68d978f7f8fb923969bdc8e26d424bf77f5.tar.gz
jet-61d5c68d978f7f8fb923969bdc8e26d424bf77f5.tar.xz
jet-61d5c68d978f7f8fb923969bdc8e26d424bf77f5.zip
Enabled M2T-JET 1.1.1 and 1.2.0 builds
-rwxr-xr-xbuild/_common.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/_common.php b/build/_common.php
index 2ae594f..90e33e5 100755
--- a/build/_common.php
+++ b/build/_common.php
@@ -6,9 +6,8 @@ $options = array (
"BranchAndJDK" => array (
"modeling.eclipse.org=------------,------------",
- "0.9.3=R0_9_maintenance,/opt/sun-java2-5.0",
- "1.0.2=R1_0_maintenance,/opt/sun-java2-5.0",
- "1.1.0=HEAD,/opt/sun-java2-5.0",
+ "1.1.1=HEAD,/opt/sun-java2-5.0",
+ "1.2.0=HEAD,/opt/sun-java2-5.0",
),

Back to the top