Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-04-11 22:49:23 +0000
committerpfullbright2011-04-11 22:49:23 +0000
commit771f7c6a93a04e4e2f6c05ec5cf0f8c86735e3fd (patch)
tree834593051497d79a41f7e9b4650f3bf29fcbcd4e /jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties
parent8466793321e0d433426c5ac35921f210c4858b7a (diff)
downloadwebtools.dali-771f7c6a93a04e4e2f6c05ec5cf0f8c86735e3fd.tar.gz
webtools.dali-771f7c6a93a04e4e2f6c05ec5cf0f8c86735e3fd.tar.xz
webtools.dali-771f7c6a93a04e4e2f6c05ec5cf0f8c86735e3fd.zip
added general support for eclipselink jaxb validation/ specific support for jaxb.properties validation
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties
index f0dca02368..b7fe1216e1 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/build.properties
@@ -7,7 +7,8 @@
# Contributors:
# Oracle - initial API and implementation
################################################################################
-source.. = src/
+source.. = src/,\
+ property_files/
output.. = bin/
bin.includes = .,\
META-INF/,\

Back to the top