This package shows how to integrate data in the CSC408 course project.

README -- this file

[Program files]
Makefile -- the build script
q7.jar -- parse the Q7 textual file into an XML goal model format
op.xsl -- convert the rule operators of goal model from Q7 and expose
          the implicit softgoals in the rules
q7.xsl -- convert the goal model back into Q7
merge.xsl -- combine the goal model with the user preferences to obtain the
	     configurator input
merge2.xsl -- combine the configurator output with the mapping to obtain the 
	      configuration parameters
config.xsl -- convert configuration parameters into Java properties

[Data files]
goalmodel.q7 -- the Q7 representation as the initial input
goalmodel.xml -- the goal model XML obtained from Q7
goalmodel.q7.q7 -- the Q7 converted from the goal model XMl
goalmodel.op.xml -- the goal model after adjustment to the rules
profile.xml -- the user profile
goalmodel.input.xml -- the input to the goal model configurator
goalmodel.output.xml -- the output from the goal model configurator
mapping.xml -- the boolean mapping from leaf goals to configuring parameters
goalmodel.config.xml -- the configuring parameters
goalmodel.config.properties -- the Java properties as the output
