You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by st...@apache.org on 2004/09/09 17:46:05 UTC

cvs commit: jakarta-slide/proposals/jcrri/intellij ri.iml ri.ipr

stefan      2004/09/09 08:46:05

  Modified:    proposals/jcrri/intellij ri.iml ri.ipr
  Log:
  jcrri: misc.
  
  Revision  Changes    Path
  1.3       +8 -45     jakarta-slide/proposals/jcrri/intellij/ri.iml
  
  Index: ri.iml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/intellij/ri.iml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ri.iml	26 Jul 2004 17:12:48 -0000	1.2
  +++ ri.iml	9 Sep 2004 15:46:05 -0000	1.3
  @@ -1,28 +1,16 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<module version="4" relativePaths="true">
  +<module version="4" relativePaths="true" type="JAVA_MODULE">
     <component name="ModuleRootManager" />
     <component name="NewModuleRootManager">
       <output url="file://$MODULE_DIR$/../build/classes" />
       <exclude-output />
       <output-test url="file://$MODULE_DIR$/../build" />
  -    <content url="file://$MODULE_DIR$/../../api/src">
  -      <sourceFolder url="file://$MODULE_DIR$/../../api/src" isTestSource="false" />
  -    </content>
       <content url="file://$MODULE_DIR$/../src">
         <sourceFolder url="file://$MODULE_DIR$/../src" isTestSource="false" />
       </content>
       <orderEntry type="inheritedJdk" />
       <orderEntry type="sourceFolder" forTests="false" />
  -    <orderEntry type="module-library">
  -      <library>
  -        <CLASSES>
  -          <root url="jar://$MODULE_DIR$/../lib/common/jcr.jar!/" />
  -        </CLASSES>
  -        <JAVADOC />
  -        <SOURCES />
  -      </library>
  -    </orderEntry>
  -    <orderEntry type="module-library">
  +    <orderEntry type="module-library" exported="">
         <library>
           <CLASSES>
             <root url="jar://$MODULE_DIR$/../lib/common/log4j.jar!/" />
  @@ -31,7 +19,7 @@
           <SOURCES />
         </library>
       </orderEntry>
  -    <orderEntry type="module-library">
  +    <orderEntry type="module-library" exported="">
         <library>
           <CLASSES>
             <root url="jar://$MODULE_DIR$/../lib/common/commons-collections.jar!/" />
  @@ -40,7 +28,7 @@
           <SOURCES />
         </library>
       </orderEntry>
  -    <orderEntry type="module-library">
  +    <orderEntry type="module-library" exported="">
         <library>
           <CLASSES>
             <root url="jar://$MODULE_DIR$/../lib/common/jdom.jar!/" />
  @@ -49,25 +37,7 @@
           <SOURCES />
         </library>
       </orderEntry>
  -    <orderEntry type="module-library">
  -      <library>
  -        <CLASSES>
  -          <root url="jar://$MODULE_DIR$/../lib/dav/commons-httpclient.jar!/" />
  -        </CLASSES>
  -        <JAVADOC />
  -        <SOURCES />
  -      </library>
  -    </orderEntry>
  -    <orderEntry type="module-library">
  -      <library>
  -        <CLASSES>
  -          <root url="jar://$MODULE_DIR$/../lib/dav/webdav.jar!/" />
  -        </CLASSES>
  -        <JAVADOC />
  -        <SOURCES />
  -      </library>
  -    </orderEntry>
  -    <orderEntry type="module-library">
  +    <orderEntry type="module-library" exported="">
         <library>
           <CLASSES>
             <root url="jar://$MODULE_DIR$/../lib/cqfs/cqfs.jar!/" />
  @@ -76,16 +46,7 @@
           <SOURCES />
         </library>
       </orderEntry>
  -    <orderEntry type="module-library">
  -      <library>
  -        <CLASSES>
  -          <root url="jar://$MODULE_DIR$/../lib/common/geronimo-spec-jta-1.0-M1.jar!/" />
  -        </CLASSES>
  -        <JAVADOC />
  -        <SOURCES />
  -      </library>
  -    </orderEntry>
  -    <orderEntry type="module-library">
  +    <orderEntry type="module-library" exported="">
         <library>
           <CLASSES>
             <root url="jar://$MODULE_DIR$/../lib/common/xercesImpl.jar!/" />
  @@ -94,6 +55,8 @@
           <SOURCES />
         </library>
       </orderEntry>
  +    <orderEntry type="module" module-name="api" exported="" />
  +    <orderEntryProperties />
     </component>
   </module>
   
  
  
  
  1.2       +134 -6    jakarta-slide/proposals/jcrri/intellij/ri.ipr
  
  Index: ri.ipr
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/intellij/ri.ipr,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ri.ipr	28 May 2004 18:23:45 -0000	1.1
  +++ ri.ipr	9 Sep 2004 15:46:05 -0000	1.2
  @@ -1,13 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <project version="4" relativePaths="true">
     <component name="AntConfiguration">
  +    <defaultAnt bundledAnt="true" />
       <buildFile url="file://$PROJECT_DIR$/../build.xml">
  -      <useEmacsModeOutput value="true" />
  +      <additionalClassPath />
  +      <antReference projectDefault="true" />
  +      <customJdkName value="" />
         <maximumHeapSize value="128" />
  -      <useCustomJdk value="false" />
  -      <useJavaw value="false" />
  -      <includeProjectClasspath value="false" />
  -      <includeParser value="true" />
  +      <properties />
  +    </buildFile>
  +    <buildFile url="file://$PROJECT_DIR$/../../api/build.xml">
  +      <additionalClassPath />
  +      <antReference projectDefault="true" />
  +      <customJdkName value="" />
  +      <maximumHeapSize value="128" />
  +      <properties />
       </buildFile>
     </component>
     <component name="CodeStyleManager">
  @@ -21,11 +28,21 @@
     <component name="CompilerConfiguration">
       <option name="DEFAULT_COMPILER" value="Javac" />
       <option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
  +    <option name="DEPLOY_AFTER_MAKE" value="0" />
       <resourceExtensions>
         <entry name=".+\.(properties|gif|png|jpeg|xml)" />
       </resourceExtensions>
  +    <wildcardResourcePatterns>
  +      <entry name="?*.properties" />
  +      <entry name="?*.gif" />
  +      <entry name="?*.png" />
  +      <entry name="?*.jpeg" />
  +      <entry name="?*.xml" />
  +    </wildcardResourcePatterns>
     </component>
     <component name="DataSourceManager" />
  +  <component name="DataSourceManagerImpl" />
  +  <component name="DependencyValidationManager" />
     <component name="EjbActionsConfiguration">
       <option name="NEW_MESSAGE_BEAN_LAST_PACKAGE" value="" />
       <option name="NEW_ENTITY_BEAN_LAST_PACKAGE" value="" />
  @@ -76,13 +93,124 @@
       <option name="IS_EMACS_ERRORS_MODE" value="true" />
       <option name="ADDITIONAL_OPTIONS_STRING" value="" />
     </component>
  +  <component name="Palette2">
  +    <group name="Swing">
  +      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false">
  +        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
  +      </item>
  +      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
  +      </item>
  +      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false">
  +        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
  +      </item>
  +      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false">
  +        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
  +      </item>
  +      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
  +        <initial-values>
  +          <property name="text" value="Button" />
  +        </initial-values>
  +      </item>
  +      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
  +        <initial-values>
  +          <property name="text" value="RadioButton" />
  +        </initial-values>
  +      </item>
  +      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
  +        <initial-values>
  +          <property name="text" value="CheckBox" />
  +        </initial-values>
  +      </item>
  +      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
  +        <initial-values>
  +          <property name="text" value="Label" />
  +        </initial-values>
  +      </item>
  +      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
  +          <preferred-size width="150" height="-1" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
  +          <preferred-size width="150" height="-1" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
  +          <preferred-size width="150" height="-1" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
  +          <preferred-size width="150" height="50" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
  +          <preferred-size width="150" height="50" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
  +          <preferred-size width="150" height="50" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
  +      </item>
  +      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
  +          <preferred-size width="150" height="50" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
  +          <preferred-size width="150" height="50" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false">
  +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
  +          <preferred-size width="150" height="50" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false">
  +        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
  +          <preferred-size width="200" height="200" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false">
  +        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
  +          <preferred-size width="200" height="200" />
  +        </default-constraints>
  +      </item>
  +      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
  +      </item>
  +      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false">
  +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
  +      </item>
  +    </group>
  +  </component>
     <component name="ProjectModuleManager">
       <modules>
         <module fileurl="file://$PROJECT_DIR$/../../api/intellij/api.iml" filepath="$PROJECT_DIR$/../../api/intellij/api.iml" />
         <module fileurl="file://$PROJECT_DIR$/ri.iml" filepath="$PROJECT_DIR$/ri.iml" />
       </modules>
     </component>
  -  <component name="ProjectRootManager" version="2" assert-keyword="false" project-jdk-name="java version &quot;1.4.2&quot;" />
  +  <component name="ProjectRootManager" version="2" assert-keyword="false" jdk-15="false" project-jdk-name="java version &quot;1.4.2&quot;" />
  +  <component name="RmicSettings">
  +    <option name="IS_EANABLED" value="false" />
  +    <option name="DEBUGGING_INFO" value="true" />
  +    <option name="GENERATE_NO_WARNINGS" value="false" />
  +    <option name="GENERATE_IIOP_STUBS" value="false" />
  +    <option name="ADDITIONAL_OPTIONS_STRING" value="" />
  +  </component>
     <component name="WebManager">
       <option enabled="false" />
     </component>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org