Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2012-08-31 20:24:31 +0000
committerBrian Vosburgh2012-08-31 20:39:01 +0000
commit0c7101e49f3ac7d05e8538056a18ffa45e3de1bb (patch)
tree8b1b6c3b20b43b7a02e2fab25c9db87060adf0e6
parent57c2434d3e3a9e69cdbf68e5888171f5aea7fbeb (diff)
downloadwebtools.dali-0c7101e49f3ac7d05e8538056a18ffa45e3de1bb.tar.gz
webtools.dali-0c7101e49f3ac7d05e8538056a18ffa45e3de1bb.tar.xz
webtools.dali-0c7101e49f3ac7d05e8538056a18ffa45e3de1bb.zip
[387484] NPE creating JPA project with build - fix by adding new
plugin.xml to build.properties/bin.includes
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.db/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.db/build.properties b/jpa/plugins/org.eclipse.jpt.jpa.db/build.properties
index f6a257843e..a77a112c08 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.db/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.jpa.db/build.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2006, 2011 Oracle. All rights reserved.
+# Copyright (c) 2006, 2012 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.
@@ -12,5 +12,6 @@ output.. = bin/
bin.includes = .,\
META-INF/,\
about.html,\
+ plugin.xml,\
plugin.properties
jars.compile.order = .

Back to the top