Author: martinc Date: Sun Aug 14 21:32:29 2005 New Revision: 232757 URL: http://svn.apache.org/viewcvs?rev=232757&view=rev Log: Separate the example from the core
Added: struts/sandbox/trunk/ti/core/project.xml (with props) struts/sandbox/trunk/ti/example/project.xml (with props) Modified: struts/sandbox/trunk/ti/project.xml Added: struts/sandbox/trunk/ti/core/project.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/core/project.xml?rev=232757&view=auto ============================================================================== --- struts/sandbox/trunk/ti/core/project.xml (added) +++ struts/sandbox/trunk/ti/core/project.xml Sun Aug 14 21:32:29 2005 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<!-- +/* + * Copyright 2001-2004 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + --> + + +<project> + + <extend>../project.xml</extend> + <id>struts-ti-core</id> + <name>Struts Ti Core</name> + +</project> Propchange: struts/sandbox/trunk/ti/core/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/ti/core/project.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: struts/sandbox/trunk/ti/example/project.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/example/project.xml?rev=232757&view=auto ============================================================================== --- struts/sandbox/trunk/ti/example/project.xml (added) +++ struts/sandbox/trunk/ti/example/project.xml Sun Aug 14 21:32:29 2005 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<!-- +/* + * Copyright 2001-2004 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + --> + + +<project> + + <extend>../project.xml</extend> + <id>struts-ti-example</id> + <name>Struts Ti Example</name> + +</project> Propchange: struts/sandbox/trunk/ti/example/project.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/ti/example/project.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/ti/project.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/project.xml?rev=232757&r1=232756&r2=232757&view=diff ============================================================================== --- struts/sandbox/trunk/ti/project.xml (original) +++ struts/sandbox/trunk/ti/project.xml Sun Aug 14 21:32:29 2005 @@ -20,9 +20,7 @@ <project> <pomVersion>3</pomVersion> - <id>struts</id> - <name>Struts TI</name> - <groupId>ti</groupId> + <groupId>struts-ti</groupId> <currentVersion>0.1-dev</currentVersion> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]