You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2014/10/27 12:10:13 UTC

svn commit: r1634500 - in /db/torque/torque4/trunk: torque-site/src/ant/build.xml torque-templates/pom.xml

Author: tfischer
Date: Mon Oct 27 11:10:13 2014
New Revision: 1634500

URL: http://svn.apache.org/r1634500
Log:
TORQUE-269 Offline docs do not contain xsd files

Modified:
    db/torque/torque4/trunk/torque-site/src/ant/build.xml
    db/torque/torque4/trunk/torque-templates/pom.xml

Modified: db/torque/torque4/trunk/torque-site/src/ant/build.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/ant/build.xml?rev=1634500&r1=1634499&r2=1634500&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/ant/build.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/ant/build.xml Mon Oct 27 11:10:13 2014
@@ -180,7 +180,7 @@
     </copy>
     <!-- templates extra report pages -->
     <copy todir="${project.reporting.outputDirectory}/documentation/orm-reference">
-      <fileset dir="${basedir}/../torque-templates/target/site">
+      <fileset dir="${basedir}/../torque-templates/src/main/resources/org/apache/torque/templates/xsd">
         <include name="*.xsd" />
       </fileset>
     </copy>

Modified: db/torque/torque4/trunk/torque-templates/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=1634500&r1=1634499&r2=1634500&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/pom.xml (original)
+++ db/torque/torque4/trunk/torque-templates/pom.xml Mon Oct 27 11:10:13 2014
@@ -79,26 +79,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>process-other-sites</id>
-            <phase>pre-site</phase>
-            <configuration>
-              <tasks>
-                <mkdir dir="${basedir}/target/site" />
-                <copy file="${basedir}/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd" todir="${basedir}/target/site" />
-                <copy file="${basedir}/src/main/resources/org/apache/torque/templates/xsd/database-4-0-strict.xsd" todir="${basedir}/target/site" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <systemProperties>



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