| commit | f3677c173f5bbc8dcd883aa46488c111e16fbad1 | [log] [tgz] |
|---|---|---|
| author | Alex Ruiz <alruiz@google.com> | Wed Jun 08 20:54:33 2011 +0000 |
| committer | Alex Ruiz <alruiz@google.com> | Wed Jun 08 20:54:33 2011 +0000 |
| tree | b285f87898c1756d6eae05302c5c8aad3d8b2ea7 | |
| parent | a0edb57d9e580883d28c3ceb177a8e36fff7acf0 [diff] |
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;