Author: jhoech
Date: 2010-04-16 03:16:57-0700
New Revision: 10980
Modified:
branches/release/0.22/extensions/bugzilla/README.txt
branches/release/0.22/scarab_properties.xml
branches/release/0.22/src/conf/conf/build.xml
branches/release/0.22/www/book/install-en.xml
branches/release/0.22/xdocs/faq.fml
branches/release/0.22/xdocs/howto/ant-build-howto.xml
branches/release/0.22/xdocs/howto/build-howto.xml
branches/release/0.22/xdocs/howto/maven-build-howto.xml
Log:
CHG - Replaced all namings for "seed"-data to "sample"-data.
Modified: branches/release/0.22/extensions/bugzilla/README.txt
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/extensions/bugzilla/README.txt?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/extensions/bugzilla/README.txt (original)
+++ branches/release/0.22/extensions/bugzilla/README.txt 2010-04-16 03:16:57-0700
@@ -270,6 +270,6 @@
cd ../extensions/backup
[use backup script to purge database]
cd ../../build
- ant create-db -Dskip.seed.data=1
+ ant create-db -Dskip.sample.data=1
cd ../tomcat/bin
./startup.sh
Modified: branches/release/0.22/scarab_properties.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/scarab_properties.xml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/scarab_properties.xml (original)
+++ branches/release/0.22/scarab_properties.xml 2010-04-16 03:16:57-0700
@@ -386,7 +386,7 @@
<comment>
Username of the initial (only?) Scarab administrator. Maybe this,
along with the other administrator user properties, should be build
- properties which modify the seed data. Otherwise use hard-coded
+ properties which modify the sample data. Otherwise use hard-coded
values.
</comment>
<type>Runtime</type>
Modified: branches/release/0.22/src/conf/conf/build.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/conf/conf/build.xml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/src/conf/conf/build.xml (original)
+++ branches/release/0.22/src/conf/conf/build.xml 2010-04-16 03:16:57-0700
@@ -20,7 +20,7 @@
<property file="custom.properties" />
<property file="defaultCustom.properties" />
- <property name="skip.seed.data" value="false"/>
+ <property name="skip.sample.data" value="false"/>
<property name="skip.default.data" value="false"/>
<property name="skip.jira.templates.data" value="false"/>
@@ -39,7 +39,7 @@
scarab.database.url = ${scarab.database.url}
scarab.database.jdbc.driver = ${scarab.database.jdbc.driver}
skip.jira.templates.data = ${skip.jira.templates.data}
- skip.seed.data = ${skip.seed.data}
+ skip.sample.data = ${skip.sample.data}
skip.default.data = ${skip.default.data}
</echo>
</target>
@@ -78,7 +78,7 @@
<property name="optional.scarab-jira-templates-data.sql" value=""/>
<condition property="optional.scarab-sample-data.sql" value="scarab-sample-data.sql">
- <not><istrue value="${skip.seed.data}"/></not>
+ <not><istrue value="${skip.sample.data}"/></not>
</condition>
<property name="optional.scarab-sample-data.sql" value=""/>
Modified: branches/release/0.22/www/book/install-en.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/www/book/install-en.xml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/www/book/install-en.xml (original)
+++ branches/release/0.22/www/book/install-en.xml 2010-04-16 03:16:57-0700
@@ -447,7 +447,7 @@
</warning>
<sect3>
<title>Default database</title>
- <simpara>Run the following command to build Scarab's deafult database including all default and seed data:</simpara>
+ <simpara>Run the following command to build Scarab's deafult database including all default and sample data:</simpara>
<informalexample>
<programlisting>
ant create-db
@@ -468,21 +468,21 @@
</programlisting>
</informalexample>
<note>
- <simpara>This option is independent of 'skip.seed.data' or 'skip.default.data' (see next chapter), so they can be specified together.</simpara>
+ <simpara>This option is independent of 'skip.sample.data' or 'skip.default.data' (see next chapter), so they can be specified together.</simpara>
</note>
</sect3>
<sect3>
- <title>Seed data</title>
+ <title>Sample data</title>
<simpara>
- By default, some seed data are put into Scarab's database. There are
+ By default, some sample data are put into Scarab's database. There are
some modules and already entered issues. To avoid this,
- you can pass the option "-Dskip.seed.data=true" to ant. To skip all
+ you can pass the option "-Dskip.sample.data=true" to ant. To skip all
default global data, too, as there are some attributes, issue-types and so on,
you can additionally pass the option "-Dskip.default.data=true" to ant:
</simpara>
<informalexample>
<programlisting>
- ant create-db -Dskip.seed.data=true -Dskip.default.data=true
+ ant create-db -Dskip.sample.data=true -Dskip.default.data=true
</programlisting>
</informalexample>
<note>
Modified: branches/release/0.22/xdocs/faq.fml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/faq.fml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/xdocs/faq.fml (original)
+++ branches/release/0.22/xdocs/faq.fml 2010-04-16 03:16:57-0700
@@ -9,7 +9,7 @@
How can I not load the Sample Data?
</b></question>
<answer>
-Remind the additional build properties, such as <code>skip.seed.data</code> for example.
+Remind the additional build properties, such as <code>skip.sample.data</code> for example.
</answer>
</faq>
<faq id="1">
Modified: branches/release/0.22/xdocs/howto/ant-build-howto.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/howto/ant-build-howto.xml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/xdocs/howto/ant-build-howto.xml (original)
+++ branches/release/0.22/xdocs/howto/ant-build-howto.xml 2010-04-16 03:16:57-0700
@@ -111,7 +111,7 @@
</td>
</tr>
<tr>
- <td>skip.seed.data</td>
+ <td>skip.sample.data</td>
<td>Yes</td>
<td>
True = Users, modules and issues for default database should be skipped.
Modified: branches/release/0.22/xdocs/howto/build-howto.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/howto/build-howto.xml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/xdocs/howto/build-howto.xml (original)
+++ branches/release/0.22/xdocs/howto/build-howto.xml 2010-04-16 03:16:57-0700
@@ -710,12 +710,12 @@
NOTE: If you would like to only load the required database data and not
the sample/default data, you can do so by passing the property
</p>
- <source>ant create-db -Dskip.seed.data=true -Dskip.default.data=true -Dskip.jira.templates.data=true</source>
+ <source>ant create-db -Dskip.sample.data=true -Dskip.default.data=true -Dskip.jira.templates.data=true</source>
<p>
to your JVM upon startup of the build processs or by adding the
same property to your <i>build.properties</i>:
</p>
- <code>skip.seed.data=true
+ <code>skip.sample.data=true
...
</code>
<p>
Modified: branches/release/0.22/xdocs/howto/maven-build-howto.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/howto/maven-build-howto.xml?view=diff&pathrev=10980&r1=10979&r2=10980
==============================================================================
--- branches/release/0.22/xdocs/howto/maven-build-howto.xml (original)
+++ branches/release/0.22/xdocs/howto/maven-build-howto.xml 2010-04-16 03:16:57-0700
@@ -69,9 +69,9 @@
</p>
<p>
- If you want to create the database without seed data (example
+ If you want to create the database without sample data (example
data for test purposes) you can call maven as follows:
- <source>maven -Dskip.seed.data=true scarab:create-db</source>
+ <source>maven -Dskip.sample.data=true scarab:create-db</source>
</p>
</subsection>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2585001
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.