Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
de-incubate, prep for 1.0.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/shindig/branches/1.0.x@939899 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lindner committed May 1, 2010
1 parent 89ef018 commit 9266d4b
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 99 deletions.
2 changes: 1 addition & 1 deletion BUILD-JAVA
Expand Up @@ -93,5 +93,5 @@ Where






For more information, see http://incubator.apache.org/projects/shindig.html For more information, see http://shindig.apache.org/


2 changes: 1 addition & 1 deletion COMMITTERS
Expand Up @@ -4,7 +4,7 @@ for that, you'd need to look over the log messages to see all the
patch contributors. patch contributors.


If you have a question or comment, it's probably best to mail If you have a question or comment, it's probably best to mail
shindig-dev@incubator.apache.org, rather than mailing any of these dev@shindig.apache.org, rather than mailing any of these
people directly. people directly.


Blanket commit access: Blanket commit access:
Expand Down
10 changes: 5 additions & 5 deletions README
Expand Up @@ -9,7 +9,7 @@
Documentation Documentation
------------- -------------


The most up-to-date documentation can be found at http://incubator.apache.org/shindig/. The most up-to-date documentation can be found at http://shindigapache.org/


Read BUILD-JAVA for instructions on how to build and run the Java server. Read BUILD-JAVA for instructions on how to build and run the Java server.


Expand All @@ -30,10 +30,10 @@
Shindig URLS Shindig URLS
------------ ------------


Home Page: http://incubator.apache.org/shindig/ Home Page: http://shindig.apache.org/
Downloads: http://incubator.apache.org/shindig/download/index.html Downloads: http://shindig.apache.org/download/index.html
Mailing Lists: http://incubator.apache.org/shindig/mail-lists.html Mailing Lists: http://shindig.apache.org/mail-lists.html
Source Code: http://svn.apache.org/repos/asf/incubator/shindig/ Source Code: http://svn.apache.org/repos/asf/shindig/
Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG
Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/ Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/


Expand Down
8 changes: 4 additions & 4 deletions assembly/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../java/pom.xml</relativePath> <relativePath>../java/pom.xml</relativePath>
</parent> </parent>


Expand All @@ -33,9 +33,9 @@
<description>Assembles the PHP code base into a deployment package.</description> <description>Assembles the PHP code base into a deployment package.</description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/assembly</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/assembly</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/assembly</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/assembly</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/assembly</url>
</scm> </scm>


<build> <build>
Expand Down
16 changes: 8 additions & 8 deletions etc/cruisecontrol/config.xml
Expand Up @@ -46,14 +46,14 @@


<publishers> <publishers>
<onsuccess> <onsuccess>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/gadgets/target/shindig-gadgets-1.0.0-incubating-SNAPSHOT-sources.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/gadgets/target/shindig-gadgets-1.0.0-SNAPSHOT-sources.jar"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/gadgets/target/shindig-gadgets-1.0.0-incubating-SNAPSHOT.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/gadgets/target/shindig-gadgets-1.0.0-SNAPSHOT.jar"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/server/target/shindig-server-1.0.0-incubating-SNAPSHOT-sources.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/server/target/shindig-server-1.0.0-SNAPSHOT-sources.jar"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/server/target/shindig-server-1.0.0-incubating-SNAPSHOT.war"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/server/target/shindig-server-1.0.0-SNAPSHOT.war"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/common/target/shindig-common-1.0.0-incubating-SNAPSHOT-sources.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/common/target/shindig-common-1.0.0-SNAPSHOT-sources.jar"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/common/target/shindig-common-1.0.0-incubating-SNAPSHOT.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/common/target/shindig-common-1.0.0-SNAPSHOT.jar"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/social-api/target/shindig-social-api-1.0.0-incubating-SNAPSHOT-sources.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/social-api/target/shindig-social-api-1.0.0-SNAPSHOT-sources.jar"/>
<artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/social-api/target/shindig-social-api-1.0.0-incubating-SNAPSHOT.jar"/> <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/social-api/target/shindig-social-api-1.0.0-SNAPSHOT.jar"/>
</onsuccess> </onsuccess>
</publishers> </publishers>


Expand Down
2 changes: 1 addition & 1 deletion etc/to-committers.xsl
Expand Up @@ -36,7 +36,7 @@ for that, you'd need to look over the log messages to see all the
patch contributors. patch contributors.


If you have a question or comment, it's probably best to mail If you have a question or comment, it's probably best to mail
shindig-dev@incubator.apache.org, rather than mailing any of these dev@shindig.apache.org, rather than mailing any of these
people directly. people directly.


Blanket commit access:&#xa;</xsl:text> Blanket commit access:&#xa;</xsl:text>
Expand Down
10 changes: 5 additions & 5 deletions features/README
Expand Up @@ -11,7 +11,7 @@
Documentation Documentation
------------- -------------


The most up-to-date documentation can be found at http://incubator.apache.org/shindig/ The most up-to-date documentation can be found at http://shindig.apache.org/


Using features Using features
-------------- --------------
Expand Down Expand Up @@ -66,9 +66,9 @@
Shindig URLS Shindig URLS
------------ ------------


Home Page: http://incubator.apache.org/shindig/ Home Page: http://shindig.apache.org/
Downloads: http://incubator.apache.org/shindig/download/index.html Downloads: http://shindig.apache.org/download/index.html
Mailing Lists: http://incubator.apache.org/shindig/mail-lists.html Mailing Lists: http://shindig.apache.org/mail-lists.html
Source Code: http://svn.apache.org/repos/asf/incubator/shindig/ Source Code: http://svn.apache.org/repos/asf/shindig/
Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG
Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/ Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/
8 changes: 4 additions & 4 deletions features/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../java/pom.xml</relativePath> <relativePath>../java/pom.xml</relativePath>
</parent> </parent>


Expand All @@ -35,9 +35,9 @@
</description> </description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/features</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/features</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/features</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/features</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/features</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/features</url>
</scm> </scm>


<build> <build>
Expand Down
12 changes: 6 additions & 6 deletions java/README
Expand Up @@ -12,8 +12,8 @@
Documentation Documentation
------------- -------------


The most up-to-date documentation can be found at http://incubator.apache.org/shindig/ The most up-to-date documentation can be found at http://shindig.apache.org/
and at http://incubator.apache.org/shindig/developers/java/index.html for specific and at http://shindig.apache.org/developers/java/index.html for specific
Java documentation. Java documentation.


Release Notes Release Notes
Expand Down Expand Up @@ -61,10 +61,10 @@
Shindig URLS Shindig URLS
------------ ------------


Home Page: http://incubator.apache.org/shindig/ Home Page: http://shindig.apache.org/
Downloads: http://incubator.apache.org/shindig/download/index.html Downloads: http://shindig.apache.org/download/index.html
Mailing Lists: http://incubator.apache.org/shindig/mail-lists.html Mailing Lists: http://shindig.apache.org/mail-lists.html
Source Code: http://svn.apache.org/repos/asf/incubator/shindig/ Source Code: http://svn.apache.org/repos/asf/shindig/
Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG
Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/ Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/


Expand Down
8 changes: 4 additions & 4 deletions java/common/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -33,9 +33,9 @@
<description>Common java code for Shindig</description> <description>Common java code for Shindig</description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/common</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/common</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/common</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/common</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/common</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/java/common</url>
</scm> </scm>


<build> <build>
Expand Down
2 changes: 1 addition & 1 deletion java/gadgets/README
Expand Up @@ -9,4 +9,4 @@ http://localhost:<port>/gadgets/ifr?url=<gadget-url>
Example: http://localhost:<port>/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml Example: http://localhost:<port>/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml




For more information, see http://incubator.apache.org/projects/shindig.html For more information, see http://shindig.apache.org/
8 changes: 4 additions & 4 deletions java/gadgets/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -34,9 +34,9 @@
all javascript required by the OpenSocial specification.</description> all javascript required by the OpenSocial specification.</description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/gadgets</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/gadgets</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/gadgets</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/gadgets</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/java/gadgets</url>
</scm> </scm>


<build> <build>
Expand Down
8 changes: 4 additions & 4 deletions java/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId> <artifactId>shindig-project</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>


<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
Expand All @@ -40,9 +40,9 @@
</modules> </modules>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/java</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/java</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/java</url>
</scm> </scm>


<properties> <properties>
Expand Down
8 changes: 4 additions & 4 deletions java/samples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -33,9 +33,9 @@
<description>Provides Sample implementations of the SPI and API's inside the core of Shindig.</description> <description>Provides Sample implementations of the SPI and API's inside the core of Shindig.</description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/samples</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/samples</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/samples</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/samples</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/samples</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/java/samples</url>
</scm> </scm>


<repositories> <repositories>
Expand Down
2 changes: 1 addition & 1 deletion java/server/README
Expand Up @@ -7,4 +7,4 @@ the gadget rendering and social-api services together or separately.
Please see BUILD-JAVA in the base project directory for information. Please see BUILD-JAVA in the base project directory for information.




For more information, see http://incubator.apache.org/projects/shindig.html For more information, see http://shindig.apache.org
8 changes: 4 additions & 4 deletions java/server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -33,9 +33,9 @@
<description>Default server war containing both the gadget rendering code and the social api code.</description> <description>Default server war containing both the gadget rendering code and the social api code.</description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/server</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/server</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/server</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/server</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/server</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/java/server</url>
</scm> </scm>


<properties> <properties>
Expand Down
8 changes: 4 additions & 4 deletions java/social-api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.shindig</groupId> <groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId> <artifactId>shindig-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -33,9 +33,9 @@
<description>Serves OpenSocial Data and the RESTful APIs.</description> <description>Serves OpenSocial Data and the RESTful APIs.</description>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/social-api</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/social-api</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/social-api</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/1.0.x/java/social-api</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/social-api</url> <url>http://svn.apache.org/viewvc/shindig/branches/1.0.x/java/social-api</url>
</scm> </scm>


<build> <build>
Expand Down
Expand Up @@ -92,7 +92,7 @@ protected void setUp() throws Exception {


canonical.setBirthday(new Date()); canonical.setBirthday(new Date());
canonical.setDrinker(new EnumImpl<Enum.Drinker>(Enum.Drinker.SOCIALLY)); canonical.setDrinker(new EnumImpl<Enum.Drinker>(Enum.Drinker.SOCIALLY));
ListField email = new ListFieldImpl("work", "shindig-dev@incubator.apache.org"); ListField email = new ListFieldImpl("work", "dev@shindig.apache.org");
canonical.setEmails(Lists.newArrayList(email)); canonical.setEmails(Lists.newArrayList(email));


canonical.setEthnicity("developer"); canonical.setEthnicity("developer");
Expand All @@ -116,7 +116,7 @@ protected void setUp() throws Exception {
job1.setStartDate(new Date()); job1.setStartDate(new Date());
job1.setSubField("Development"); job1.setSubField("Development");
job1.setTitle("Grand PooBah"); job1.setTitle("Grand PooBah");
job1.setWebpage("http://incubator.apache.org/projects/shindig.html"); job1.setWebpage("http://shindig.apache.org/");
job1.setType("job"); job1.setType("job");


Organization job2 = new OrganizationImpl(); Organization job2 = new OrganizationImpl();
Expand Down
Expand Up @@ -104,7 +104,7 @@ protected void setUp() throws Exception {
canonical.setBirthday(new Date()); canonical.setBirthday(new Date());
canonical.setDrinker(new EnumImpl<Enum.Drinker>(Enum.Drinker.SOCIALLY)); canonical.setDrinker(new EnumImpl<Enum.Drinker>(Enum.Drinker.SOCIALLY));
ListField email = new ListFieldImpl("work", ListField email = new ListFieldImpl("work",
"shindig-dev@incubator.apache.org"); "dev@shindig.apache.org");
canonical.setEmails(Lists.newArrayList(email)); canonical.setEmails(Lists.newArrayList(email));


canonical.setEthnicity("developer"); canonical.setEthnicity("developer");
Expand All @@ -129,7 +129,7 @@ protected void setUp() throws Exception {
job1.setStartDate(new Date()); job1.setStartDate(new Date());
job1.setSubField("Development"); job1.setSubField("Development");
job1.setTitle("Grand PooBah"); job1.setTitle("Grand PooBah");
job1.setWebpage("http://incubator.apache.org/projects/shindig.html"); job1.setWebpage("http://shindig.apache.org/");
job1.setType("job"); job1.setType("job");


Organization job2 = new OrganizationImpl(); Organization job2 = new OrganizationImpl();
Expand Down
10 changes: 5 additions & 5 deletions javascript/README
Expand Up @@ -11,7 +11,7 @@
Documentation Documentation
------------- -------------


The most up-to-date documentation can be found at http://incubator.apache.org/shindig/ The most up-to-date documentation can be found at http://shindig.apache.org/


Using Shindig Gadget Container JavaScript Using Shindig Gadget Container JavaScript
----------------------------------------- -----------------------------------------
Expand Down Expand Up @@ -107,9 +107,9 @@
Shindig URLS Shindig URLS
------------ ------------


Home Page: http://incubator.apache.org/shindig/ Home Page: http://shindig.apache.org/
Downloads: http://incubator.apache.org/shindig/download/index.html Downloads: http://shindig.apache.org/download/index.html
Mailing Lists: http://incubator.apache.org/shindig/mail-lists.html Mailing Lists: http://shindig.apache.org/mail-lists.html
Source Code: http://svn.apache.org/repos/asf/incubator/shindig/ Source Code: http://svn.apache.org/repos/asf/shindig/
Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG Issue Tracking: https://issues.apache.org/jira/browse/SHINDIG
Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/ Wiki: http://cwiki.apache.org/confluence/display/SHINDIG/
4 changes: 2 additions & 2 deletions javascript/sampledata/canonicaldb.json
Expand Up @@ -78,7 +78,7 @@
"displayValue" : "Socially" "displayValue" : "Socially"
}, },
"emails" : [{ "emails" : [{
"value" : "shindig-dev@incubator.apache.org", "value" : "dev@shindig.apache.org",
"type" : "work" "type" : "work"
}], }],
"ethnicity" : "developer", "ethnicity" : "developer",
Expand All @@ -103,7 +103,7 @@
"startDate" : "1995-01-01", "startDate" : "1995-01-01",
"subField" : "Development", "subField" : "Development",
"title" : "Grand PooBah", "title" : "Grand PooBah",
"webpage" : "http://incubator.apache.org/projects/shindig.html", "webpage" : "http://shindig.apache.org/",
"type" : "job" "type" : "job"
},{ },{
"address" : { "address" : {
Expand Down

0 comments on commit 9266d4b

Please sign in to comment.