Fixed: [ Issue 64 ] Project preferences are being shared, and they shouldn't https://code.google.com/p/protobuf-dt/issues/detail?id=64
diff --git a/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/preferences/PreferenceStoreAccess.java b/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/preferences/PreferenceStoreAccess.java index 98b1424..b864651 100644 --- a/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/preferences/PreferenceStoreAccess.java +++ b/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/preferences/PreferenceStoreAccess.java
@@ -1,5 +1,11 @@ -// Copyright 2011 Google Inc. All Rights Reserved. - +/* + * Copyright (c) 2011 Google Inc. + * + * All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse + * Public License v1.0 which accompanies this distribution, and is available at + * + * http://www.eclipse.org/legal/epl-v10.html + */ package com.google.eclipse.protobuf.ui.preferences; import com.google.eclipse.protobuf.ui.internal.ProtobufActivator;