You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-commits@incubator.apache.org by jn...@apache.org on 2008/01/10 15:07:33 UTC

svn commit: r610811 - in /incubator/imperius/trunk: build.xml imperius-javaspl/ imperius-splcore/ javaspl-samples/ modules/imperius-javaspl/ modules/imperius-splcore/ modules/javaspl-samples/ modules/pom.xml pom.xml

Author: jneeraj
Date: Thu Jan 10 07:07:31 2008
New Revision: 610811

URL: http://svn.apache.org/viewvc?rev=610811&view=rev
Log:
Removed modules folder and moved underlying directories up

Added:
    incubator/imperius/trunk/imperius-javaspl/
      - copied from r610807, incubator/imperius/trunk/modules/imperius-javaspl/
    incubator/imperius/trunk/imperius-splcore/
      - copied from r610807, incubator/imperius/trunk/modules/imperius-splcore/
    incubator/imperius/trunk/javaspl-samples/
      - copied from r610807, incubator/imperius/trunk/modules/javaspl-samples/
    incubator/imperius/trunk/pom.xml
      - copied unchanged from r610807, incubator/imperius/trunk/modules/pom.xml
Removed:
    incubator/imperius/trunk/modules/imperius-javaspl/
    incubator/imperius/trunk/modules/imperius-splcore/
    incubator/imperius/trunk/modules/javaspl-samples/
    incubator/imperius/trunk/modules/pom.xml
Modified:
    incubator/imperius/trunk/build.xml

Modified: incubator/imperius/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/imperius/trunk/build.xml?rev=610811&r1=610810&r2=610811&view=diff
==============================================================================
--- incubator/imperius/trunk/build.xml (original)
+++ incubator/imperius/trunk/build.xml Thu Jan 10 07:07:31 2008
@@ -14,7 +14,7 @@
 	<!-- set up properties for all of the directories we're creating -->
 	
 	<!-- the name of the directory to which we will checkout the modules -->
-	<property name="IMPERIUS_SVN_MODULES" value="modules"/>
+	<property name="IMPERIUS_SVN_MODULES" value="."/>
 	
 	<property name="IMPERIUS_SPLCORE_DIR" value="${IMPERIUS_SVN_MODULES}/imperius-splcore"/>
 	<property name="IMPERIUS_JAVASPL_DIR" value="${IMPERIUS_SVN_MODULES}/imperius-javaspl"/>
@@ -32,7 +32,7 @@
 	<property name="IMPERIUS_SVN_TRUNK_REPOSITORY" value="http://svn.apache.org/repos/asf/incubator/imperius/trunk"/>
 
 	<!-- the URL of the modules repository -->
-	<property name="IMPERIUS_SVN_MODULES_REPOSITORY" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}/modules"/>
+	<property name="IMPERIUS_SVN_MODULES_REPOSITORY" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}"/>
 
 	
 
@@ -110,7 +110,7 @@
              match="([0-9]+.[0-9]+.[0-9]+)-[^&lt;]*"
              replace="\1-${BUILD_TAG}"
              byline="true">
-			<fileset dir="modules">
+			<fileset dir=".">
 				<include name="**/pom.xml"/>
 			</fileset>
 		</replaceregexp>