You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2007/05/07 00:26:13 UTC

svn commit: r535665 - in /tapestry/tapestry4/trunk: ./ tapestry-annotations/ tapestry-archetype/ tapestry-contrib/ tapestry-examples/TimeTracker/ tapestry-examples/Workbench/ tapestry-framework/ tapestry-portlet/

Author: jkuhnert
Date: Sun May  6 15:26:09 2007
New Revision: 535665

URL: http://svn.apache.org/viewvc?view=rev&rev=535665
Log:
Cleaned up old idea files. . Will possibly remove but wanted to sync this up first.

Removed:
    tapestry/tapestry4/trunk/tapestry-annotations/tapestry-annotations.iml
    tapestry/tapestry4/trunk/tapestry-contrib/tapestry-contrib.iml
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/TimeTracker.iml
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/Workbench.iml
    tapestry/tapestry4/trunk/tapestry-framework/tapestry-framework.iml
    tapestry/tapestry4/trunk/tapestry-portlet/tapestry-portlet.iml
    tapestry/tapestry4/trunk/tapestry.iml
    tapestry/tapestry4/trunk/tapestry.ipr
    tapestry/tapestry4/trunk/tapestry.iws
Modified:
    tapestry/tapestry4/trunk/tapestry-archetype/tapestry-archetype.iml

Modified: tapestry/tapestry4/trunk/tapestry-archetype/tapestry-archetype.iml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-archetype/tapestry-archetype.iml?view=diff&rev=535665&r1=535664&r2=535665
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-archetype/tapestry-archetype.iml (original)
+++ tapestry/tapestry4/trunk/tapestry-archetype/tapestry-archetype.iml Sun May  6 15:26:09 2007
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
  -->
-<module relativePaths="true" type="JAVA_MODULE" version="4">
+<module relativePaths="false" type="JAVA_MODULE" version="4">
   <!-- If it's a war project:
   <component name="WebModuleProperties">
     <containerElement type="module" name="${dep.artifactId}">
@@ -34,20 +34,16 @@
   </component>
   -->
   <component name="ModuleRootManager" />
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <exclude-output />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">
-      <sourceFolder url="file://$MODULE_DIR$/src/main/resources/archetype-resources/src/main/java" isTestSource="false" />
-      <sourceFolder url="file://$MODULE_DIR$/src/main/resources/archetype-resources/src/test/java" isTestSource="true" />
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
       <excludeFolder url="file://$MODULE_DIR$/target" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="tapestry-annotations" />
-    <orderEntry type="module" module-name="tapestry-contrib" />
-    <orderEntry type="module" module-name="tapestry-framework" />
     <orderEntryProperties />
   </component>
 </module>