From: <yo...@us...> - 2009-11-18 17:02:46
|
Revision: 281 http://treebase.svn.sourceforge.net/treebase/?rev=281&view=rev Author: youjun Date: 2009-11-18 17:02:31 +0000 (Wed, 18 Nov 2009) Log Message: ----------- clean the config files for deploy Modified Paths: -------------- trunk/oai-pmh_data_provider/data_provider_web/.classpath trunk/oai-pmh_data_provider/data_provider_web/pom.xml trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/web.xml trunk/oai-pmh_data_provider/pom.xml Modified: trunk/oai-pmh_data_provider/data_provider_web/.classpath =================================================================== --- trunk/oai-pmh_data_provider/data_provider_web/.classpath 2009-11-18 12:41:37 UTC (rev 280) +++ trunk/oai-pmh_data_provider/data_provider_web/.classpath 2009-11-18 17:02:31 UTC (rev 281) @@ -10,7 +10,6 @@ <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> <classpathentry kind="output" path="target/classes"/> </classpath> Modified: trunk/oai-pmh_data_provider/data_provider_web/pom.xml =================================================================== --- trunk/oai-pmh_data_provider/data_provider_web/pom.xml 2009-11-18 12:41:37 UTC (rev 280) +++ trunk/oai-pmh_data_provider/data_provider_web/pom.xml 2009-11-18 17:02:31 UTC (rev 281) @@ -65,12 +65,6 @@ </pluginRepositories> <dependencies> - - <!-- dependency> - <groupId>org.treebase.oai</groupId> - <artifactId>data_provider_core</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency --> <dependency> <groupId>javax.servlet</groupId> @@ -256,46 +250,7 @@ <artifactId>treebase-core</artifactId> <version>1.0-SNAPSHOT</version> </dependency> - - <!-- used by Spring framework --> - <!--Older ersion not needed--> - <!-- Commented on April 23, 2008 Madhu--> - <!--dependency> - <groupId>javax.activation</groupId> - <artifactId>activation</artifactId> - <version>1.1</version> - </dependency--> - - <!-- used by Spring framework --> - - <!-- Jin 05/12/08: do we need xalan? dependency--> - - <!-- remove 05/13/08 to avoid xml parser conflicts> - <dependency> - <groupId>org.springframework.ws</groupId> - <artifactId>spring-ws-core</artifactId> - <version>1.0.2</version> - </dependency> - --> - - <!-- remove 05/13/08 to avoid xml parser conflicts.> - <dependency> - <groupId>jaxen</groupId> - <artifactId>jaxen</artifactId> - <version>1.1</version> - </dependency> - --> - - <!--commented on April 23, 2008 Madhu--> - <!--dependency> - <groupId>com.sun.xml.messaging.saaj</groupId> - <artifactId>saaj-impl</artifactId> - <version>1.3</version> - <scope>runtime</scope> - </dependency--> - - </dependencies> <dependencyManagement> <dependencies> Modified: trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/web.xml 2009-11-18 12:41:37 UTC (rev 280) +++ trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/web.xml 2009-11-18 17:02:31 UTC (rev 281) @@ -73,6 +73,6 @@ <!-- ========================================================== --> <!-- Error Pages --> <!-- ========================================================== --> - <!-- or errors will return as oai-pmh exception based on .vm files --> + <!-- all errors will return as oai-pmh exception based on .vm files --> </web-app> Modified: trunk/oai-pmh_data_provider/pom.xml =================================================================== --- trunk/oai-pmh_data_provider/pom.xml 2009-11-18 12:41:37 UTC (rev 280) +++ trunk/oai-pmh_data_provider/pom.xml 2009-11-18 17:02:31 UTC (rev 281) @@ -7,24 +7,6 @@ <version>0.0.1-SNAPSHOT</version> <name>oai-pmh_data_provider</name> <url>http://maven.apache.org</url> - <!-- issueManagement> - <system>FogBugz</system> - <url>https://www.xxx.org/bugz</url> - </issueManagement--> - <!-- inceptionYear></inceptionYear--> - <!-- scm> - <connection>scm:svn:http://nladr-cvs.sdsc.edu/svn/CIPRES/treebase/trunk</connection> - <developerConnection>scm:svn:http://nladr-cvs.sdsc.edu/svn/CIPRES/treebase/trunk</developerConnection> - <url>http://nladr-cvs.sdsc.edu/svn/cipresdev/trunk</url> - </scm--> - <!-- mailingLists> - <mailingList> - <name>treebase-dev</name> - <subscribe></subscribe> - <unsubscribe></unsubscribe> - <archive></archive> - </mailingList> - </mailingLists --> <developers> <developer> <id>youjun</id> @@ -90,45 +72,7 @@ <plugin> <artifactId>maven-clover-plugin</artifactId> </plugin> - <!-- plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin --> - <!-- plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>http://java.sun.com/j2se/1.4.2/docs/api</link> - <link>http://plexus.codehaus.org/ref/1.0-alpha-9/apidocs</link> - </links> - <aggregate>true</aggregate> - </configuration> - </plugin --> - <!-- plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <targetjdk>1.5</targetjdk> - <rulesets> - <ruleset>/rulesets/basic.xml</ruleset> - <ruleset>/rulesets/imports.xml</ruleset> - <ruleset>/rulesets/unusedcode.xml</ruleset> - <ruleset>/rulesets/finalizers.xml</ruleset> - </rulesets> - <format>xml</format> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>100</minimumTokens> - </configuration> - </plugin --> - <!-- plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>config/maven_checks.xml</configLocation> - </configuration> - </plugin --> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> @@ -154,11 +98,7 @@ <dependencyManagement> <dependencies> - <!-- dependency> - <groupId>org.treebase.oai</groupId> - <artifactId>data_provider_core</artifactId> - <version>${project.version}</version> - </dependency --> + <dependency> <groupId>org.treebase.oai</groupId> <artifactId>data_provider_web</artifactId> @@ -218,54 +158,5 @@ <profiles> - <!--profile> - <id>xxx</id> - <activation> - <property> - <name>enablexxxprofile</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <check> - <totalLineRate>80</totalLineRate> - <totalBranchRate>100</totalBranchRate> - </check> - </configuration> - <executions> - <execution> - <id>clean</id> - <goals> - <goal>clean</goal> - </goals> - </execution> - <execution> - <id>check</id> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile--> - </profiles> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |