diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-12-01 01:27:06 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-12-01 01:27:06 +0000 |
commit | e318ff5750f19b378473e728c1508fb42cf1311b (patch) | |
tree | be80e63b06c09c72c552c364e100f2e82e252f5e /maven-meeper/src/bin/synchronize.properties | |
parent | f1de58a2783efe8f6a8a4c23d849e421853c946b (diff) | |
download | archiva-e318ff5750f19b378473e728c1508fb42cf1311b.tar.gz archiva-e318ff5750f19b378473e728c1508fb42cf1311b.zip |
o property for the conversion properties
o update the conversion script to use the property
o rename the properties used for conversion to be clear
o get rid of the java.net stuff until they clean their stuff up
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src/bin/synchronize.properties')
-rw-r--r-- | maven-meeper/src/bin/synchronize.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maven-meeper/src/bin/synchronize.properties b/maven-meeper/src/bin/synchronize.properties index fc3fac271..3bb9cde39 100644 --- a/maven-meeper/src/bin/synchronize.properties +++ b/maven-meeper/src/bin/synchronize.properties @@ -6,6 +6,7 @@ export SYNC_TOOLS=$TOOLS_BASE/synchronize export SYNCOPATE=$SYNC_TOOLS/syncopate export M2_SYNC=$SYNC_TOOLS/m2-sync export REPOCLEAN=$TOOLS_BASE/m1-m2-conversion +export CONVERSION_PROPERTIES=$REPOCLEAN/conversion.properties export M1_M2_REWRITE_RULES=$SYNC_TOOLS/m1-m2-mod-rewrite-rules.txt export SYNC_REPORTS=$HOME/repository-staging/to-ibiblio/reports/sync export IBIBLIO_SYNC_HOST=login.ibiblio.org |