aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d907a3501..5b308014e 100644
--- a/build.xml
+++ b/build.xml
@@ -920,6 +920,8 @@ list of possible build targets.
<target name="xsltToJava" >
<style in="src\codegen\constants.xml" style="src\codegen\constants.xsl"
out="Constants.java"/>
+ <style in="src/codegen/foelements.xml" style="src/codegen/property-sets.xsl"
+ out="PropertySets.java"/>
</target>
<!-- =================================================================== -->