Author: blabno
Date: 2011-04-15 10:07:29 -0400 (Fri, 15 Apr 2011)
New Revision: 22425
Removed:
sandbox/trunk/ui/watermark/bom/watermark-bom.iml
sandbox/trunk/ui/watermark/demo/watermark-demo.iml
sandbox/trunk/ui/watermark/parent/watermark-parent.iml
sandbox/trunk/ui/watermark/ui/watermark.iml
sandbox/trunk/ui/watermark/watermark-aggregator.iml
sandbox/trunk/ui/watermark/watermark-aggregator.ipr
Modified:
sandbox/trunk/ui/watermark/bom/pom.xml
sandbox/trunk/ui/watermark/demo/pom.xml
sandbox/trunk/ui/watermark/ui/pom.xml
Log:
Removed ide config files from watermark component.
Changed artifact id from watermark to watermark-ui.
Modified: sandbox/trunk/ui/watermark/bom/pom.xml
===================================================================
--- sandbox/trunk/ui/watermark/bom/pom.xml 2011-04-15 13:42:33 UTC (rev 22424)
+++ sandbox/trunk/ui/watermark/bom/pom.xml 2011-04-15 14:07:29 UTC (rev 22425)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
Inc. and individual contributors by the @authors tag. See the
copyright.txt in the distribution for a full listing of
@@ -41,10 +40,10 @@
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>watermark</artifactId>
+ <artifactId>watermark-ui</artifactId>
<version>${project.version}</version>
</dependency>
-
+
</dependencies>
</dependencyManagement>
Deleted: sandbox/trunk/ui/watermark/bom/watermark-bom.iml
===================================================================
--- sandbox/trunk/ui/watermark/bom/watermark-bom.iml 2011-04-15 13:42:33 UTC (rev 22424)
+++ sandbox/trunk/ui/watermark/bom/watermark-bom.iml 2011-04-15 14:07:29 UTC (rev 22425)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module>
-
Modified: sandbox/trunk/ui/watermark/demo/pom.xml
===================================================================
--- sandbox/trunk/ui/watermark/demo/pom.xml 2011-04-15 13:42:33 UTC (rev 22424)
+++ sandbox/trunk/ui/watermark/demo/pom.xml 2011-04-15 14:07:29 UTC (rev 22425)
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui.watermark</groupId>
- <artifactId>watermark</artifactId>
+ <artifactId>watermark-ui</artifactId>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
Deleted: sandbox/trunk/ui/watermark/demo/watermark-demo.iml
===================================================================
--- sandbox/trunk/ui/watermark/demo/watermark-demo.iml 2011-04-15 13:42:33 UTC (rev
22424)
+++ sandbox/trunk/ui/watermark/demo/watermark-demo.iml 2011-04-15 14:07:29 UTC (rev
22425)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/src/main/webapp"
relative="/" />
- </webroots>
- <context-artifact name="watermark-demo:war exploded" />
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/java"
isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources"
isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java"
isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Maven:
org.richfaces.ui:richfaces-components-ui:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" name="Maven:
org.richfaces.ui:richfaces-components-api:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" name="Maven:
org.richfaces.core:richfaces-core-api:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" name="Maven:
com.google.guava:guava:r08" level="project" />
- <orderEntry type="library" name="Maven:
org.richfaces.core:richfaces-core-impl:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" name="Maven:
net.sourceforge.cssparser:cssparser:0.9.5" level="project" />
- <orderEntry type="library" name="Maven: org.w3c.css:sac:1.3"
level="project" />
- <orderEntry type="module" module-name="watermark" />
- <orderEntry type="library" name="Maven:
com.sun.faces:jsf-api:2.0.4-b09" level="project" />
- <orderEntry type="library" scope="RUNTIME" name="Maven:
com.sun.faces:jsf-impl:2.0.4-b09" level="project" />
- <orderEntry type="library" name="Maven: com.sun.el:el-ri:1.0"
level="project" />
- </component>
-</module>
-
Deleted: sandbox/trunk/ui/watermark/parent/watermark-parent.iml
===================================================================
--- sandbox/trunk/ui/watermark/parent/watermark-parent.iml 2011-04-15 13:42:33 UTC (rev
22424)
+++ sandbox/trunk/ui/watermark/parent/watermark-parent.iml 2011-04-15 14:07:29 UTC (rev
22425)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
com.sun.faces:jsf-api:2.0.4-b09" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
com.sun.faces:jsf-impl:2.0.4-b09" level="project" />
- </component>
-</module>
-
Modified: sandbox/trunk/ui/watermark/ui/pom.xml
===================================================================
--- sandbox/trunk/ui/watermark/ui/pom.xml 2011-04-15 13:42:33 UTC (rev 22424)
+++ sandbox/trunk/ui/watermark/ui/pom.xml 2011-04-15 14:07:29 UTC (rev 22425)
@@ -8,7 +8,7 @@
<version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <artifactId>watermark</artifactId>
+ <artifactId>watermark-ui</artifactId>
<name>Richfaces UI Components: watermark ui</name>
<dependencies>
Deleted: sandbox/trunk/ui/watermark/ui/watermark.iml
===================================================================
--- sandbox/trunk/ui/watermark/ui/watermark.iml 2011-04-15 13:42:33 UTC (rev 22424)
+++ sandbox/trunk/ui/watermark/ui/watermark.iml 2011-04-15 14:07:29 UTC (rev 22425)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/main"
isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/java"
isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources"
isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java"
isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/resources"
isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/target/classes" />
- <excludeFolder url="file://$MODULE_DIR$/target/maven-archiver" />
- <excludeFolder url="file://$MODULE_DIR$/target/test-classes" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
org.richfaces.ui.core:richfaces-ui-core-ui:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" scope="PROVIDED" name="Maven:
org.richfaces.core:richfaces-core-api:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" scope="PROVIDED" name="Maven:
com.google.guava:guava:r08" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
org.richfaces.ui.common:richfaces-ui-common-ui:4.1.0-SNAPSHOT"
level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
org.richfaces.ui.common:richfaces-ui-common-api:4.1.0-SNAPSHOT"
level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
org.richfaces.ui.core:richfaces-ui-core-api:4.1.0-SNAPSHOT" level="project"
/>
- <orderEntry type="library" scope="PROVIDED" name="Maven:
org.richfaces.cdk:annotations:4.1.0-SNAPSHOT" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
javax.el:el-api:1.0" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
org.jboss.test-jsf:jsf-test-stage:1.0.6" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
org.jboss.el:jboss-el:1.0_02.CR5" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
javax.servlet:servlet-api:2.5" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
javax.servlet.jsp:jsp-api:2.1" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
javax.annotation:jsr250-api:1.0" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
junit:junit:4.7" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
com.sun.faces:jsf-api:2.0.4-b09" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
com.sun.faces:jsf-impl:2.0.4-b09" level="project" />
- </component>
-</module>
-
Deleted: sandbox/trunk/ui/watermark/watermark-aggregator.iml
===================================================================
--- sandbox/trunk/ui/watermark/watermark-aggregator.iml 2011-04-15 13:42:33 UTC (rev
22424)
+++ sandbox/trunk/ui/watermark/watermark-aggregator.iml 2011-04-15 14:07:29 UTC (rev
22425)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" scope="PROVIDED" name="Maven:
com.sun.faces:jsf-api:2.0.4-b09" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven:
com.sun.faces:jsf-impl:2.0.4-b09" level="project" />
- </component>
-</module>
-
Deleted: sandbox/trunk/ui/watermark/watermark-aggregator.ipr
===================================================================
--- sandbox/trunk/ui/watermark/watermark-aggregator.ipr 2011-04-15 13:42:33 UTC (rev
22424)
+++ sandbox/trunk/ui/watermark/watermark-aggregator.ipr 2011-04-15 14:07:29 UTC (rev
22425)
@@ -1,490 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="AntConfiguration">
- <defaultAnt bundledAnt="true" />
- </component>
- <component name="ArtifactManager">
- <artifact type="war" name="watermark-demo:war">
- <output-path>$PROJECT_DIR$/demo/target</output-path>
- <root id="archive" name="watermark-demo.war">
- <element id="artifact" artifact-name="watermark-demo:war
exploded" />
- </root>
- </artifact>
- <artifact type="exploded-war" name="watermark-demo:war
exploded">
- <output-path>$PROJECT_DIR$/demo/target/watermark-demo</output-path>
- <root id="root">
- <element id="javaee-facet-resources"
facet="watermark-demo/web/Web" />
- <element id="directory" name="WEB-INF">
- <element id="directory" name="classes">
- <element id="module-output" name="watermark-demo"
/>
- </element>
- <element id="directory" name="lib">
- <element id="library" level="project"
name="Maven: org.richfaces.ui:richfaces-components-ui:4.1.0-SNAPSHOT" />
- <element id="library" level="project"
name="Maven: org.richfaces.ui:richfaces-components-api:4.1.0-SNAPSHOT" />
- <element id="library" level="project"
name="Maven: org.richfaces.core:richfaces-core-api:4.1.0-SNAPSHOT" />
- <element id="library" level="project"
name="Maven: com.google.guava:guava:r08" />
- <element id="library" level="project"
name="Maven: org.richfaces.core:richfaces-core-impl:4.1.0-SNAPSHOT" />
- <element id="library" level="project"
name="Maven: net.sourceforge.cssparser:cssparser:0.9.5" />
- <element id="library" level="project"
name="Maven: org.w3c.css:sac:1.3" />
- <element id="archive"
name="watermark-4.1.0-SNAPSHOT.jar">
- <element id="module-output" name="watermark" />
- </element>
- <element id="library" level="project"
name="Maven: com.sun.faces:jsf-api:2.0.4-b09" />
- <element id="library" level="project"
name="Maven: com.sun.faces:jsf-impl:2.0.4-b09" />
- <element id="library" level="project"
name="Maven: com.sun.el:el-ri:1.0" />
- </element>
- </element>
- </root>
- </artifact>
- </component>
- <component name="CompilerConfiguration">
- <option name="DEFAULT_COMPILER" value="Javac" />
- <resourceExtensions>
- <entry name=".+\.(properties|xml|html|dtd|tld)" />
- <entry name=".+\.(gif|png|jpeg|jpg)" />
- </resourceExtensions>
- <wildcardResourcePatterns>
- <entry name="?*.properties" />
- <entry name="?*.xml" />
- <entry name="?*.gif" />
- <entry name="?*.png" />
- <entry name="?*.jpeg" />
- <entry name="?*.jpg" />
- <entry name="?*.html" />
- <entry name="?*.dtd" />
- <entry name="?*.tld" />
- <entry name="?*.ftl" />
- </wildcardResourcePatterns>
- <annotationProcessing enabled="false" useClasspath="true"
/>
- </component>
- <component name="CopyrightManager" default="">
- <module2copyright />
- </component>
- <component name="DependencyValidationManager">
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
- </component>
- <component name="Encoding" useUTFGuessing="true"
native2AsciiForPropertiesFiles="false" />
- <component name="FacetAutodetectingManager">
- <autodetection-disabled>
- <facet-type id="web">
- <modules>
- <module name="watermark-demo" />
- </modules>
- </facet-type>
- </autodetection-disabled>
- </component>
- <component name="JavacSettings">
- <option name="ADDITIONAL_OPTIONS_STRING" value="-target 1.5"
/>
- </component>
- <component name="JavadocGenerationManager">
- <option name="OUTPUT_DIRECTORY" />
- <option name="OPTION_SCOPE" value="protected" />
- <option name="OPTION_HIERARCHY" value="true" />
- <option name="OPTION_NAVIGATOR" value="true" />
- <option name="OPTION_INDEX" value="true" />
- <option name="OPTION_SEPARATE_INDEX" value="true" />
- <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
- <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
- <option name="OPTION_DOCUMENT_TAG_VERSION" value="false"
/>
- <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true"
/>
- <option name="OPTION_DEPRECATED_LIST" value="true" />
- <option name="OTHER_OPTIONS" value="" />
- <option name="HEAP_SIZE" />
- <option name="LOCALE" />
- <option name="OPEN_IN_BROWSER" value="true" />
- </component>
- <component name="JsfProjectComponent">
- <option name="faceletsSupport" value="ENABLED" />
- </component>
- <component name="MavenProjectsManager">
- <option name="originalFiles">
- <list>
- <option value="$PROJECT_DIR$/pom.xml" />
- </list>
- </option>
- </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"
auto-create-binding="false" can-attach-label="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"
auto-create-binding="false" can-attach-label="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"
auto-create-binding="false" can-attach-label="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"
auto-create-binding="false" can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="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" auto-create-binding="true"
can-attach-label="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"
auto-create-binding="true" can-attach-label="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"
auto-create-binding="false" can-attach-label="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"
auto-create-binding="true" can-attach-label="true">
- <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" auto-create-binding="true"
can-attach-label="true">
- <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" auto-create-binding="true"
can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="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"
auto-create-binding="true" can-attach-label="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"
auto-create-binding="true" can-attach-label="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"
auto-create-binding="true" can-attach-label="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"
auto-create-binding="false" can-attach-label="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"
auto-create-binding="true" can-attach-label="true">
- <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"
auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6"
anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JSeparator"
icon="/com/intellij/uiDesigner/icons/separator.png" removable="false"
auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6"
anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JProgressBar"
icon="/com/intellij/uiDesigner/icons/progressbar.png"
removable="false" auto-create-binding="true"
can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6"
anchor="0" fill="1" />
- </item>
- <item class="javax.swing.JToolBar"
icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false"
auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6"
anchor="0" fill="1">
- <preferred-size width="-1" height="20" />
- </default-constraints>
- </item>
- <item class="javax.swing.JToolBar$Separator"
icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png"
removable="false" auto-create-binding="false"
can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="0"
anchor="0" fill="1" />
- </item>
- <item class="javax.swing.JScrollBar"
icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false"
auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="0"
anchor="0" fill="2" />
- </item>
- </group>
- </component>
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/ui/watermark.iml"
filepath="$PROJECT_DIR$/ui/watermark.iml" />
- <module fileurl="file://$PROJECT_DIR$/watermark-aggregator.iml"
filepath="$PROJECT_DIR$/watermark-aggregator.iml" />
- <module fileurl="file://$PROJECT_DIR$/bom/watermark-bom.iml"
filepath="$PROJECT_DIR$/bom/watermark-bom.iml" />
- <module fileurl="file://$PROJECT_DIR$/demo/watermark-demo.iml"
filepath="$PROJECT_DIR$/demo/watermark-demo.iml" />
- <module fileurl="file://$PROJECT_DIR$/parent/watermark-parent.iml"
filepath="$PROJECT_DIR$/parent/watermark-parent.iml" />
- </modules>
- </component>
- <component name="ProjectRootManager" version="2"
languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true"
project-jdk-name="1.6" project-jdk-type="JavaSDK">
- <output url="file://$PROJECT_DIR$/classes" />
- </component>
- <component name="SvnBranchConfigurationManager">
- <option name="mySupportsUserInfoFilter" value="true" />
- </component>
- <component name="VcsDirectoryMappings">
- <mapping directory="" vcs="" />
- </component>
- <component name="libraryTable">
- <library name="Maven: com.sun.faces:jsf-api:2.0.4-b09">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/faces/jsf-api/2.0.4-b09/jsf-api-2.0.4-b09.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/faces/jsf-api/2.0.4-b09/jsf-api-2.0.4-b09-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/faces/jsf-api/2.0.4-b09/jsf-api-2.0.4-b09-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: com.sun.faces:jsf-impl:2.0.4-b09">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/faces/jsf-impl/2.0.4-b09/jsf-impl-2.0.4-b09.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/faces/jsf-impl/2.0.4-b09/jsf-impl-2.0.4-b09-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/faces/jsf-impl/2.0.4-b09/jsf-impl-2.0.4-b09-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.core:richfaces-core-api:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/core/richfaces-core-api/4.1.0-SNAPSHOT/richfaces-core-api-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: com.google.guava:guava:r08">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/r08/guava-r08.jar!/" />
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/r08/guava-r08-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/r08/guava-r08-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.core:richfaces-core-impl:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/core/richfaces-core-impl/4.1.0-SNAPSHOT/richfaces-core-impl-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: net.sourceforge.cssparser:cssparser:0.9.5">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: org.w3c.css:sac:1.3">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/w3c/css/sac/1.3/sac-1.3.jar!/" />
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/w3c/css/sac/1.3/sac-1.3-javadoc.jar!/" />
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/w3c/css/sac/1.3/sac-1.3-sources.jar!/" />
- </SOURCES>
- </library>
- <library name="Maven: com.sun.el:el-ri:1.0">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/el/el-ri/1.0/el-ri-1.0.jar!/" />
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/el/el-ri/1.0/el-ri-1.0-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/com/sun/el/el-ri/1.0/el-ri-1.0-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: org.richfaces.cdk:annotations:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/cdk/annotations/4.1.0-SNAPSHOT/annotations-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/cdk/annotations/4.1.0-SNAPSHOT/annotations-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/cdk/annotations/4.1.0-SNAPSHOT/annotations-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: javax.servlet:servlet-api:2.5">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/servlet/servlet-api/2.5/servlet-api-2.5-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/servlet/servlet-api/2.5/servlet-api-2.5-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: javax.servlet.jsp:jsp-api:2.1">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: javax.el:el-api:1.0">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/el/el-api/1.0/el-api-1.0.jar!/" />
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/el/el-api/1.0/el-api-1.0-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/el/el-api/1.0/el-api-1.0-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: org.jboss.test-jsf:jsf-test-stage:1.0.6">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/jboss/test-jsf/jsf-test-stage/1.0.6/jsf-test-stage-1.0.6.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/jboss/test-jsf/jsf-test-stage/1.0.6/jsf-test-stage-1.0.6-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/jboss/test-jsf/jsf-test-stage/1.0.6/jsf-test-stage-1.0.6-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: org.jboss.el:jboss-el:1.0_02.CR5">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/jboss/el/jboss-el/1.0_02.CR5/jboss-el-1.0_02.CR5.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/jboss/el/jboss-el/1.0_02.CR5/jboss-el-1.0_02.CR5-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/jboss/el/jboss-el/1.0_02.CR5/jboss-el-1.0_02.CR5-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: javax.annotation:jsr250-api:1.0">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven: junit:junit:4.7">
- <CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.7/junit-4.7.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/junit/junit/4.7/junit-4.7-javadoc.jar!/" />
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/junit/junit/4.7/junit-4.7-sources.jar!/" />
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.ui:richfaces-components-ui:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/richfaces-components-ui/4.1.0-SNAPSHOT/richfaces-components-ui-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.ui:richfaces-components-api:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/richfaces-components-api/4.1.0-SNAPSHOT/richfaces-components-api-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.ui.core:richfaces-ui-core-ui:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/core/richfaces-ui-core-ui/4.1.0-SNAPSHOT/richfaces-ui-core-ui-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/core/richfaces-ui-core-ui/4.1.0-SNAPSHOT/richfaces-ui-core-ui-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/core/richfaces-ui-core-ui/4.1.0-SNAPSHOT/richfaces-ui-core-ui-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.ui.common:richfaces-ui-common-ui:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/common/richfaces-ui-common-ui/4.1.0-SNAPSHOT/richfaces-ui-common-ui-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/common/richfaces-ui-common-ui/4.1.0-SNAPSHOT/richfaces-ui-common-ui-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/common/richfaces-ui-common-ui/4.1.0-SNAPSHOT/richfaces-ui-common-ui-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.ui.common:richfaces-ui-common-api:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/common/richfaces-ui-common-api/4.1.0-SNAPSHOT/richfaces-ui-common-api-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/common/richfaces-ui-common-api/4.1.0-SNAPSHOT/richfaces-ui-common-api-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/common/richfaces-ui-common-api/4.1.0-SNAPSHOT/richfaces-ui-common-api-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- <library name="Maven:
org.richfaces.ui.core:richfaces-ui-core-api:4.1.0-SNAPSHOT">
- <CLASSES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/core/richfaces-ui-core-api/4.1.0-SNAPSHOT/richfaces-ui-core-api-4.1.0-SNAPSHOT.jar!/"
/>
- </CLASSES>
- <JAVADOC>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/core/richfaces-ui-core-api/4.1.0-SNAPSHOT/richfaces-ui-core-api-4.1.0-SNAPSHOT-javadoc.jar!/"
/>
- </JAVADOC>
- <SOURCES>
- <root
url="jar://$MAVEN_REPOSITORY$/org/richfaces/ui/core/richfaces-ui-core-api/4.1.0-SNAPSHOT/richfaces-ui-core-api-4.1.0-SNAPSHOT-sources.jar!/"
/>
- </SOURCES>
- </library>
- </component>
-</project>
-
Show replies by date