You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/03/11 13:13:37 UTC

svn commit: r516896 - in /portals/jetspeed-2/trunk: .classpath portlet-api/ project.properties

Author: ate
Date: Sun Mar 11 05:13:37 2007
New Revision: 516896

URL: http://svn.apache.org/viewvc?view=rev&rev=516896
Log:
JIRA issue JS2-659: Compliance with http://www.apache.org/legal/src-headers.html

Remove JSR-168 portlet-api from our svn repository:
no need (nor right) to have that ourselves as its publicly available (under SUN license) and we were not using it (anymore) anyway.

Removed:
    portals/jetspeed-2/trunk/portlet-api/
Modified:
    portals/jetspeed-2/trunk/.classpath
    portals/jetspeed-2/trunk/project.properties

Modified: portals/jetspeed-2/trunk/.classpath
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/.classpath?view=diff&rev=516896&r1=516895&r2=516896
==============================================================================
--- portals/jetspeed-2/trunk/.classpath (original)
+++ portals/jetspeed-2/trunk/.classpath Sun Mar 11 05:13:37 2007
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="**/.svn/*" kind="src" path="portlet-api/src/java"/>
 	<classpathentry kind="src" path="ant-tasks/src/java"/>
 	<classpathentry excluding="**/.svn/*" kind="src" path="components/webapp-logging/src/java"/>
 	<classpathentry kind="src" path="components/serializer/src/java"/>
@@ -120,5 +119,6 @@
 	<classpathentry kind="var" path="MAVEN_REPO/commons-betwixt/jars/commons-betwixt-20061115.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/ant/jars/ant-1.6.5.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/ehcache/jars/ehcache-1.2.4.jar"/>
+	<classpathentry kind="var" path="MAVEN_REPO/portlet-api/jars/portlet-api-1.0.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: portals/jetspeed-2/trunk/project.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/project.properties?view=diff&rev=516896&r1=516895&r2=516896
==============================================================================
--- portals/jetspeed-2/trunk/project.properties (original)
+++ portals/jetspeed-2/trunk/project.properties Sun Mar 11 05:13:37 2007
@@ -92,12 +92,12 @@
 # ---------------------------------------------------------------------------
 # Multiproject settings
 maven.multiproject.includes=*/project.xml,components/*/project.xml,applications/*/project.xml,taglibs/*/project.xml
-maven.multiproject.excludes=project.xml,applications/project.xml,cornerstone*/project.xml,portlet-api/project.xml,design-docs/project.xml,site/project.xml,taglibs/project.xml,maven-plugin/project.xml,portals-bridges/**,installer/project.xml
+maven.multiproject.excludes=project.xml,applications/project.xml,cornerstone*/project.xml,design-docs/project.xml,site/project.xml,taglibs/project.xml,maven-plugin/project.xml,portals-bridges/**,installer/project.xml
 # following are default values but needed here because our allSite goal doesn't know them from the plugin
 maven.multiproject.aggregateDir=multiproject/
 maven.multiproject.ignoreFailures=false
 
-jar.includes=ant-tasks/project.xml,applications/gems/project.xml,applications/rss/project.xml,portlet-api/project.xml,commons/project.xml,cps/project.xml,jetspeed-api/project.xml,components/**/project.xml,taglibs/treecontrol/project.xml,layout-portlets/project.xml
+jar.includes=ant-tasks/project.xml,applications/gems/project.xml,applications/rss/project.xml,commons/project.xml,cps/project.xml,jetspeed-api/project.xml,components/**/project.xml,taglibs/treecontrol/project.xml,layout-portlets/project.xml
 jar.excludes=/project.xml,maven-plugin/**,applications/project.xml,applications/demo/**,applications/j2-admin/**,site/project.xml,design-docs/project.xml
 
 maven.multiproject.site.goals=site pdf dashboard:report-single



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