Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/org.eclipse.emf.teneo.jpox.eclipse/about.properties4
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/copyright.txt2
-rwxr-xr-xplugins/org.eclipse.emf.teneo.jpox.eclipse/plugin.properties4
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXMI.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXML.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOAction.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOActionSuperTable.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXMI.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXML.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/OpenResource.java6
10 files changed, 26 insertions, 26 deletions
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/about.properties b/plugins/org.eclipse.emf.teneo.jpox.eclipse/about.properties
index ab95350f3..a37ce4701 100755
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/about.properties
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/about.properties
@@ -1,7 +1,7 @@
#/**
# * <copyright>
# *
-# * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+# * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
# * 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
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: about.properties,v 1.1 2006/07/08 22:23:05 mtaal Exp $
+# * $Id: about.properties,v 1.2 2007/02/01 12:34:26 mtaal Exp $
# */
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/copyright.txt b/plugins/org.eclipse.emf.teneo.jpox.eclipse/copyright.txt
index a93b8e794..77e08d467 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/copyright.txt
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/copyright.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
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
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/plugin.properties b/plugins/org.eclipse.emf.teneo.jpox.eclipse/plugin.properties
index c1a5aa31e..660c6161b 100755
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/plugin.properties
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/plugin.properties
@@ -1,7 +1,7 @@
#/**
# * <copyright>
# *
-# * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+# * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
# * 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
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: plugin.properties,v 1.1 2006/07/08 22:23:05 mtaal Exp $
+# * $Id: plugin.properties,v 1.2 2007/02/01 12:34:26 mtaal Exp $
# */
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXMI.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXMI.java
index 2152bf95e..7a9e9784a 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXMI.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXMI.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ExportXMI.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: ExportXMI.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -29,7 +29,7 @@ import org.eclipse.emf.teneo.jpox.JpoxUtil;
* Performs the export xmi action
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class ExportXMI extends StoreExportXML {
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXML.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXML.java
index cc9b52329..fd6c62845 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXML.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ExportXML.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ExportXML.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: ExportXML.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -29,7 +29,7 @@ import org.eclipse.emf.teneo.jpox.JpoxUtil;
* Performs the export xml action
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class ExportXML extends StoreExportXML {
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOAction.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOAction.java
index b4d1a4c2b..093b5c850 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOAction.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOAction.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: GenerateJDOAction.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: GenerateJDOAction.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -30,7 +30,7 @@ import org.eclipse.emf.teneo.jpox.mapper.GenerateJDO;
* Eclipse popup action to generate a jdo file based on emf generated sources.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class GenerateJDOAction extends GenerateMappingAction {
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOActionSuperTable.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOActionSuperTable.java
index 8757fe984..798d353c6 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOActionSuperTable.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/GenerateJDOActionSuperTable.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: GenerateJDOActionSuperTable.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: GenerateJDOActionSuperTable.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -30,7 +30,7 @@ import org.eclipse.emf.teneo.jpox.mapper.GenerateJDO;
* Eclipse popup action to generate a jdo file based on emf generated sources.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class GenerateJDOActionSuperTable extends GenerateMappingAction {
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXMI.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXMI.java
index c01a67a75..2bc52ed4d 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXMI.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXMI.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ImportXMI.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: ImportXMI.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -32,7 +32,7 @@ import org.eclipse.emf.teneo.jpox.JpoxUtil;
* Performs the import xmi action
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class ImportXMI extends StoreImportXML {
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXML.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXML.java
index 6e89f975e..0bcbacb18 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXML.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/ImportXML.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ImportXML.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: ImportXML.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -32,7 +32,7 @@ import org.eclipse.emf.teneo.jpox.JpoxUtil;
* Performs the import xml action
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class ImportXML extends StoreImportXML {
diff --git a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/OpenResource.java b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/OpenResource.java
index 1be06153d..15be7f1c4 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/OpenResource.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.eclipse/src/org/eclipse/emf/teneo/jpox/eclipse/OpenResource.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: OpenResource.java,v 1.2 2006/09/13 10:39:54 mtaal Exp $
+ * $Id: OpenResource.java,v 1.3 2007/02/01 12:34:26 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.eclipse;
@@ -25,7 +25,7 @@ import org.eclipse.emf.teneo.jpox.JpoxUtil;
* Performs the open resource action based on the information in the .ehb file
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class OpenResource extends StoreOpenResource {
/** Ensure that the data store is opened */

Back to the top