mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update Snappy to latest stable 1.0.5 that supports Mac 10.8
This commit is contained in:
Generated
+2
-3
@@ -1,12 +1,11 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Snappy-Java">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/snappy-java-1.1.0-M3.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/snappy-java-1.0.5.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/src/snappy-java-1.1.0-M3-src.zip!/snappy-java-1.1.0-M3/src/main/java" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/src/snappy-java-1.1.0-M3-src.zip!/snappy-java-1.1.0-M3/src/main/resources" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/src/snappy-java-1.0.5.zip!/snappy-java-1.0.5/src/main/java" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
@@ -35,7 +35,7 @@ picocontainer.jar
|
||||
resolver.jar
|
||||
sanselan-0.98-snapshot.jar
|
||||
serviceMessages.jar
|
||||
snappy-java-1.1.0-M3.jar
|
||||
snappy-java-1.0.5.jar
|
||||
trove4j.jar
|
||||
velocity.jar
|
||||
winp-1.17-patched.jar
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -50,7 +50,7 @@ public class StubUpdatingIndex extends CustomImplementationFileBasedIndexExtensi
|
||||
|
||||
public static final ID<Integer, SerializedStubTree> INDEX_ID = ID.create("Stubs");
|
||||
|
||||
private static final int VERSION = 23;
|
||||
private static final int VERSION = 24;
|
||||
|
||||
private static final DataExternalizer<SerializedStubTree> KEY_EXTERNALIZER = new DataExternalizer<SerializedStubTree>() {
|
||||
@Override
|
||||
|
||||
@@ -52,8 +52,7 @@ import java.util.List;
|
||||
public class StartupUtil {
|
||||
@NonNls public static final String NO_SPLASH = "nosplash";
|
||||
|
||||
public static final boolean NO_SNAPPY = SystemProperties.getBooleanProperty("idea.no.snappy", false) ||
|
||||
SystemInfo.isMac && SystemInfo.is32Bit; // todo[maxim] drop once available
|
||||
public static final boolean NO_SNAPPY = SystemProperties.getBooleanProperty("idea.no.snappy", false);
|
||||
|
||||
static boolean isHeadless;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user