Skip to content

Commit ffbb4db

Browse files
committed
Fixed jar specs for public build.
Change on 2014/04/28 by tball <[email protected]> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=65758458
1 parent d2ae5d6 commit ffbb4db

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

java_deps/jars.mk

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
JAVA_DEPS_JAR_DIR = $(J2OBJC_ROOT)/java_deps/$(BUILD_DIR_NAME)
1818

1919
ECLIPSE_JARS = \
20-
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar \
21-
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar \
22-
org.eclipse.core.resources_3.8.101.v20130717-0806.jar \
23-
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar \
24-
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar \
25-
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar \
26-
org.eclipse.jdt.core_3.9.1.v20130905-0837.jar \
27-
org.eclipse.osgi_3.9.1-v20140110-1610.jar \
28-
org.eclipse.text_3.5.101.jar
20+
org.eclipse.core.contenttype-3.4.200.v20130326-1255.jar \
21+
org.eclipse.core.jobs-3.5.300.v20130429-1813.jar \
22+
org.eclipse.core.resources-3.8.101.v20130717-0806.jar \
23+
org.eclipse.core.runtime-3.9.0.v20130326-1255.jar \
24+
org.eclipse.equinox.common-3.6.200.v20130402-1505.jar \
25+
org.eclipse.equinox.preferences-3.5.100.v20130422-1538.jar \
26+
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar \
27+
org.eclipse.osgi-3.9.1.v20130814-1242.jar \
28+
org.eclipse.text-3.5.101.jar
2929

3030
GUAVA_JAR = guava-13.0.jar
3131

java_deps/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100-
<groupId>org.eclipse.core</groupId>
101-
<artifactId>runtime</artifactId>
102-
<version>3.9.100-v20131218-1515</version>
100+
<groupId>org.eclipse.birt.runtime</groupId>
101+
<artifactId>org.eclipse.core.runtime</artifactId>
102+
<version>3.9.0.v20130326-1255</version>
103103
<exclusions>
104104
<exclusion>
105105
<groupId>org.eclipse.equinox</groupId>
@@ -135,9 +135,9 @@
135135
<scope>compile</scope>
136136
</dependency>
137137
<dependency>
138-
<groupId>org.eclipse</groupId>
139-
<artifactId>osgi</artifactId>
140-
<version>3.9.1-v20140110-1610</version>
138+
<groupId>org.eclipse.birt.runtime</groupId>
139+
<artifactId>org.eclipse.osgi</artifactId>
140+
<version>3.9.1.v20130814-1242</version>
141141
<scope>compile</scope>
142142
</dependency>
143143
<dependency>

0 commit comments

Comments
 (0)