Changeset 181 for architecture
- Timestamp:
- 10/21/2009 05:32:21 PM (11 years ago)
- Location:
- architecture
- Files:
-
- 11 added
- 2 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
architecture/architectureAddOns/.classpath
r179 r181 5 5 <classpathentry kind="src" path="/architectureMain"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/ION.Meta"/> 7 <classpathentry kind="lib" path="JavaOpenAIR.jar"/>7 <classpathentry exported="true" kind="lib" path="JavaOpenAIR.jar"/> 8 8 <classpathentry kind="output" path="bin"/> 9 9 </classpath> -
architecture/architectureLauncher/.classpath
r176 r181 5 5 <classpathentry combineaccessrules="false" kind="src" path="/architectureMain"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/ION.Meta"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/architectureAddOns"/> 7 8 <classpathentry kind="output" path="bin"/> 8 9 </classpath> -
architecture/architectureLauncher/ArchitectureConfiguration.xml
r176 r181 1 1 <?xml version="1.0" ?> 2 <!DOCTYPE ArchitectureConfiguration SYSTEM "ArchitectureConfiguration.dtd"> 2 3 3 4 <!-- please edit the following file to change the configuration of the architecture, -
architecture/architectureLauncher/CompManagerRulesExample.xml
r176 r181 1 1 <?xml version="1.0" ?> 2 <!DOCTYPE CompetencyManagerRules SYSTEM "CompetencyManagerRules.dtd"> 2 3 3 4 <CompetencyManagerRules> -
architecture/architectureLauncher/CompManagerRulesTest.xml
r176 r181 1 1 <?xml version="1.0" ?> 2 <!DOCTYPE CompetencyManagerRules SYSTEM "CompetencyManagerRules.dtd"> 2 3 3 4 <CompetencyManagerRules> -
architecture/architectureLauncher/CompetencyLibraryTest.xml
r176 r181 1 1 <?xml version="1.0" ?> 2 <!DOCTYPE CompetencyLibrary SYSTEM "CompetencyLibrary.dtd"> 2 3 3 4 <CompetencyLibrary> -
architecture/architectureLauncher/fatima-bin
-
Property
svn:ignore
set to
SpiritOfTheBuilding-Log.txt
-
Property
svn:ignore
set to
-
architecture/architectureMain/src/lirec/level2/competencies/test/TestCompetency3.java
r172 r181 66 66 // in the variable with the name that parameter "RandomInName" defines 67 67 68 // check if we have a parameter called Random OutName68 // check if we have a parameter called RandomInName 69 69 if (!parameters.containsKey("RandomInName")) return false; 70 70
Note: See TracChangeset
for help on using the changeset viewer.