aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2013-11-22 22:00:12 +0000
committerDominik Stadler <centic@apache.org>2013-11-22 22:00:12 +0000
commita76a0bb4802f6480fe76183071fa9bc9863736ee (patch)
treec22e0cccfcf4cb6765934f327a7c2306245bd006 /.classpath
parentc36b01a601ccd54c94b854bb99d6b67a54d7cd4e (diff)
downloadpoi-a76a0bb4802f6480fe76183071fa9bc9863736ee.tar.gz
poi-a76a0bb4802f6480fe76183071fa9bc9863736ee.zip
Set source of generated ooxml classes
Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 439f571fe4..facc548d70 100644
--- a/.classpath
+++ b/.classpath
@@ -23,7 +23,7 @@
<classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
- <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar"/>
+ <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>