- Revision
- 66
- Author
- mward
- Date
- 2007-05-21 13:26:29 -0500 (Mon, 21 May 2007)
Log Message
updated pom.xml name from Framework to Core. Fixed intellij project files
Modified Paths
Diff
Modified: trunk/core/pom.xml (65 => 66)
--- trunk/core/pom.xml 2007-05-20 18:53:28 UTC (rev 65) +++ trunk/core/pom.xml 2007-05-21 18:26:29 UTC (rev 66) @@ -8,7 +8,7 @@ </parent> <packaging>jar</packaging> <artifactId>waffle</artifactId> - <name>Waffle Framework</name> + <name>Waffle Core</name> <dependencies> <dependency>
Modified: trunk/examples/freemarker-example/freemarker-example.iml (65 => 66)
--- trunk/examples/freemarker-example/freemarker-example.iml 2007-05-20 18:53:28 UTC (rev 65) +++ trunk/examples/freemarker-example/freemarker-example.iml 2007-05-21 18:26:29 UTC (rev 66) @@ -17,7 +17,6 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="module" module-name="framework" exported="" /> <orderEntry type="module-library"> <library> <CLASSES> @@ -55,6 +54,7 @@ <SOURCES /> </library> </orderEntry> + <orderEntry type="module" module-name="core" exported="" /> <orderEntryProperties /> </component> <component name="WebModuleBuildComponent"> @@ -67,27 +67,17 @@ <setting name="RUN_JASPER_VALIDATION" value="true" /> </component> <component name="WebModuleProperties"> - <containerElement type="module" name="framework"> + <containerElement type="module" name="core"> <attribute name="method" value="5" /> - <attribute name="URI" value="/WEB-INF/lib/framework.jar" /> + <attribute name="URI" value="/WEB-INF/lib/core.jar" /> </containerElement> <containerElement type="library" level="module"> - <attribute name="method" value="1" /> - <attribute name="URI" value="/WEB-INF/lib/paranamer-1.0-beta-2.jar" /> - <url>jar://$M2_REPOSITORY$/com/thoughtworks/paranamer/paranamer/1.0-beta-2/paranamer-1.0-beta-2.jar!/</url> - </containerElement> - <containerElement type="library" level="module"> <attribute name="method" value="0" /> <attribute name="URI" value="/WEB-INF/lib/paranamer-1.0-RC-3-SNAPSHOT.jar" /> <url>jar://$M2_REPOSITORY$/com/thoughtworks/paranamer/paranamer/1.0-RC-3-SNAPSHOT/paranamer-1.0-RC-3-SNAPSHOT.jar!/</url> </containerElement> <containerElement type="library" level="module"> <attribute name="method" value="1" /> - <attribute name="URI" value="/WEB-INF/lib/paranamer-1.0-SNAPSHOT.jar" /> - <url>jar://$M2_REPOSITORY$/com/thoughtworks/paranamer/paranamer/1.0-SNAPSHOT/paranamer-1.0-SNAPSHOT.jar!/</url> - </containerElement> - <containerElement type="library" level="module"> - <attribute name="method" value="1" /> <attribute name="URI" value="/WEB-INF/lib/freemarker-2.3.8.jar" /> <url>jar://$M2_REPOSITORY$/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar!/</url> </containerElement> @@ -184,8 +174,8 @@ <attribute name="URI" value="<N/A>" /> </containerElement> <containerElement type="library" name="velocity" level="module"> - <attribute name="method" value="0" /> - <attribute name="URI" value="<N/A>" /> + <attribute name="method" value="1" /> + <attribute name="URI" value="/WEB-INF/lib/velocity-1.4.jar" /> </containerElement> <containerElement type="library" name="velocity-dep" level="module"> <attribute name="method" value="0" />
Modified: trunk/examples/paranamer-example/paranamer-example.iml (65 => 66)
--- trunk/examples/paranamer-example/paranamer-example.iml 2007-05-20 18:53:28 UTC (rev 65) +++ trunk/examples/paranamer-example/paranamer-example.iml 2007-05-21 18:26:29 UTC (rev 66) @@ -17,7 +17,6 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="module" module-name="framework" exported="" /> <orderEntry type="module-library"> <library> <CLASSES> @@ -63,6 +62,7 @@ <SOURCES /> </library> </orderEntry> + <orderEntry type="module" module-name="core" exported="" /> <orderEntryProperties /> </component> <component name="WebModuleBuildComponent"> @@ -75,9 +75,9 @@ <setting name="RUN_JASPER_VALIDATION" value="true" /> </component> <component name="WebModuleProperties"> - <containerElement type="module" name="framework"> + <containerElement type="module" name="core"> <attribute name="method" value="5" /> - <attribute name="URI" value="/WEB-INF/lib/framework.jar" /> + <attribute name="URI" value="/WEB-INF/lib/core.jar" /> </containerElement> <containerElement type="library" level="module"> <attribute name="method" value="1" />
Modified: trunk/examples/simple-example/simple-example.iml (65 => 66)
--- trunk/examples/simple-example/simple-example.iml 2007-05-20 18:53:28 UTC (rev 65) +++ trunk/examples/simple-example/simple-example.iml 2007-05-21 18:26:29 UTC (rev 66) @@ -25,7 +25,6 @@ </library> </orderEntry> <orderEntry type="library" name="Groovy from GroovyJ 0.1.8 (Demetra)" level="application" /> - <orderEntry type="module" module-name="framework" exported="" /> <orderEntry type="module-library"> <library> <CLASSES> @@ -44,6 +43,7 @@ <SOURCES /> </library> </orderEntry> + <orderEntry type="module" module-name="core" exported="" /> <orderEntryProperties /> </component> <component name="WebModuleBuildComponent"> @@ -56,9 +56,9 @@ <setting name="RUN_JASPER_VALIDATION" value="true" /> </component> <component name="WebModuleProperties"> - <containerElement type="module" name="framework"> - <attribute name="method" value="1" /> - <attribute name="URI" value="/WEB-INF/classes" /> + <containerElement type="module" name="core"> + <attribute name="method" value="5" /> + <attribute name="URI" value="/WEB-INF/lib/core.jar" /> </containerElement> <containerElement type="library" level="module"> <attribute name="method" value="0" />
Modified: trunk/pom.xml (65 => 66)
--- trunk/pom.xml 2007-05-20 18:53:28 UTC (rev 65) +++ trunk/pom.xml 2007-05-21 18:26:29 UTC (rev 66) @@ -15,7 +15,7 @@ <modules> <module>skin</module> <module>core</module> - <module>extensions/webcontainer</module> + <!--<module>extensions/webcontainer</module>--> </modules> <dependencyManagement> @@ -340,5 +340,4 @@ </pluginRepository> </pluginRepositories> - </project>
Modified: trunk/waffle.ipr (65 => 66)
--- trunk/waffle.ipr 2007-05-20 18:53:28 UTC (rev 65) +++ trunk/waffle.ipr 2007-05-21 18:26:29 UTC (rev 66) @@ -268,6 +268,7 @@ <modules> <module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" /> <module fileurl="file://$PROJECT_DIR$/examples/freemarker-example/freemarker-example.iml" filepath="$PROJECT_DIR$/examples/freemarker-example/freemarker-example.iml" /> + <module fileurl="file://$PROJECT_DIR$/examples/jruby-example/jruby-example.iml" filepath="$PROJECT_DIR$/examples/jruby-example/jruby-example.iml" /> <module fileurl="file://$PROJECT_DIR$/examples/paranamer-example/paranamer-example.iml" filepath="$PROJECT_DIR$/examples/paranamer-example/paranamer-example.iml" /> <module fileurl="file://$PROJECT_DIR$/root.iml" filepath="$PROJECT_DIR$/root.iml" /> <module fileurl="file://$PROJECT_DIR$/examples/simple-example/simple-example.iml" filepath="$PROJECT_DIR$/examples/simple-example/simple-example.iml" />
To unsubscribe from this list please visit:
