Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_details2_0.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_details2_0.properties52
1 files changed, 0 insertions, 52 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_details2_0.properties b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_details2_0.properties
deleted file mode 100644
index 6114fe4d25..0000000000
--- a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_details2_0.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-################################################################################
-# Copyright (c) 2009, 2010 Oracle. 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.
-#
-# Contributors:
-# Oracle - initial API and implementation
-################################################################################
-
-CascadePane2_0_detach=Detach
-
-CollectionTable2_0Composite_title=Collection Table
-CollectionTable2_0Composite_joinColumn=Join columns
-CollectionTable2_0Composite_name=Name:
-CollectionTable2_0Composite_schema=Schema:
-CollectionTable2_0Composite_catalog=Catalog:
-CollectionTable2_0Composite_overrideDefaultJoinColumns=Override default
-
-DerivedIdentity_title=Derived Identity
-DerivedIdentity_nullDerivedIdentity=None
-DerivedIdentity_idDerivedIdentity=Id
-DerivedIdentity_mapsIdDerivedIdentity=Maps id:
-DerivedIdentity_mapsIdUnspecifiedValue=<undetermined value>
-
-ElementCollectionMapping2_0_label=Element Collection
-ElementCollectionMapping2_0_linkLabel=element collection
-ElementCollectionSection_title=Element Collection
-AbstractElementCollectionMapping2_0_Composite_valueSectionTitle=Value
-Entity_cacheableLabel=Cacheable
-Entity_cacheableWithDefaultLabel=Cacheable ({0})
-
-EmbeddedIdMapping2_0MappedByRelationshipPane_label=Embedded ID is mapped by a relationship.
-IdMapping2_0MappedByRelationshipPane_label=ID is mapped by a relationship.
-
-OrderingComposite_orderColumn=Order column
-
-OrphanRemoval2_0Composite_orphanRemovalLabel=Orphan removal
-OrphanRemoval2_0Composite_orphanRemovalLabelDefault=Orphan removal ({0})
-
-LockModeComposite_lockModeLabel = Lock mode:
-
-LockModeComposite_read = Read
-LockModeComposite_write = Write
-LockModeComposite_optimistic = Optimistic
-LockModeComposite_optimistic_force_increment = Optimistic Force Increment
-LockModeComposite_pessimistic_read = Pessimistic Read
-LockModeComposite_pessimistic_write = Pessimistic Write
-LockModeComposite_pessimistic_force_increment = Pessimistic Force Increment
-LockModeComposite_none = None
-
-TargetClassComposite_label=Target class: \ No newline at end of file

Back to the top